oci-bds 2.109.1 → 2.110.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/bds-waiter.d.ts +8 -0
- package/lib/bds-waiter.js +12 -0
- package/lib/bds-waiter.js.map +1 -1
- package/lib/client.d.ts +39 -0
- package/lib/client.js +259 -0
- package/lib/client.js.map +1 -1
- package/lib/model/availability-status.d.ts +30 -0
- package/lib/model/availability-status.js +41 -0
- package/lib/model/availability-status.js.map +1 -0
- package/lib/model/bds-capacity-report.d.ts +36 -0
- package/lib/model/bds-capacity-report.js +62 -0
- package/lib/model/bds-capacity-report.js.map +1 -0
- package/lib/model/bds-software-update.d.ts +29 -0
- package/lib/model/bds-software-update.js +53 -0
- package/lib/model/bds-software-update.js.map +1 -0
- package/lib/model/capacity-availability.d.ts +31 -0
- package/lib/model/capacity-availability.js +30 -0
- package/lib/model/capacity-availability.js.map +1 -0
- package/lib/model/capacity-report-shape-availability.d.ts +32 -0
- package/lib/model/capacity-report-shape-availability.js +68 -0
- package/lib/model/capacity-report-shape-availability.js.map +1 -0
- package/lib/model/create-bds-capacity-report-details.d.ts +31 -0
- package/lib/model/create-bds-capacity-report-details.js +62 -0
- package/lib/model/create-bds-capacity-report-details.js.map +1 -0
- package/lib/model/create-capacity-report-shape-availability-details.d.ts +28 -0
- package/lib/model/create-capacity-report-shape-availability-details.js +58 -0
- package/lib/model/create-capacity-report-shape-availability-details.js.map +1 -0
- package/lib/model/domain-type-capacity-report.d.ts +23 -0
- package/lib/model/domain-type-capacity-report.js +73 -0
- package/lib/model/domain-type-capacity-report.js.map +1 -0
- package/lib/model/index.d.ts +28 -0
- package/lib/model/index.js +32 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/install-os-patch-details.d.ts +4 -0
- package/lib/model/install-os-patch-details.js.map +1 -1
- package/lib/model/install-software-updates-details.d.ts +26 -0
- package/lib/model/install-software-updates-details.js +30 -0
- package/lib/model/install-software-updates-details.js.map +1 -0
- package/lib/model/multi-ad-capacity-report.d.ts +30 -0
- package/lib/model/multi-ad-capacity-report.js +63 -0
- package/lib/model/multi-ad-capacity-report.js.map +1 -0
- package/lib/model/operation-types.d.ts +1 -0
- package/lib/model/operation-types.js +1 -0
- package/lib/model/operation-types.js.map +1 -1
- package/lib/model/os-patch-package-summary.d.ts +15 -0
- package/lib/model/os-patch-package-summary.js +12 -0
- package/lib/model/os-patch-package-summary.js.map +1 -1
- package/lib/model/patch-history-summary.d.ts +4 -2
- package/lib/model/patch-history-summary.js +1 -0
- package/lib/model/patch-history-summary.js.map +1 -1
- package/lib/model/single-ad-capacity-report.d.ts +30 -0
- package/lib/model/single-ad-capacity-report.js +63 -0
- package/lib/model/single-ad-capacity-report.js.map +1 -0
- package/lib/model/software-update-collection.d.ts +27 -0
- package/lib/model/software-update-collection.js +62 -0
- package/lib/model/software-update-collection.js.map +1 -0
- package/lib/model/software-update-summary.d.ts +42 -0
- package/lib/model/software-update-summary.js +30 -0
- package/lib/model/software-update-summary.js.map +1 -0
- package/lib/model/software-update.d.ts +51 -0
- package/lib/model/software-update.js +82 -0
- package/lib/model/software-update.js.map +1 -0
- package/lib/request/create-bds-capacity-report-request.d.ts +36 -0
- package/lib/request/create-bds-capacity-report-request.js +15 -0
- package/lib/request/create-bds-capacity-report-request.js.map +1 -0
- package/lib/request/get-software-update-request.d.ts +48 -0
- package/lib/request/get-software-update-request.js +15 -0
- package/lib/request/get-software-update-request.js.map +1 -0
- package/lib/request/index.d.ts +8 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/install-software-updates-request.d.ts +49 -0
- package/lib/request/install-software-updates-request.js +15 -0
- package/lib/request/install-software-updates-request.js.map +1 -0
- package/lib/request/list-software-updates-request.d.ts +68 -0
- package/lib/request/list-software-updates-request.js +24 -0
- package/lib/request/list-software-updates-request.js.map +1 -0
- package/lib/response/create-bds-capacity-report-response.d.ts +25 -0
- package/lib/response/create-bds-capacity-report-response.js +15 -0
- package/lib/response/create-bds-capacity-report-response.js.map +1 -0
- package/lib/response/get-software-update-response.d.ts +30 -0
- package/lib/response/get-software-update-response.js +15 -0
- package/lib/response/get-software-update-response.js.map +1 -0
- package/lib/response/index.d.ts +8 -0
- package/lib/response/install-software-updates-response.d.ts +25 -0
- package/lib/response/install-software-updates-response.js +15 -0
- package/lib/response/install-software-updates-response.js.map +1 -0
- package/lib/response/list-software-updates-response.d.ts +32 -0
- package/lib/response/list-software-updates-response.js +15 -0
- package/lib/response/list-software-updates-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -31,6 +31,10 @@ export interface OsPatchPackageSummary {
|
|
|
31
31
|
* Related CVEs of the package update.
|
|
32
32
|
*/
|
|
33
33
|
"relatedCVEs": Array<string>;
|
|
34
|
+
/**
|
|
35
|
+
* Package type based on package installation manager.
|
|
36
|
+
*/
|
|
37
|
+
"packageType"?: OsPatchPackageSummary.PackageType;
|
|
34
38
|
}
|
|
35
39
|
export declare namespace OsPatchPackageSummary {
|
|
36
40
|
enum UpdateType {
|
|
@@ -43,6 +47,17 @@ export declare namespace OsPatchPackageSummary {
|
|
|
43
47
|
*/
|
|
44
48
|
UnknownValue = "UNKNOWN_VALUE"
|
|
45
49
|
}
|
|
50
|
+
enum PackageType {
|
|
51
|
+
Rpm = "RPM",
|
|
52
|
+
Pip = "PIP",
|
|
53
|
+
Pip3 = "PIP3",
|
|
54
|
+
Pip38 = "PIP3_8",
|
|
55
|
+
/**
|
|
56
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
57
|
+
* version of the SDK.
|
|
58
|
+
*/
|
|
59
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
60
|
+
}
|
|
46
61
|
function getJsonObj(obj: OsPatchPackageSummary): object;
|
|
47
62
|
function getDeserializedJsonObj(obj: OsPatchPackageSummary): object;
|
|
48
63
|
}
|
|
@@ -27,6 +27,18 @@ var OsPatchPackageSummary;
|
|
|
27
27
|
*/
|
|
28
28
|
UpdateType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
29
29
|
})(UpdateType = OsPatchPackageSummary.UpdateType || (OsPatchPackageSummary.UpdateType = {}));
|
|
30
|
+
let PackageType;
|
|
31
|
+
(function (PackageType) {
|
|
32
|
+
PackageType["Rpm"] = "RPM";
|
|
33
|
+
PackageType["Pip"] = "PIP";
|
|
34
|
+
PackageType["Pip3"] = "PIP3";
|
|
35
|
+
PackageType["Pip38"] = "PIP3_8";
|
|
36
|
+
/**
|
|
37
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
38
|
+
* version of the SDK.
|
|
39
|
+
*/
|
|
40
|
+
PackageType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
41
|
+
})(PackageType = OsPatchPackageSummary.PackageType || (OsPatchPackageSummary.PackageType = {}));
|
|
30
42
|
function getJsonObj(obj) {
|
|
31
43
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
32
44
|
return jsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"os-patch-package-summary.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/os-patch-package-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;
|
|
1
|
+
{"version":3,"file":"os-patch-package-summary.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/os-patch-package-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA+BH,IAAiB,qBAAqB,CAkCrC;AAlCD,WAAiB,qBAAqB;IACpC,IAAY,UASX;IATD,WAAY,UAAU;QACpB,iCAAmB,CAAA;QACnB,+BAAiB,CAAA;QACjB,+BAAiB,CAAA;QACjB;;;WAGG;QACH,4CAA8B,CAAA;IAChC,CAAC,EATW,UAAU,GAAV,gCAAU,KAAV,gCAAU,QASrB;IAED,IAAY,WAUX;IAVD,WAAY,WAAW;QACrB,0BAAW,CAAA;QACX,0BAAW,CAAA;QACX,4BAAa,CAAA;QACb,+BAAgB,CAAA;QAChB;;;WAGG;QACH,6CAA8B,CAAA;IAChC,CAAC,EAVW,WAAW,GAAX,iCAAW,KAAX,iCAAW,QAUtB;IAED,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAsB,yBAIrC,CAAA;AACH,CAAC,EAlCgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAkCrC"}
|
|
@@ -30,8 +30,9 @@ export interface PatchHistorySummary {
|
|
|
30
30
|
/**
|
|
31
31
|
* The type of current patch history.
|
|
32
32
|
* DP - Data Plane patch(This history type is internal available only)
|
|
33
|
-
* ODH - Oracle Distribution of Hadoop
|
|
34
|
-
* OS - Operating System
|
|
33
|
+
* ODH - Oracle Distribution of Hadoop update
|
|
34
|
+
* OS - Operating System update
|
|
35
|
+
* BDS - Big Data Service update
|
|
35
36
|
*
|
|
36
37
|
*/
|
|
37
38
|
"patchType": PatchHistorySummary.PatchType;
|
|
@@ -50,6 +51,7 @@ export declare namespace PatchHistorySummary {
|
|
|
50
51
|
enum PatchType {
|
|
51
52
|
Odh = "ODH",
|
|
52
53
|
Os = "OS",
|
|
54
|
+
Bds = "BDS",
|
|
53
55
|
/**
|
|
54
56
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
55
57
|
* version of the SDK.
|
|
@@ -31,6 +31,7 @@ var PatchHistorySummary;
|
|
|
31
31
|
(function (PatchType) {
|
|
32
32
|
PatchType["Odh"] = "ODH";
|
|
33
33
|
PatchType["Os"] = "OS";
|
|
34
|
+
PatchType["Bds"] = "BDS";
|
|
34
35
|
/**
|
|
35
36
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
36
37
|
* version of the SDK.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"patch-history-summary.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/patch-history-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;
|
|
1
|
+
{"version":3,"file":"patch-history-summary.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/patch-history-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAgCH,IAAiB,mBAAmB,CAiCnC;AAjCD,WAAiB,mBAAmB;IAClC,IAAY,cASX;IATD,WAAY,cAAc;QACxB,2CAAyB,CAAA;QACzB,yCAAuB,CAAA;QACvB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EATW,cAAc,GAAd,kCAAc,KAAd,kCAAc,QASzB;IAED,IAAY,SASX;IATD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,sBAAS,CAAA;QACT,wBAAW,CAAA;QACX;;;WAGG;QACH,2CAA8B,CAAA;IAChC,CAAC,EATW,SAAS,GAAT,6BAAS,KAAT,6BAAS,QASpB;IAED,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,EAjCgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAiCnC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Big Data Service API
|
|
3
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* Capacity report for a single-AD region.
|
|
17
|
+
*/
|
|
18
|
+
export interface SingleAdCapacityReport extends model.DomainTypeCapacityReport {
|
|
19
|
+
/**
|
|
20
|
+
* The fault domain for the capacity report.
|
|
21
|
+
*/
|
|
22
|
+
"faultDomain": string;
|
|
23
|
+
"capacityAvailability": model.CapacityAvailability;
|
|
24
|
+
"domainType": string;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace SingleAdCapacityReport {
|
|
27
|
+
function getJsonObj(obj: SingleAdCapacityReport, isParentJsonObj?: boolean): object;
|
|
28
|
+
const domainType = "SINGLE_AD";
|
|
29
|
+
function getDeserializedJsonObj(obj: SingleAdCapacityReport, isParentJsonObj?: boolean): object;
|
|
30
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Big Data Service API
|
|
4
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190531
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.SingleAdCapacityReport = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var SingleAdCapacityReport;
|
|
38
|
+
(function (SingleAdCapacityReport) {
|
|
39
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
41
|
+
? obj
|
|
42
|
+
: model.DomainTypeCapacityReport.getJsonObj(obj))), {
|
|
43
|
+
"capacityAvailability": obj.capacityAvailability
|
|
44
|
+
? model.CapacityAvailability.getJsonObj(obj.capacityAvailability)
|
|
45
|
+
: undefined
|
|
46
|
+
});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
SingleAdCapacityReport.getJsonObj = getJsonObj;
|
|
50
|
+
SingleAdCapacityReport.domainType = "SINGLE_AD";
|
|
51
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
52
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
53
|
+
? obj
|
|
54
|
+
: model.DomainTypeCapacityReport.getDeserializedJsonObj(obj))), {
|
|
55
|
+
"capacityAvailability": obj.capacityAvailability
|
|
56
|
+
? model.CapacityAvailability.getDeserializedJsonObj(obj.capacityAvailability)
|
|
57
|
+
: undefined
|
|
58
|
+
});
|
|
59
|
+
return jsonObj;
|
|
60
|
+
}
|
|
61
|
+
SingleAdCapacityReport.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
62
|
+
})(SingleAdCapacityReport = exports.SingleAdCapacityReport || (exports.SingleAdCapacityReport = {}));
|
|
63
|
+
//# sourceMappingURL=single-ad-capacity-report.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"single-ad-capacity-report.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/single-ad-capacity-report.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,sBAAsB,CAiCtC;AAjCD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B,EAAE,eAAyB;QAC/E,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,GAAG,CAA4B,CAAC,GAC5E;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBACjE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iCAAU,aAazB,CAAA;IACY,iCAAU,GAAG,WAAW,CAAC;IACtC,SAAgB,sBAAsB,CACpC,GAA2B,EAC3B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CAAC,GAAG,CAA4B,CAAC,GACxF;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBAC7E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,6CAAsB,yBAgBrC,CAAA;AACH,CAAC,EAjCgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAiCtC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Big Data Service API
|
|
3
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* Results of a software update search. Contains both software update summaries and a summary of the search.
|
|
17
|
+
*/
|
|
18
|
+
export interface SoftwareUpdateCollection {
|
|
19
|
+
/**
|
|
20
|
+
* List of all the available software updates.
|
|
21
|
+
*/
|
|
22
|
+
"items": Array<model.SoftwareUpdateSummary>;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace SoftwareUpdateCollection {
|
|
25
|
+
function getJsonObj(obj: SoftwareUpdateCollection): object;
|
|
26
|
+
function getDeserializedJsonObj(obj: SoftwareUpdateCollection): object;
|
|
27
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Big Data Service API
|
|
4
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190531
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.SoftwareUpdateCollection = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var SoftwareUpdateCollection;
|
|
38
|
+
(function (SoftwareUpdateCollection) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"items": obj.items
|
|
42
|
+
? obj.items.map(item => {
|
|
43
|
+
return model.SoftwareUpdateSummary.getJsonObj(item);
|
|
44
|
+
})
|
|
45
|
+
: undefined
|
|
46
|
+
});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
SoftwareUpdateCollection.getJsonObj = getJsonObj;
|
|
50
|
+
function getDeserializedJsonObj(obj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
52
|
+
"items": obj.items
|
|
53
|
+
? obj.items.map(item => {
|
|
54
|
+
return model.SoftwareUpdateSummary.getDeserializedJsonObj(item);
|
|
55
|
+
})
|
|
56
|
+
: undefined
|
|
57
|
+
});
|
|
58
|
+
return jsonObj;
|
|
59
|
+
}
|
|
60
|
+
SoftwareUpdateCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
61
|
+
})(SoftwareUpdateCollection = exports.SoftwareUpdateCollection || (exports.SoftwareUpdateCollection = {}));
|
|
62
|
+
//# sourceMappingURL=software-update-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"software-update-collection.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/software-update-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,wBAAwB,CA6BxC;AA7BD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,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,qBAAqB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACtD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,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,qBAAqB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAClE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,+CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QA6BxC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Big Data Service API
|
|
3
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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
|
+
/**
|
|
15
|
+
* The software update that is currently available for the cluster.
|
|
16
|
+
*/
|
|
17
|
+
export interface SoftwareUpdateSummary {
|
|
18
|
+
/**
|
|
19
|
+
* Unique identifier of a given software update
|
|
20
|
+
*/
|
|
21
|
+
"softwareUpdateKey": string;
|
|
22
|
+
/**
|
|
23
|
+
* The version of the software update.
|
|
24
|
+
*/
|
|
25
|
+
"softwareUpdateVersion": string;
|
|
26
|
+
/**
|
|
27
|
+
* The time when the software update was released.
|
|
28
|
+
*/
|
|
29
|
+
"timeReleased": Date;
|
|
30
|
+
/**
|
|
31
|
+
* Type of current software update.
|
|
32
|
+
*/
|
|
33
|
+
"softwareUpdateType": string;
|
|
34
|
+
/**
|
|
35
|
+
* The lifecycle state of the software update.
|
|
36
|
+
*/
|
|
37
|
+
"lifecycleState": string;
|
|
38
|
+
}
|
|
39
|
+
export declare namespace SoftwareUpdateSummary {
|
|
40
|
+
function getJsonObj(obj: SoftwareUpdateSummary): object;
|
|
41
|
+
function getDeserializedJsonObj(obj: SoftwareUpdateSummary): object;
|
|
42
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Big Data Service API
|
|
4
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190531
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.SoftwareUpdateSummary = void 0;
|
|
17
|
+
var SoftwareUpdateSummary;
|
|
18
|
+
(function (SoftwareUpdateSummary) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
SoftwareUpdateSummary.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
SoftwareUpdateSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(SoftwareUpdateSummary = exports.SoftwareUpdateSummary || (exports.SoftwareUpdateSummary = {}));
|
|
30
|
+
//# sourceMappingURL=software-update-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"software-update-summary.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/software-update-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA+BH,IAAiB,qBAAqB,CAWrC;AAXD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAWrC"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Big Data Service API
|
|
3
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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
|
+
/**
|
|
15
|
+
* Details about the given software update.
|
|
16
|
+
*/
|
|
17
|
+
export interface SoftwareUpdate {
|
|
18
|
+
/**
|
|
19
|
+
* Unique identifier of a given software update
|
|
20
|
+
*/
|
|
21
|
+
"softwareUpdateKey": string;
|
|
22
|
+
/**
|
|
23
|
+
* The version of the software update.
|
|
24
|
+
*/
|
|
25
|
+
"softwareUpdateVersion": string;
|
|
26
|
+
/**
|
|
27
|
+
* The time when the software update was released.
|
|
28
|
+
*/
|
|
29
|
+
"timeReleased": Date;
|
|
30
|
+
/**
|
|
31
|
+
* The lifecycle state of the software update.
|
|
32
|
+
*/
|
|
33
|
+
"lifecycleState": SoftwareUpdate.LifecycleState;
|
|
34
|
+
"softwareUpdateType": string;
|
|
35
|
+
}
|
|
36
|
+
export declare namespace SoftwareUpdate {
|
|
37
|
+
enum LifecycleState {
|
|
38
|
+
Waiting = "WAITING",
|
|
39
|
+
InProgress = "IN_PROGRESS",
|
|
40
|
+
Succeeded = "SUCCEEDED",
|
|
41
|
+
Failed = "FAILED",
|
|
42
|
+
Canceled = "CANCELED",
|
|
43
|
+
/**
|
|
44
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
45
|
+
* version of the SDK.
|
|
46
|
+
*/
|
|
47
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
48
|
+
}
|
|
49
|
+
function getJsonObj(obj: SoftwareUpdate): object;
|
|
50
|
+
function getDeserializedJsonObj(obj: SoftwareUpdate): object;
|
|
51
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Big Data Service API
|
|
4
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190531
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.SoftwareUpdate = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
const common = require("oci-common");
|
|
38
|
+
var SoftwareUpdate;
|
|
39
|
+
(function (SoftwareUpdate) {
|
|
40
|
+
let LifecycleState;
|
|
41
|
+
(function (LifecycleState) {
|
|
42
|
+
LifecycleState["Waiting"] = "WAITING";
|
|
43
|
+
LifecycleState["InProgress"] = "IN_PROGRESS";
|
|
44
|
+
LifecycleState["Succeeded"] = "SUCCEEDED";
|
|
45
|
+
LifecycleState["Failed"] = "FAILED";
|
|
46
|
+
LifecycleState["Canceled"] = "CANCELED";
|
|
47
|
+
/**
|
|
48
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
49
|
+
* version of the SDK.
|
|
50
|
+
*/
|
|
51
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
52
|
+
})(LifecycleState = SoftwareUpdate.LifecycleState || (SoftwareUpdate.LifecycleState = {}));
|
|
53
|
+
function getJsonObj(obj) {
|
|
54
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
55
|
+
if (obj && "softwareUpdateType" in obj && obj.softwareUpdateType) {
|
|
56
|
+
switch (obj.softwareUpdateType) {
|
|
57
|
+
case "BDS":
|
|
58
|
+
return model.BdsSoftwareUpdate.getJsonObj(jsonObj, true);
|
|
59
|
+
default:
|
|
60
|
+
if (common.LOG.logger)
|
|
61
|
+
common.LOG.logger.info(`Unknown value for: ${obj.softwareUpdateType}`);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
return jsonObj;
|
|
65
|
+
}
|
|
66
|
+
SoftwareUpdate.getJsonObj = getJsonObj;
|
|
67
|
+
function getDeserializedJsonObj(obj) {
|
|
68
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
69
|
+
if (obj && "softwareUpdateType" in obj && obj.softwareUpdateType) {
|
|
70
|
+
switch (obj.softwareUpdateType) {
|
|
71
|
+
case "BDS":
|
|
72
|
+
return model.BdsSoftwareUpdate.getDeserializedJsonObj(jsonObj, true);
|
|
73
|
+
default:
|
|
74
|
+
if (common.LOG.logger)
|
|
75
|
+
common.LOG.logger.info(`Unknown value for: ${obj.softwareUpdateType}`);
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
return jsonObj;
|
|
79
|
+
}
|
|
80
|
+
SoftwareUpdate.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
81
|
+
})(SoftwareUpdate = exports.SoftwareUpdate || (exports.SoftwareUpdate = {}));
|
|
82
|
+
//# sourceMappingURL=software-update.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"software-update.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/software-update.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AA0BtC,IAAiB,cAAc,CAgD9B;AAhDD,WAAiB,cAAc;IAC7B,IAAY,cAWX;IAXD,WAAY,cAAc;QACxB,qCAAmB,CAAA;QACnB,4CAA0B,CAAA;QAC1B,yCAAuB,CAAA;QACvB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAXW,cAAc,GAAd,6BAAc,KAAd,6BAAc,QAWzB;IAED,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,oBAAoB,IAAI,GAAG,IAAI,GAAG,CAAC,kBAAkB,EAAE;YAChE,QAAQ,GAAG,CAAC,kBAAkB,EAAE;gBAC9B,KAAK,KAAK;oBACR,OAAO,KAAK,CAAC,iBAAiB,CAAC,UAAU,CACL,OAAQ,EAC1C,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBACnB,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,kBAAkB,EAAE,CAAC,CAAC;aAC5E;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,yBAAU,aAgBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,oBAAoB,IAAI,GAAG,IAAI,GAAG,CAAC,kBAAkB,EAAE;YAChE,QAAQ,GAAG,CAAC,kBAAkB,EAAE;gBAC9B,KAAK,KAAK;oBACR,OAAO,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CACjB,OAAQ,EAC1C,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBACnB,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,kBAAkB,EAAE,CAAC,CAAC;aAC5E;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,qCAAsB,yBAgBrC,CAAA;AACH,CAAC,EAhDgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAgD9B"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/CreateBdsCapacityReport.ts.html |here} to see how to use CreateBdsCapacityReportRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateBdsCapacityReportRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details for the capacity reports requests
|
|
21
|
+
*/
|
|
22
|
+
"createBdsCapacityReportDetails": model.CreateBdsCapacityReportDetails;
|
|
23
|
+
/**
|
|
24
|
+
* The client request ID for tracing.
|
|
25
|
+
*/
|
|
26
|
+
"opcRequestId"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
29
|
+
* server error, without risk of executing that same action again. Retry tokens expire after 24
|
|
30
|
+
* hours but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
31
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
32
|
+
* might be rejected.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"opcRetryToken"?: string;
|
|
36
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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-bds-capacity-report-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-bds-capacity-report-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/create-bds-capacity-report-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/GetSoftwareUpdate.ts.html |here} to see how to use GetSoftwareUpdateRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetSoftwareUpdateRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the cluster.
|
|
20
|
+
*/
|
|
21
|
+
"bdsInstanceId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The unique identifier of the software update.
|
|
24
|
+
*/
|
|
25
|
+
"softwareUpdateKey": string;
|
|
26
|
+
/**
|
|
27
|
+
* The client request ID for tracing.
|
|
28
|
+
*/
|
|
29
|
+
"opcRequestId"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
32
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
33
|
+
* etag from a previous GET or POST response for that resource.
|
|
34
|
+
* The resource will be updated or deleted only if the etag you
|
|
35
|
+
* provide matches the resource's current etag value.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"ifMatch"?: string;
|
|
39
|
+
/**
|
|
40
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
41
|
+
* server error, without risk of executing that same action again. Retry tokens expire after 24
|
|
42
|
+
* hours but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
43
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
44
|
+
* might be rejected.
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"opcRetryToken"?: string;
|
|
48
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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-software-update-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-software-update-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/get-software-update-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|