oci-stackmonitoring 2.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +576 -0
- package/index.d.ts +22 -0
- package/index.js +45 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +260 -0
- package/lib/client.js +1442 -0
- package/lib/client.js.map +1 -0
- package/lib/model/action-type.d.ts +32 -0
- package/lib/model/action-type.js +43 -0
- package/lib/model/action-type.js.map +1 -0
- package/lib/model/associate-monitored-resources-details.d.ts +37 -0
- package/lib/model/associate-monitored-resources-details.js +29 -0
- package/lib/model/associate-monitored-resources-details.js.map +1 -0
- package/lib/model/association-resource-details.d.ts +29 -0
- package/lib/model/association-resource-details.js +29 -0
- package/lib/model/association-resource-details.js.map +1 -0
- package/lib/model/change-monitored-resource-compartment-details.d.ts +27 -0
- package/lib/model/change-monitored-resource-compartment-details.js +29 -0
- package/lib/model/change-monitored-resource-compartment-details.js.map +1 -0
- package/lib/model/connection-details.d.ts +54 -0
- package/lib/model/connection-details.js +39 -0
- package/lib/model/connection-details.js.map +1 -0
- package/lib/model/create-discovery-job-details.d.ts +59 -0
- package/lib/model/create-discovery-job-details.js +63 -0
- package/lib/model/create-discovery-job-details.js.map +1 -0
- package/lib/model/create-monitored-resource-details.d.ts +57 -0
- package/lib/model/create-monitored-resource-details.js +79 -0
- package/lib/model/create-monitored-resource-details.js.map +1 -0
- package/lib/model/credential-collection.d.ts +26 -0
- package/lib/model/credential-collection.js +61 -0
- package/lib/model/credential-collection.js.map +1 -0
- package/lib/model/credential-details.d.ts +31 -0
- package/lib/model/credential-details.js +55 -0
- package/lib/model/credential-details.js.map +1 -0
- package/lib/model/credential-property.d.ts +29 -0
- package/lib/model/credential-property.js +29 -0
- package/lib/model/credential-property.js.map +1 -0
- package/lib/model/disassociate-monitored-resources-details.d.ts +37 -0
- package/lib/model/disassociate-monitored-resources-details.js +29 -0
- package/lib/model/disassociate-monitored-resources-details.js.map +1 -0
- package/lib/model/discovery-details.d.ts +47 -0
- package/lib/model/discovery-details.js +74 -0
- package/lib/model/discovery-details.js.map +1 -0
- package/lib/model/discovery-job-collection.d.ts +26 -0
- package/lib/model/discovery-job-collection.js +61 -0
- package/lib/model/discovery-job-collection.js.map +1 -0
- package/lib/model/discovery-job-log-collection.d.ts +26 -0
- package/lib/model/discovery-job-log-collection.js +61 -0
- package/lib/model/discovery-job-log-collection.js.map +1 -0
- package/lib/model/discovery-job-log-summary.d.ts +48 -0
- package/lib/model/discovery-job-log-summary.js +41 -0
- package/lib/model/discovery-job-log-summary.js.map +1 -0
- package/lib/model/discovery-job-summary.d.ts +128 -0
- package/lib/model/discovery-job-summary.js +65 -0
- package/lib/model/discovery-job-summary.js.map +1 -0
- package/lib/model/discovery-job.d.ts +115 -0
- package/lib/model/discovery-job.js +82 -0
- package/lib/model/discovery-job.js.map +1 -0
- package/lib/model/encrypted-credentials.d.ts +33 -0
- package/lib/model/encrypted-credentials.js +66 -0
- package/lib/model/encrypted-credentials.js.map +1 -0
- package/lib/model/index.d.ts +112 -0
- package/lib/model/index.js +135 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/lifecycle-state.d.ts +32 -0
- package/lib/model/lifecycle-state.js +43 -0
- package/lib/model/lifecycle-state.js.map +1 -0
- package/lib/model/monitored-resource-alias-credential.d.ts +31 -0
- package/lib/model/monitored-resource-alias-credential.js +57 -0
- package/lib/model/monitored-resource-alias-credential.js.map +1 -0
- package/lib/model/monitored-resource-alias-source-credential.d.ts +33 -0
- package/lib/model/monitored-resource-alias-source-credential.js +29 -0
- package/lib/model/monitored-resource-alias-source-credential.js.map +1 -0
- package/lib/model/monitored-resource-association-summary.d.ts +68 -0
- package/lib/model/monitored-resource-association-summary.js +63 -0
- package/lib/model/monitored-resource-association-summary.js.map +1 -0
- package/lib/model/monitored-resource-association.d.ts +76 -0
- package/lib/model/monitored-resource-association.js +63 -0
- package/lib/model/monitored-resource-association.js.map +1 -0
- package/lib/model/monitored-resource-associations-collection.d.ts +26 -0
- package/lib/model/monitored-resource-associations-collection.js +61 -0
- package/lib/model/monitored-resource-associations-collection.js.map +1 -0
- package/lib/model/monitored-resource-collection.d.ts +26 -0
- package/lib/model/monitored-resource-collection.js +61 -0
- package/lib/model/monitored-resource-collection.js.map +1 -0
- package/lib/model/monitored-resource-credential.d.ts +38 -0
- package/lib/model/monitored-resource-credential.js +73 -0
- package/lib/model/monitored-resource-credential.js.map +1 -0
- package/lib/model/monitored-resource-member-summary.d.ts +78 -0
- package/lib/model/monitored-resource-member-summary.js +29 -0
- package/lib/model/monitored-resource-member-summary.js.map +1 -0
- package/lib/model/monitored-resource-members-collection.d.ts +26 -0
- package/lib/model/monitored-resource-members-collection.js +61 -0
- package/lib/model/monitored-resource-members-collection.js.map +1 -0
- package/lib/model/monitored-resource-property.d.ts +29 -0
- package/lib/model/monitored-resource-property.js +29 -0
- package/lib/model/monitored-resource-property.js.map +1 -0
- package/lib/model/monitored-resource-summary.d.ts +86 -0
- package/lib/model/monitored-resource-summary.js +29 -0
- package/lib/model/monitored-resource-summary.js.map +1 -0
- package/lib/model/monitored-resource.d.ts +105 -0
- package/lib/model/monitored-resource.js +79 -0
- package/lib/model/monitored-resource.js.map +1 -0
- package/lib/model/operation-status.d.ts +33 -0
- package/lib/model/operation-status.js +44 -0
- package/lib/model/operation-status.js.map +1 -0
- package/lib/model/operation-type.d.ts +33 -0
- package/lib/model/operation-type.js +44 -0
- package/lib/model/operation-type.js.map +1 -0
- package/lib/model/plain-text-credentials.d.ts +29 -0
- package/lib/model/plain-text-credentials.js +66 -0
- package/lib/model/plain-text-credentials.js.map +1 -0
- package/lib/model/pre-existing-credentials.d.ts +25 -0
- package/lib/model/pre-existing-credentials.js +54 -0
- package/lib/model/pre-existing-credentials.js.map +1 -0
- package/lib/model/property-details.d.ts +27 -0
- package/lib/model/property-details.js +29 -0
- package/lib/model/property-details.js.map +1 -0
- package/lib/model/resource-lifecycle-state.d.ts +32 -0
- package/lib/model/resource-lifecycle-state.js +43 -0
- package/lib/model/resource-lifecycle-state.js.map +1 -0
- package/lib/model/search-monitored-resource-associations-details.d.ts +68 -0
- package/lib/model/search-monitored-resource-associations-details.js +34 -0
- package/lib/model/search-monitored-resource-associations-details.js.map +1 -0
- package/lib/model/search-monitored-resource-members-details.d.ts +29 -0
- package/lib/model/search-monitored-resource-members-details.js +29 -0
- package/lib/model/search-monitored-resource-members-details.js.map +1 -0
- package/lib/model/search-monitored-resources-details.d.ts +126 -0
- package/lib/model/search-monitored-resources-details.js +34 -0
- package/lib/model/search-monitored-resources-details.js.map +1 -0
- package/lib/model/sort-order.d.ts +23 -0
- package/lib/model/sort-order.js +34 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/update-monitored-resource-details.d.ts +41 -0
- package/lib/model/update-monitored-resource-details.js +79 -0
- package/lib/model/update-monitored-resource-details.js.map +1 -0
- package/lib/model/work-request-error-collection.d.ts +26 -0
- package/lib/model/work-request-error-collection.js +61 -0
- package/lib/model/work-request-error-collection.js.map +1 -0
- package/lib/model/work-request-error.d.ts +35 -0
- package/lib/model/work-request-error.js +29 -0
- package/lib/model/work-request-error.js.map +1 -0
- package/lib/model/work-request-log-entry-collection.d.ts +26 -0
- package/lib/model/work-request-log-entry-collection.js +61 -0
- package/lib/model/work-request-log-entry-collection.js.map +1 -0
- package/lib/model/work-request-log-entry.d.ts +29 -0
- package/lib/model/work-request-log-entry.js +29 -0
- package/lib/model/work-request-log-entry.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +42 -0
- package/lib/model/work-request-resource.js +29 -0
- package/lib/model/work-request-resource.js.map +1 -0
- package/lib/model/work-request-summary-collection.d.ts +26 -0
- package/lib/model/work-request-summary-collection.js +61 -0
- package/lib/model/work-request-summary-collection.js.map +1 -0
- package/lib/model/work-request-summary.d.ts +67 -0
- package/lib/model/work-request-summary.js +61 -0
- package/lib/model/work-request-summary.js.map +1 -0
- package/lib/model/work-request.d.ts +67 -0
- package/lib/model/work-request.js +61 -0
- package/lib/model/work-request.js.map +1 -0
- package/lib/request/associate-monitored-resources-request.d.ts +47 -0
- package/lib/request/associate-monitored-resources-request.js +15 -0
- package/lib/request/associate-monitored-resources-request.js.map +1 -0
- package/lib/request/change-monitored-resource-compartment-request.d.ts +51 -0
- package/lib/request/change-monitored-resource-compartment-request.js +15 -0
- package/lib/request/change-monitored-resource-compartment-request.js.map +1 -0
- package/lib/request/create-discovery-job-request.d.ts +38 -0
- package/lib/request/create-discovery-job-request.js +15 -0
- package/lib/request/create-discovery-job-request.js.map +1 -0
- package/lib/request/create-monitored-resource-request.d.ts +46 -0
- package/lib/request/create-monitored-resource-request.js +15 -0
- package/lib/request/create-monitored-resource-request.js.map +1 -0
- package/lib/request/delete-discovery-job-request.d.ts +37 -0
- package/lib/request/delete-discovery-job-request.js +15 -0
- package/lib/request/delete-discovery-job-request.js.map +1 -0
- package/lib/request/delete-monitored-resource-request.d.ts +37 -0
- package/lib/request/delete-monitored-resource-request.js +15 -0
- package/lib/request/delete-monitored-resource-request.js.map +1 -0
- package/lib/request/disable-external-database-request.d.ts +46 -0
- package/lib/request/disable-external-database-request.js +15 -0
- package/lib/request/disable-external-database-request.js.map +1 -0
- package/lib/request/disassociate-monitored-resources-request.d.ts +47 -0
- package/lib/request/disassociate-monitored-resources-request.js +15 -0
- package/lib/request/disassociate-monitored-resources-request.js.map +1 -0
- package/lib/request/get-discovery-job-request.d.ts +28 -0
- package/lib/request/get-discovery-job-request.js +15 -0
- package/lib/request/get-discovery-job-request.js.map +1 -0
- package/lib/request/get-monitored-resource-request.d.ts +28 -0
- package/lib/request/get-monitored-resource-request.js +15 -0
- package/lib/request/get-monitored-resource-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +28 -0
- package/lib/request/get-work-request-request.js +15 -0
- package/lib/request/get-work-request-request.js.map +1 -0
- package/lib/request/index.d.ts +52 -0
- package/lib/request/index.js +47 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-discovery-job-logs-request.d.ts +69 -0
- package/lib/request/list-discovery-job-logs-request.js +31 -0
- package/lib/request/list-discovery-job-logs-request.js.map +1 -0
- package/lib/request/list-discovery-jobs-request.d.ts +63 -0
- package/lib/request/list-discovery-jobs-request.js +24 -0
- package/lib/request/list-discovery-jobs-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +58 -0
- package/lib/request/list-work-request-errors-request.js +23 -0
- package/lib/request/list-work-request-errors-request.js.map +1 -0
- package/lib/request/list-work-request-logs-request.d.ts +58 -0
- package/lib/request/list-work-request-logs-request.js +23 -0
- package/lib/request/list-work-request-logs-request.js.map +1 -0
- package/lib/request/list-work-requests-request.d.ts +70 -0
- package/lib/request/list-work-requests-request.js +23 -0
- package/lib/request/list-work-requests-request.js.map +1 -0
- package/lib/request/search-monitored-resource-associations-request.d.ts +61 -0
- package/lib/request/search-monitored-resource-associations-request.js +15 -0
- package/lib/request/search-monitored-resource-associations-request.js.map +1 -0
- package/lib/request/search-monitored-resource-members-request.d.ts +82 -0
- package/lib/request/search-monitored-resource-members-request.js +25 -0
- package/lib/request/search-monitored-resource-members-request.js.map +1 -0
- package/lib/request/search-monitored-resources-request.d.ts +61 -0
- package/lib/request/search-monitored-resources-request.js +15 -0
- package/lib/request/search-monitored-resources-request.js.map +1 -0
- package/lib/request/update-monitored-resource-request.d.ts +42 -0
- package/lib/request/update-monitored-resource-request.js +15 -0
- package/lib/request/update-monitored-resource-request.js.map +1 -0
- package/lib/response/associate-monitored-resources-response.d.ts +30 -0
- package/lib/response/associate-monitored-resources-response.js +15 -0
- package/lib/response/associate-monitored-resources-response.js.map +1 -0
- package/lib/response/change-monitored-resource-compartment-response.d.ts +25 -0
- package/lib/response/change-monitored-resource-compartment-response.js +15 -0
- package/lib/response/change-monitored-resource-compartment-response.js.map +1 -0
- package/lib/response/create-discovery-job-response.d.ts +30 -0
- package/lib/response/create-discovery-job-response.js +15 -0
- package/lib/response/create-discovery-job-response.js.map +1 -0
- package/lib/response/create-monitored-resource-response.d.ts +48 -0
- package/lib/response/create-monitored-resource-response.js +15 -0
- package/lib/response/create-monitored-resource-response.js.map +1 -0
- package/lib/response/delete-discovery-job-response.d.ts +20 -0
- package/lib/response/delete-discovery-job-response.js +15 -0
- package/lib/response/delete-discovery-job-response.js.map +1 -0
- package/lib/response/delete-monitored-resource-response.d.ts +25 -0
- package/lib/response/delete-monitored-resource-response.js +15 -0
- package/lib/response/delete-monitored-resource-response.js.map +1 -0
- package/lib/response/disable-external-database-response.d.ts +25 -0
- package/lib/response/disable-external-database-response.js +15 -0
- package/lib/response/disable-external-database-response.js.map +1 -0
- package/lib/response/disassociate-monitored-resources-response.d.ts +20 -0
- package/lib/response/disassociate-monitored-resources-response.js +15 -0
- package/lib/response/disassociate-monitored-resources-response.js.map +1 -0
- package/lib/response/get-discovery-job-response.d.ts +30 -0
- package/lib/response/get-discovery-job-response.js +15 -0
- package/lib/response/get-discovery-job-response.js.map +1 -0
- package/lib/response/get-monitored-resource-response.d.ts +30 -0
- package/lib/response/get-monitored-resource-response.js +15 -0
- package/lib/response/get-monitored-resource-response.js.map +1 -0
- package/lib/response/get-work-request-response.d.ts +29 -0
- package/lib/response/get-work-request-response.js +15 -0
- package/lib/response/get-work-request-response.js.map +1 -0
- package/lib/response/index.d.ts +52 -0
- package/lib/response/index.js +15 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-discovery-job-logs-response.d.ts +32 -0
- package/lib/response/list-discovery-job-logs-response.js +15 -0
- package/lib/response/list-discovery-job-logs-response.js.map +1 -0
- package/lib/response/list-discovery-jobs-response.d.ts +32 -0
- package/lib/response/list-discovery-jobs-response.js +15 -0
- package/lib/response/list-discovery-jobs-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +32 -0
- package/lib/response/list-work-request-errors-response.js +15 -0
- package/lib/response/list-work-request-errors-response.js.map +1 -0
- package/lib/response/list-work-request-logs-response.d.ts +32 -0
- package/lib/response/list-work-request-logs-response.js +15 -0
- package/lib/response/list-work-request-logs-response.js.map +1 -0
- package/lib/response/list-work-requests-response.d.ts +32 -0
- package/lib/response/list-work-requests-response.js +15 -0
- package/lib/response/list-work-requests-response.js.map +1 -0
- package/lib/response/search-monitored-resource-associations-response.d.ts +37 -0
- package/lib/response/search-monitored-resource-associations-response.js +15 -0
- package/lib/response/search-monitored-resource-associations-response.js.map +1 -0
- package/lib/response/search-monitored-resource-members-response.d.ts +37 -0
- package/lib/response/search-monitored-resource-members-response.js +15 -0
- package/lib/response/search-monitored-resource-members-response.js.map +1 -0
- package/lib/response/search-monitored-resources-response.d.ts +37 -0
- package/lib/response/search-monitored-resources-response.js +15 -0
- package/lib/response/search-monitored-resources-response.js.map +1 -0
- package/lib/response/update-monitored-resource-response.d.ts +25 -0
- package/lib/response/update-monitored-resource-response.js +15 -0
- package/lib/response/update-monitored-resource-response.js.map +1 -0
- package/lib/stackmonitoring-waiter.d.ts +44 -0
- package/lib/stackmonitoring-waiter.js +88 -0
- package/lib/stackmonitoring-waiter.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Stack Monitoring API
|
|
3
|
+
* Stack Monitoring API.
|
|
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, 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
|
+
/**
|
|
15
|
+
* The information about updating a monitored resource.
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdateMonitoredResourceDetails {
|
|
18
|
+
/**
|
|
19
|
+
* Monitored resource display name.
|
|
20
|
+
*/
|
|
21
|
+
"displayName"?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Host name of the monitored resource
|
|
24
|
+
*/
|
|
25
|
+
"hostName"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Time zone in the form of tz database canonical zone ID.
|
|
28
|
+
*/
|
|
29
|
+
"resourceTimeZone"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* List of monitored resource properties
|
|
32
|
+
*/
|
|
33
|
+
"properties"?: Array<model.MonitoredResourceProperty>;
|
|
34
|
+
"databaseConnectionDetails"?: model.ConnectionDetails;
|
|
35
|
+
"credentials"?: model.PreExistingCredentials | model.EncryptedCredentials | model.PlainTextCredentials;
|
|
36
|
+
"aliases"?: model.MonitoredResourceAliasCredential;
|
|
37
|
+
}
|
|
38
|
+
export declare namespace UpdateMonitoredResourceDetails {
|
|
39
|
+
function getJsonObj(obj: UpdateMonitoredResourceDetails): object;
|
|
40
|
+
function getDeserializedJsonObj(obj: UpdateMonitoredResourceDetails): object;
|
|
41
|
+
}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Stack Monitoring API
|
|
4
|
+
* Stack Monitoring API.
|
|
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, 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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.UpdateMonitoredResourceDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var UpdateMonitoredResourceDetails;
|
|
37
|
+
(function (UpdateMonitoredResourceDetails) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"properties": obj.properties
|
|
41
|
+
? obj.properties.map(item => {
|
|
42
|
+
return model.MonitoredResourceProperty.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined,
|
|
45
|
+
"databaseConnectionDetails": obj.databaseConnectionDetails
|
|
46
|
+
? model.ConnectionDetails.getJsonObj(obj.databaseConnectionDetails)
|
|
47
|
+
: undefined,
|
|
48
|
+
"credentials": obj.credentials
|
|
49
|
+
? model.MonitoredResourceCredential.getJsonObj(obj.credentials)
|
|
50
|
+
: undefined,
|
|
51
|
+
"aliases": obj.aliases
|
|
52
|
+
? model.MonitoredResourceAliasCredential.getJsonObj(obj.aliases)
|
|
53
|
+
: undefined
|
|
54
|
+
});
|
|
55
|
+
return jsonObj;
|
|
56
|
+
}
|
|
57
|
+
UpdateMonitoredResourceDetails.getJsonObj = getJsonObj;
|
|
58
|
+
function getDeserializedJsonObj(obj) {
|
|
59
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
60
|
+
"properties": obj.properties
|
|
61
|
+
? obj.properties.map(item => {
|
|
62
|
+
return model.MonitoredResourceProperty.getDeserializedJsonObj(item);
|
|
63
|
+
})
|
|
64
|
+
: undefined,
|
|
65
|
+
"databaseConnectionDetails": obj.databaseConnectionDetails
|
|
66
|
+
? model.ConnectionDetails.getDeserializedJsonObj(obj.databaseConnectionDetails)
|
|
67
|
+
: undefined,
|
|
68
|
+
"credentials": obj.credentials
|
|
69
|
+
? model.MonitoredResourceCredential.getDeserializedJsonObj(obj.credentials)
|
|
70
|
+
: undefined,
|
|
71
|
+
"aliases": obj.aliases
|
|
72
|
+
? model.MonitoredResourceAliasCredential.getDeserializedJsonObj(obj.aliases)
|
|
73
|
+
: undefined
|
|
74
|
+
});
|
|
75
|
+
return jsonObj;
|
|
76
|
+
}
|
|
77
|
+
UpdateMonitoredResourceDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
78
|
+
})(UpdateMonitoredResourceDetails = exports.UpdateMonitoredResourceDetails || (exports.UpdateMonitoredResourceDetails = {}));
|
|
79
|
+
//# sourceMappingURL=update-monitored-resource-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-monitored-resource-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/update-monitored-resource-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+BlC,IAAiB,8BAA8B,CA+C9C;AA/CD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,2BAA2B,EAAE,GAAG,CAAC,yBAAyB;gBACxD,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAC,yBAAyB,CAAC;gBACnE,CAAC,CAAC,SAAS;YACb,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC/D,CAAC,CAAC,SAAS;YACb,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,UAAU,CAAC,GAAG,CAAC,OAAO,CAAC;gBAChE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAtBe,yCAAU,aAsBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,2BAA2B,EAAE,GAAG,CAAC,yBAAyB;gBACxD,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAC,yBAAyB,CAAC;gBAC/E,CAAC,CAAC,SAAS;YACb,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC3E,CAAC,CAAC,SAAS;YACb,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CAAC,GAAG,CAAC,OAAO,CAAC;gBAC5E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAtBe,qDAAsB,yBAsBrC,CAAA;AACH,CAAC,EA/CgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QA+C9C"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Stack Monitoring API
|
|
3
|
+
* Stack Monitoring API.
|
|
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, 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
|
+
/**
|
|
15
|
+
* Results of a workRequestError search. Contains both WorkRequestError items and other information, such as metadata.
|
|
16
|
+
*/
|
|
17
|
+
export interface WorkRequestErrorCollection {
|
|
18
|
+
/**
|
|
19
|
+
* List of workRequestError objects.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.WorkRequestError>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace WorkRequestErrorCollection {
|
|
24
|
+
function getJsonObj(obj: WorkRequestErrorCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: WorkRequestErrorCollection): object;
|
|
26
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Stack Monitoring API
|
|
4
|
+
* Stack Monitoring API.
|
|
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, 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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.WorkRequestErrorCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var WorkRequestErrorCollection;
|
|
37
|
+
(function (WorkRequestErrorCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.WorkRequestError.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
WorkRequestErrorCollection.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"items": obj.items
|
|
52
|
+
? obj.items.map(item => {
|
|
53
|
+
return model.WorkRequestError.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
WorkRequestErrorCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(WorkRequestErrorCollection = exports.WorkRequestErrorCollection || (exports.WorkRequestErrorCollection = {}));
|
|
61
|
+
//# sourceMappingURL=work-request-error-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request-error-collection.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/work-request-error-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,0BAA0B,CA6B1C;AA7BD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACjD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC7D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QA6B1C"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Stack Monitoring API
|
|
3
|
+
* Stack Monitoring API.
|
|
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, 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
|
+
/**
|
|
14
|
+
* An error encountered while executing a work request.
|
|
15
|
+
*/
|
|
16
|
+
export interface WorkRequestError {
|
|
17
|
+
/**
|
|
18
|
+
* A machine-usable code for the error that occured. Error codes are listed on
|
|
19
|
+
* (https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
"code": string;
|
|
23
|
+
/**
|
|
24
|
+
* A human readable description of the issue encountered.
|
|
25
|
+
*/
|
|
26
|
+
"message": string;
|
|
27
|
+
/**
|
|
28
|
+
* The time the error occured. An RFC3339 formatted datetime string.
|
|
29
|
+
*/
|
|
30
|
+
"timestamp": Date;
|
|
31
|
+
}
|
|
32
|
+
export declare namespace WorkRequestError {
|
|
33
|
+
function getJsonObj(obj: WorkRequestError): object;
|
|
34
|
+
function getDeserializedJsonObj(obj: WorkRequestError): object;
|
|
35
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Stack Monitoring API
|
|
4
|
+
* Stack Monitoring API.
|
|
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, 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.WorkRequestError = void 0;
|
|
16
|
+
var WorkRequestError;
|
|
17
|
+
(function (WorkRequestError) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
WorkRequestError.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
WorkRequestError.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(WorkRequestError = exports.WorkRequestError || (exports.WorkRequestError = {}));
|
|
29
|
+
//# sourceMappingURL=work-request-error.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request-error.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/work-request-error.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAyBH,IAAiB,gBAAgB,CAWhC;AAXD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAWhC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Stack Monitoring API
|
|
3
|
+
* Stack Monitoring API.
|
|
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, 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
|
+
/**
|
|
15
|
+
* Results of a workRequestLog search. Contains both workRequestLog items and other information, such as metadata.
|
|
16
|
+
*/
|
|
17
|
+
export interface WorkRequestLogEntryCollection {
|
|
18
|
+
/**
|
|
19
|
+
* List of workRequestLogEntries.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.WorkRequestLogEntry>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace WorkRequestLogEntryCollection {
|
|
24
|
+
function getJsonObj(obj: WorkRequestLogEntryCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: WorkRequestLogEntryCollection): object;
|
|
26
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Stack Monitoring API
|
|
4
|
+
* Stack Monitoring API.
|
|
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, 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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.WorkRequestLogEntryCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var WorkRequestLogEntryCollection;
|
|
37
|
+
(function (WorkRequestLogEntryCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.WorkRequestLogEntry.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
WorkRequestLogEntryCollection.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"items": obj.items
|
|
52
|
+
? obj.items.map(item => {
|
|
53
|
+
return model.WorkRequestLogEntry.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
WorkRequestLogEntryCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(WorkRequestLogEntryCollection = exports.WorkRequestLogEntryCollection || (exports.WorkRequestLogEntryCollection = {}));
|
|
61
|
+
//# sourceMappingURL=work-request-log-entry-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request-log-entry-collection.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/work-request-log-entry-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,6BAA6B,CA6B7C;AA7BD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QA6B7C"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Stack Monitoring API
|
|
3
|
+
* Stack Monitoring API.
|
|
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, 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
|
+
/**
|
|
14
|
+
* A log message from the execution of a work request.
|
|
15
|
+
*/
|
|
16
|
+
export interface WorkRequestLogEntry {
|
|
17
|
+
/**
|
|
18
|
+
* Human-readable log message.
|
|
19
|
+
*/
|
|
20
|
+
"message": string;
|
|
21
|
+
/**
|
|
22
|
+
* The time the log message was written. An RFC3339 formatted datetime string
|
|
23
|
+
*/
|
|
24
|
+
"timestamp": Date;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace WorkRequestLogEntry {
|
|
27
|
+
function getJsonObj(obj: WorkRequestLogEntry): object;
|
|
28
|
+
function getDeserializedJsonObj(obj: WorkRequestLogEntry): object;
|
|
29
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Stack Monitoring API
|
|
4
|
+
* Stack Monitoring API.
|
|
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, 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.WorkRequestLogEntry = void 0;
|
|
16
|
+
var WorkRequestLogEntry;
|
|
17
|
+
(function (WorkRequestLogEntry) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
WorkRequestLogEntry.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
WorkRequestLogEntry.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(WorkRequestLogEntry = exports.WorkRequestLogEntry || (exports.WorkRequestLogEntry = {}));
|
|
29
|
+
//# sourceMappingURL=work-request-log-entry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request-log-entry.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/work-request-log-entry.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmBH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Stack Monitoring API
|
|
3
|
+
* Stack Monitoring API.
|
|
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, 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
|
+
/**
|
|
15
|
+
* A resource created or operated on by a work request.
|
|
16
|
+
*/
|
|
17
|
+
export interface WorkRequestResource {
|
|
18
|
+
/**
|
|
19
|
+
* The resource type the work request affects.
|
|
20
|
+
*/
|
|
21
|
+
"entityType": string;
|
|
22
|
+
/**
|
|
23
|
+
* The way in which this resource is affected by the work tracked in the work request.
|
|
24
|
+
* A resource being created, updated, or deleted will remain in the IN_PROGRESS state until
|
|
25
|
+
* work is complete for that resource at which point it will transition to CREATED, UPDATED,
|
|
26
|
+
* or DELETED, respectively.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"actionType": model.ActionType;
|
|
30
|
+
/**
|
|
31
|
+
* The identifier of the resource the work request affects.
|
|
32
|
+
*/
|
|
33
|
+
"identifier": string;
|
|
34
|
+
/**
|
|
35
|
+
* The URI path that the user can do a GET on to access the resource metadata
|
|
36
|
+
*/
|
|
37
|
+
"entityUri"?: string;
|
|
38
|
+
}
|
|
39
|
+
export declare namespace WorkRequestResource {
|
|
40
|
+
function getJsonObj(obj: WorkRequestResource): object;
|
|
41
|
+
function getDeserializedJsonObj(obj: WorkRequestResource): object;
|
|
42
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Stack Monitoring API
|
|
4
|
+
* Stack Monitoring API.
|
|
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, 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.WorkRequestResource = void 0;
|
|
16
|
+
var WorkRequestResource;
|
|
17
|
+
(function (WorkRequestResource) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
WorkRequestResource.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
WorkRequestResource.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(WorkRequestResource = exports.WorkRequestResource || (exports.WorkRequestResource = {}));
|
|
29
|
+
//# sourceMappingURL=work-request-resource.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request-resource.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/work-request-resource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+BH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Stack Monitoring API
|
|
3
|
+
* Stack Monitoring API.
|
|
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, 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
|
+
/**
|
|
15
|
+
* Results of a workRequest search. Contains both WorkRequest items and other information, such as metadata.
|
|
16
|
+
*/
|
|
17
|
+
export interface WorkRequestSummaryCollection {
|
|
18
|
+
/**
|
|
19
|
+
* List of workRequestSummary objects.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.WorkRequestSummary>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace WorkRequestSummaryCollection {
|
|
24
|
+
function getJsonObj(obj: WorkRequestSummaryCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: WorkRequestSummaryCollection): object;
|
|
26
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Stack Monitoring API
|
|
4
|
+
* Stack Monitoring API.
|
|
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, 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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.WorkRequestSummaryCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var WorkRequestSummaryCollection;
|
|
37
|
+
(function (WorkRequestSummaryCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.WorkRequestSummary.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
WorkRequestSummaryCollection.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"items": obj.items
|
|
52
|
+
? obj.items.map(item => {
|
|
53
|
+
return model.WorkRequestSummary.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
WorkRequestSummaryCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(WorkRequestSummaryCollection = exports.WorkRequestSummaryCollection || (exports.WorkRequestSummaryCollection = {}));
|
|
61
|
+
//# sourceMappingURL=work-request-summary-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request-summary-collection.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/work-request-summary-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,4BAA4B,CA6B5C;AA7BD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QA6B5C"}
|