oci-adm 2.71.0 → 2.73.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/lib/applicationdependencymanagement-waiter.d.ts +16 -0
- package/lib/applicationdependencymanagement-waiter.js +24 -0
- package/lib/applicationdependencymanagement-waiter.js.map +1 -1
- package/lib/client.d.ts +184 -18
- package/lib/client.js +1312 -176
- package/lib/client.js.map +1 -1
- package/lib/model/application-dependency-recommendation-collection.d.ts +26 -0
- package/lib/model/application-dependency-recommendation-collection.js +61 -0
- package/lib/model/application-dependency-recommendation-collection.js.map +1 -0
- package/lib/model/application-dependency-recommendation-summary.d.ts +39 -0
- package/lib/model/application-dependency-recommendation-summary.js +29 -0
- package/lib/model/application-dependency-recommendation-summary.js.map +1 -0
- package/lib/model/application-dependency-vulnerability-collection.d.ts +3 -3
- package/lib/model/application-dependency-vulnerability-summary.d.ts +6 -6
- package/lib/model/application-dependency.d.ts +3 -3
- package/lib/model/apply-stage.d.ts +27 -0
- package/lib/model/apply-stage.js +66 -0
- package/lib/model/apply-stage.js.map +1 -0
- package/lib/model/change-knowledge-base-compartment-details.d.ts +2 -2
- package/lib/model/change-remediation-recipe-compartment-details.d.ts +25 -0
- package/lib/model/change-remediation-recipe-compartment-details.js +29 -0
- package/lib/model/change-remediation-recipe-compartment-details.js.map +1 -0
- package/lib/model/change-remediation-run-compartment-details.d.ts +25 -0
- package/lib/model/change-remediation-run-compartment-details.js +29 -0
- package/lib/model/change-remediation-run-compartment-details.js.map +1 -0
- package/lib/model/change-vulnerability-audit-compartment-details.d.ts +1 -1
- package/lib/model/create-knowledge-base-details.d.ts +3 -3
- package/lib/model/create-remediation-recipe-details.d.ts +60 -0
- package/lib/model/create-remediation-recipe-details.js +75 -0
- package/lib/model/create-remediation-recipe-details.js.map +1 -0
- package/lib/model/create-remediation-run-details.d.ts +47 -0
- package/lib/model/create-remediation-run-details.js +29 -0
- package/lib/model/create-remediation-run-details.js.map +1 -0
- package/lib/model/create-vulnerability-audit-details.d.ts +6 -6
- package/lib/model/detect-configuration.d.ts +50 -0
- package/lib/model/detect-configuration.js +38 -0
- package/lib/model/detect-configuration.js.map +1 -0
- package/lib/model/detect-stage.d.ts +29 -0
- package/lib/model/detect-stage.js +52 -0
- package/lib/model/detect-stage.js.map +1 -0
- package/lib/model/external-resource-vulnerability-audit-source.d.ts +1 -1
- package/lib/model/external-scm-configuration.d.ts +57 -0
- package/lib/model/external-scm-configuration.js +64 -0
- package/lib/model/external-scm-configuration.js.map +1 -0
- package/lib/model/git-hub-actions-configuration.d.ts +51 -0
- package/lib/model/git-hub-actions-configuration.js +54 -0
- package/lib/model/git-hub-actions-configuration.js.map +1 -0
- package/lib/model/git-lab-pipeline-configuration.d.ts +52 -0
- package/lib/model/git-lab-pipeline-configuration.js +54 -0
- package/lib/model/git-lab-pipeline-configuration.js.map +1 -0
- package/lib/model/index.d.ts +72 -0
- package/lib/model/index.js +74 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/jenkins-pipeline-configuration.d.ts +48 -0
- package/lib/model/jenkins-pipeline-configuration.js +54 -0
- package/lib/model/jenkins-pipeline-configuration.js.map +1 -0
- package/lib/model/knowledge-base-collection.d.ts +2 -2
- package/lib/model/knowledge-base-summary.d.ts +7 -7
- package/lib/model/knowledge-base.d.ts +7 -7
- package/lib/model/network-configuration.d.ts +31 -0
- package/lib/model/network-configuration.js +29 -0
- package/lib/model/network-configuration.js.map +1 -0
- package/lib/model/none-verify-configuration.d.ts +24 -0
- package/lib/model/none-verify-configuration.js +54 -0
- package/lib/model/none-verify-configuration.js.map +1 -0
- package/lib/model/oci-code-repository-configuration.d.ts +28 -0
- package/lib/model/oci-code-repository-configuration.js +54 -0
- package/lib/model/oci-code-repository-configuration.js.map +1 -0
- package/lib/model/oci-dev-ops-build-configuration.d.ts +34 -0
- package/lib/model/oci-dev-ops-build-configuration.js +54 -0
- package/lib/model/oci-dev-ops-build-configuration.js.map +1 -0
- package/lib/model/oci-resource-vulnerability-audit-source.d.ts +2 -2
- package/lib/model/operation-type.d.ts +6 -0
- package/lib/model/operation-type.js +6 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/pipeline-properties.d.ts +29 -0
- package/lib/model/pipeline-properties.js +29 -0
- package/lib/model/pipeline-properties.js.map +1 -0
- package/lib/model/pull-request-properties.d.ts +29 -0
- package/lib/model/pull-request-properties.js +29 -0
- package/lib/model/pull-request-properties.js.map +1 -0
- package/lib/model/recommend-stage.d.ts +30 -0
- package/lib/model/recommend-stage.js +60 -0
- package/lib/model/recommend-stage.js.map +1 -0
- package/lib/model/remediation-recipe-collection.d.ts +26 -0
- package/lib/model/remediation-recipe-collection.js +61 -0
- package/lib/model/remediation-recipe-collection.js.map +1 -0
- package/lib/model/remediation-recipe-summary.d.ts +81 -0
- package/lib/model/remediation-recipe-summary.js +29 -0
- package/lib/model/remediation-recipe-summary.js.map +1 -0
- package/lib/model/remediation-recipe.d.ts +103 -0
- package/lib/model/remediation-recipe.js +91 -0
- package/lib/model/remediation-recipe.js.map +1 -0
- package/lib/model/remediation-run-collection.d.ts +26 -0
- package/lib/model/remediation-run-collection.js +61 -0
- package/lib/model/remediation-run-collection.js.map +1 -0
- package/lib/model/remediation-run-stage-collection.d.ts +26 -0
- package/lib/model/remediation-run-stage-collection.js +61 -0
- package/lib/model/remediation-run-stage-collection.js.map +1 -0
- package/lib/model/remediation-run-stage-summary.d.ts +50 -0
- package/lib/model/remediation-run-stage-summary.js +29 -0
- package/lib/model/remediation-run-stage-summary.js.map +1 -0
- package/lib/model/remediation-run-stage-type.d.ts +30 -0
- package/lib/model/remediation-run-stage-type.js +41 -0
- package/lib/model/remediation-run-stage-type.js.map +1 -0
- package/lib/model/remediation-run-stage.d.ts +70 -0
- package/lib/model/remediation-run-stage.js +94 -0
- package/lib/model/remediation-run-stage.js.map +1 -0
- package/lib/model/remediation-run-summary.d.ts +94 -0
- package/lib/model/remediation-run-summary.js +29 -0
- package/lib/model/remediation-run-summary.js.map +1 -0
- package/lib/model/remediation-run.d.ts +125 -0
- package/lib/model/remediation-run.js +87 -0
- package/lib/model/remediation-run.js.map +1 -0
- package/lib/model/scm-configuration.d.ts +38 -0
- package/lib/model/scm-configuration.js +72 -0
- package/lib/model/scm-configuration.js.map +1 -0
- package/lib/model/stage-summary.d.ts +42 -0
- package/lib/model/stage-summary.js +29 -0
- package/lib/model/stage-summary.js.map +1 -0
- package/lib/model/unknown-source-vulnerability-audit-source.d.ts +1 -1
- package/lib/model/update-knowledge-base-details.d.ts +2 -2
- package/lib/model/update-remediation-recipe-details.d.ts +56 -0
- package/lib/model/update-remediation-recipe-details.js +75 -0
- package/lib/model/update-remediation-recipe-details.js.map +1 -0
- package/lib/model/update-remediation-run-details.d.ts +43 -0
- package/lib/model/update-remediation-run-details.js +29 -0
- package/lib/model/update-remediation-run-details.js.map +1 -0
- package/lib/model/update-vulnerability-audit-details.d.ts +2 -2
- package/lib/model/verify-configuration.d.ts +25 -0
- package/lib/model/verify-configuration.js +84 -0
- package/lib/model/verify-configuration.js.map +1 -0
- package/lib/model/verify-stage.d.ts +27 -0
- package/lib/model/verify-stage.js +66 -0
- package/lib/model/verify-stage.js.map +1 -0
- package/lib/model/vulnerability-audit-collection.d.ts +2 -2
- package/lib/model/vulnerability-audit-configuration.d.ts +7 -5
- package/lib/model/vulnerability-audit-configuration.js.map +1 -1
- package/lib/model/vulnerability-audit-source.d.ts +1 -1
- package/lib/model/vulnerability-audit-summary.d.ts +14 -14
- package/lib/model/vulnerability-audit.d.ts +17 -17
- package/lib/request/activate-remediation-recipe-request.d.ts +35 -0
- package/lib/request/activate-remediation-recipe-request.js +15 -0
- package/lib/request/activate-remediation-recipe-request.js.map +1 -0
- package/lib/request/cancel-remediation-run-request.d.ts +44 -0
- package/lib/request/cancel-remediation-run-request.js +15 -0
- package/lib/request/cancel-remediation-run-request.js.map +1 -0
- package/lib/request/cancel-work-request-request.d.ts +1 -1
- package/lib/request/change-knowledge-base-compartment-request.d.ts +1 -1
- package/lib/request/change-remediation-recipe-compartment-request.d.ts +49 -0
- package/lib/request/change-remediation-recipe-compartment-request.js +15 -0
- package/lib/request/change-remediation-recipe-compartment-request.js.map +1 -0
- package/lib/request/change-remediation-run-compartment-request.d.ts +49 -0
- package/lib/request/change-remediation-run-compartment-request.js +15 -0
- package/lib/request/change-remediation-run-compartment-request.js.map +1 -0
- package/lib/request/change-vulnerability-audit-compartment-request.d.ts +1 -1
- package/lib/request/create-knowledge-base-request.d.ts +1 -1
- package/lib/request/create-remediation-recipe-request.d.ts +36 -0
- package/lib/request/create-remediation-recipe-request.js +15 -0
- package/lib/request/create-remediation-recipe-request.js.map +1 -0
- package/lib/request/create-remediation-run-request.d.ts +36 -0
- package/lib/request/create-remediation-run-request.js +15 -0
- package/lib/request/create-remediation-run-request.js.map +1 -0
- package/lib/request/create-vulnerability-audit-request.d.ts +1 -1
- package/lib/request/deactivate-remediation-recipe-request.d.ts +35 -0
- package/lib/request/deactivate-remediation-recipe-request.js +15 -0
- package/lib/request/deactivate-remediation-recipe-request.js.map +1 -0
- package/lib/request/delete-knowledge-base-request.d.ts +1 -1
- package/lib/request/delete-remediation-recipe-request.d.ts +35 -0
- package/lib/request/delete-remediation-recipe-request.js +15 -0
- package/lib/request/delete-remediation-recipe-request.js.map +1 -0
- package/lib/request/delete-remediation-run-request.d.ts +35 -0
- package/lib/request/delete-remediation-run-request.js +15 -0
- package/lib/request/delete-remediation-run-request.js.map +1 -0
- package/lib/request/delete-vulnerability-audit-request.d.ts +1 -1
- package/lib/request/get-knowledge-base-request.d.ts +1 -1
- package/lib/request/get-remediation-recipe-request.d.ts +26 -0
- package/lib/request/get-remediation-recipe-request.js +15 -0
- package/lib/request/get-remediation-recipe-request.js.map +1 -0
- package/lib/request/get-remediation-run-request.d.ts +26 -0
- package/lib/request/get-remediation-run-request.js +15 -0
- package/lib/request/get-remediation-run-request.js.map +1 -0
- package/lib/request/get-stage-request.d.ts +31 -0
- package/lib/request/get-stage-request.js +15 -0
- package/lib/request/get-stage-request.js.map +1 -0
- package/lib/request/get-vulnerability-audit-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +36 -0
- package/lib/request/index.js +9 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-application-dependency-recommendations-request.d.ts +61 -0
- package/lib/request/list-application-dependency-recommendations-request.js +26 -0
- package/lib/request/list-application-dependency-recommendations-request.js.map +1 -0
- package/lib/request/list-application-dependency-vulnerabilities-request.d.ts +1 -1
- package/lib/request/list-knowledge-bases-request.d.ts +5 -1
- package/lib/request/list-knowledge-bases-request.js.map +1 -1
- package/lib/request/list-remediation-recipes-request.d.ts +74 -0
- package/lib/request/list-remediation-recipes-request.js +27 -0
- package/lib/request/list-remediation-recipes-request.js.map +1 -0
- package/lib/request/list-remediation-runs-request.d.ts +80 -0
- package/lib/request/list-remediation-runs-request.js +28 -0
- package/lib/request/list-remediation-runs-request.js.map +1 -0
- package/lib/request/list-stages-request.d.ts +66 -0
- package/lib/request/list-stages-request.js +27 -0
- package/lib/request/list-stages-request.js.map +1 -0
- package/lib/request/list-vulnerability-audits-request.d.ts +5 -1
- package/lib/request/list-vulnerability-audits-request.js.map +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +3 -1
- package/lib/request/list-work-requests-request.js.map +1 -1
- package/lib/request/update-knowledge-base-request.d.ts +1 -1
- package/lib/request/update-remediation-recipe-request.d.ts +40 -0
- package/lib/request/update-remediation-recipe-request.js +15 -0
- package/lib/request/update-remediation-recipe-request.js.map +1 -0
- package/lib/request/update-remediation-run-request.d.ts +40 -0
- package/lib/request/update-remediation-run-request.js +15 -0
- package/lib/request/update-remediation-run-request.js.map +1 -0
- package/lib/request/update-vulnerability-audit-request.d.ts +1 -1
- package/lib/response/activate-remediation-recipe-response.d.ts +25 -0
- package/lib/response/activate-remediation-recipe-response.js +15 -0
- package/lib/response/activate-remediation-recipe-response.js.map +1 -0
- package/lib/response/cancel-remediation-run-response.d.ts +30 -0
- package/lib/response/cancel-remediation-run-response.js +15 -0
- package/lib/response/cancel-remediation-run-response.js.map +1 -0
- package/lib/response/change-remediation-recipe-compartment-response.d.ts +25 -0
- package/lib/response/change-remediation-recipe-compartment-response.js +15 -0
- package/lib/response/change-remediation-recipe-compartment-response.js.map +1 -0
- package/lib/response/change-remediation-run-compartment-response.d.ts +20 -0
- package/lib/response/change-remediation-run-compartment-response.js +15 -0
- package/lib/response/change-remediation-run-compartment-response.js.map +1 -0
- package/lib/response/create-remediation-recipe-response.d.ts +25 -0
- package/lib/response/create-remediation-recipe-response.js +15 -0
- package/lib/response/create-remediation-recipe-response.js.map +1 -0
- package/lib/response/create-remediation-run-response.d.ts +30 -0
- package/lib/response/create-remediation-run-response.js +15 -0
- package/lib/response/create-remediation-run-response.js.map +1 -0
- package/lib/response/deactivate-remediation-recipe-response.d.ts +25 -0
- package/lib/response/deactivate-remediation-recipe-response.js +15 -0
- package/lib/response/deactivate-remediation-recipe-response.js.map +1 -0
- package/lib/response/delete-remediation-recipe-response.d.ts +25 -0
- package/lib/response/delete-remediation-recipe-response.js +15 -0
- package/lib/response/delete-remediation-recipe-response.js.map +1 -0
- package/lib/response/delete-remediation-run-response.d.ts +20 -0
- package/lib/response/delete-remediation-run-response.js +15 -0
- package/lib/response/delete-remediation-run-response.js.map +1 -0
- package/lib/response/get-remediation-recipe-response.d.ts +30 -0
- package/lib/response/get-remediation-recipe-response.js +15 -0
- package/lib/response/get-remediation-recipe-response.js.map +1 -0
- package/lib/response/get-remediation-run-response.d.ts +30 -0
- package/lib/response/get-remediation-run-response.js +15 -0
- package/lib/response/get-remediation-run-response.js.map +1 -0
- package/lib/response/get-stage-response.d.ts +25 -0
- package/lib/response/get-stage-response.js +15 -0
- package/lib/response/get-stage-response.js.map +1 -0
- package/lib/response/index.d.ts +36 -0
- package/lib/response/list-application-dependency-recommendations-response.d.ts +32 -0
- package/lib/response/list-application-dependency-recommendations-response.js +15 -0
- package/lib/response/list-application-dependency-recommendations-response.js.map +1 -0
- package/lib/response/list-remediation-recipes-response.d.ts +32 -0
- package/lib/response/list-remediation-recipes-response.js +15 -0
- package/lib/response/list-remediation-recipes-response.js.map +1 -0
- package/lib/response/list-remediation-runs-response.d.ts +32 -0
- package/lib/response/list-remediation-runs-response.js +15 -0
- package/lib/response/list-remediation-runs-response.js.map +1 -0
- package/lib/response/list-stages-response.d.ts +32 -0
- package/lib/response/list-stages-response.js +15 -0
- package/lib/response/list-stages-response.js.map +1 -0
- package/lib/response/update-remediation-recipe-response.d.ts +25 -0
- package/lib/response/update-remediation-recipe-response.js +15 -0
- package/lib/response/update-remediation-recipe-response.js.map +1 -0
- package/lib/response/update-remediation-run-response.d.ts +30 -0
- package/lib/response/update-remediation-run-response.js +15 -0
- package/lib/response/update-remediation-run-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -13,11 +13,13 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/adm/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
20
|
* A filter to return only resources that belong to the specified compartment identifier.
|
|
21
|
+
* Required only if the id query param is not specified.
|
|
22
|
+
*
|
|
21
23
|
*/
|
|
22
24
|
"compartmentId"?: string;
|
|
23
25
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-work-requests-request.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/request/list-work-requests-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"list-work-requests-request.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/request/list-work-requests-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAkDH,IAAiB,uBAAuB,CAIvC;AAJD,WAAiB,uBAAuB;IACtC,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,uCAA6B,CAAA;IAC/B,CAAC,EAFW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAEjB;AACH,CAAC,EAJgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAIvC"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/adm/UpdateKnowledgeBase.ts.html |here} to see how to use UpdateKnowledgeBaseRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateKnowledgeBaseRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220421
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/adm/UpdateRemediationRecipe.ts.html |here} to see how to use UpdateRemediationRecipeRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateRemediationRecipeRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of a Remediation Recipe, as a URL path parameter.
|
|
21
|
+
*/
|
|
22
|
+
"remediationRecipeId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The details to update a Remediation Recipe.
|
|
25
|
+
*/
|
|
26
|
+
"updateRemediationRecipeDetails": model.UpdateRemediationRecipeDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the `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
|
+
* The client request ID for tracing.
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220421
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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-remediation-recipe-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-remediation-recipe-request.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/request/update-remediation-recipe-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220421
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/adm/UpdateRemediationRun.ts.html |here} to see how to use UpdateRemediationRunRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateRemediationRunRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Unique Remediation Run identifier path parameter.
|
|
21
|
+
*/
|
|
22
|
+
"remediationRunId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The details used to update a remediation run.
|
|
25
|
+
*/
|
|
26
|
+
"updateRemediationRunDetails": model.UpdateRemediationRunDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the `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
|
+
* The client request ID for tracing.
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220421
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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-remediation-run-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-remediation-run-request.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/request/update-remediation-run-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/adm/UpdateVulnerabilityAudit.ts.html |here} to see how to use UpdateVulnerabilityAuditRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateVulnerabilityAuditRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220421
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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 ActivateRemediationRecipeResponse {
|
|
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: 20220421
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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=activate-remediation-recipe-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"activate-remediation-recipe-response.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/response/activate-remediation-recipe-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220421
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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 CancelRemediationRunResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For optimistic concurrency control. See `if-match`.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.RemediationRun instance.
|
|
28
|
+
*/
|
|
29
|
+
"remediationRun": model.RemediationRun;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220421
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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=cancel-remediation-run-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cancel-remediation-run-response.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/response/cancel-remediation-run-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220421
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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 ChangeRemediationRecipeCompartmentResponse {
|
|
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: 20220421
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=change-remediation-recipe-compartment-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-remediation-recipe-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/response/change-remediation-recipe-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220421
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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 ChangeRemediationRunCompartmentResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a particular request, please provide the request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220421
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=change-remediation-run-compartment-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-remediation-run-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/response/change-remediation-run-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220421
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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 CreateRemediationRecipeResponse {
|
|
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: 20220421
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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-remediation-recipe-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-remediation-recipe-response.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/response/create-remediation-recipe-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220421
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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 CreateRemediationRunResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See `if-match`.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.RemediationRun instance.
|
|
28
|
+
*/
|
|
29
|
+
"remediationRun": model.RemediationRun;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220421
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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-remediation-run-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-remediation-run-response.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/response/create-remediation-run-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220421
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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 DeactivateRemediationRecipeResponse {
|
|
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: 20220421
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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=deactivate-remediation-recipe-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deactivate-remediation-recipe-response.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/response/deactivate-remediation-recipe-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220421
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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 DeleteRemediationRecipeResponse {
|
|
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: 20220421
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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-remediation-recipe-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-remediation-recipe-response.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/response/delete-remediation-recipe-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220421
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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 DeleteRemediationRunResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a particular request, please provide the request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220421
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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-remediation-run-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-remediation-run-response.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/response/delete-remediation-run-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220421
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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 GetRemediationRecipeResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For optimistic concurrency control. See `if-match`.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.RemediationRecipe instance.
|
|
28
|
+
*/
|
|
29
|
+
"remediationRecipe": model.RemediationRecipe;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220421
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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-remediation-recipe-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-remediation-recipe-response.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/response/get-remediation-recipe-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|