oci-bds 2.109.1 → 2.111.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.
Files changed (91) hide show
  1. package/lib/bds-waiter.d.ts +8 -0
  2. package/lib/bds-waiter.js +12 -0
  3. package/lib/bds-waiter.js.map +1 -1
  4. package/lib/client.d.ts +39 -0
  5. package/lib/client.js +259 -0
  6. package/lib/client.js.map +1 -1
  7. package/lib/model/availability-status.d.ts +30 -0
  8. package/lib/model/availability-status.js +41 -0
  9. package/lib/model/availability-status.js.map +1 -0
  10. package/lib/model/bds-capacity-report.d.ts +36 -0
  11. package/lib/model/bds-capacity-report.js +62 -0
  12. package/lib/model/bds-capacity-report.js.map +1 -0
  13. package/lib/model/bds-software-update.d.ts +29 -0
  14. package/lib/model/bds-software-update.js +53 -0
  15. package/lib/model/bds-software-update.js.map +1 -0
  16. package/lib/model/capacity-availability.d.ts +31 -0
  17. package/lib/model/capacity-availability.js +30 -0
  18. package/lib/model/capacity-availability.js.map +1 -0
  19. package/lib/model/capacity-report-shape-availability.d.ts +32 -0
  20. package/lib/model/capacity-report-shape-availability.js +68 -0
  21. package/lib/model/capacity-report-shape-availability.js.map +1 -0
  22. package/lib/model/create-bds-capacity-report-details.d.ts +31 -0
  23. package/lib/model/create-bds-capacity-report-details.js +62 -0
  24. package/lib/model/create-bds-capacity-report-details.js.map +1 -0
  25. package/lib/model/create-capacity-report-shape-availability-details.d.ts +28 -0
  26. package/lib/model/create-capacity-report-shape-availability-details.js +58 -0
  27. package/lib/model/create-capacity-report-shape-availability-details.js.map +1 -0
  28. package/lib/model/domain-type-capacity-report.d.ts +23 -0
  29. package/lib/model/domain-type-capacity-report.js +73 -0
  30. package/lib/model/domain-type-capacity-report.js.map +1 -0
  31. package/lib/model/index.d.ts +28 -0
  32. package/lib/model/index.js +32 -3
  33. package/lib/model/index.js.map +1 -1
  34. package/lib/model/install-os-patch-details.d.ts +4 -0
  35. package/lib/model/install-os-patch-details.js.map +1 -1
  36. package/lib/model/install-software-updates-details.d.ts +26 -0
  37. package/lib/model/install-software-updates-details.js +30 -0
  38. package/lib/model/install-software-updates-details.js.map +1 -0
  39. package/lib/model/multi-ad-capacity-report.d.ts +30 -0
  40. package/lib/model/multi-ad-capacity-report.js +63 -0
  41. package/lib/model/multi-ad-capacity-report.js.map +1 -0
  42. package/lib/model/operation-types.d.ts +1 -0
  43. package/lib/model/operation-types.js +1 -0
  44. package/lib/model/operation-types.js.map +1 -1
  45. package/lib/model/os-patch-package-summary.d.ts +15 -0
  46. package/lib/model/os-patch-package-summary.js +12 -0
  47. package/lib/model/os-patch-package-summary.js.map +1 -1
  48. package/lib/model/patch-history-summary.d.ts +4 -2
  49. package/lib/model/patch-history-summary.js +1 -0
  50. package/lib/model/patch-history-summary.js.map +1 -1
  51. package/lib/model/single-ad-capacity-report.d.ts +30 -0
  52. package/lib/model/single-ad-capacity-report.js +63 -0
  53. package/lib/model/single-ad-capacity-report.js.map +1 -0
  54. package/lib/model/software-update-collection.d.ts +27 -0
  55. package/lib/model/software-update-collection.js +62 -0
  56. package/lib/model/software-update-collection.js.map +1 -0
  57. package/lib/model/software-update-summary.d.ts +42 -0
  58. package/lib/model/software-update-summary.js +30 -0
  59. package/lib/model/software-update-summary.js.map +1 -0
  60. package/lib/model/software-update.d.ts +51 -0
  61. package/lib/model/software-update.js +82 -0
  62. package/lib/model/software-update.js.map +1 -0
  63. package/lib/request/create-bds-capacity-report-request.d.ts +36 -0
  64. package/lib/request/create-bds-capacity-report-request.js +15 -0
  65. package/lib/request/create-bds-capacity-report-request.js.map +1 -0
  66. package/lib/request/get-software-update-request.d.ts +48 -0
  67. package/lib/request/get-software-update-request.js +15 -0
  68. package/lib/request/get-software-update-request.js.map +1 -0
  69. package/lib/request/index.d.ts +8 -0
  70. package/lib/request/index.js +3 -1
  71. package/lib/request/index.js.map +1 -1
  72. package/lib/request/install-software-updates-request.d.ts +49 -0
  73. package/lib/request/install-software-updates-request.js +15 -0
  74. package/lib/request/install-software-updates-request.js.map +1 -0
  75. package/lib/request/list-software-updates-request.d.ts +68 -0
  76. package/lib/request/list-software-updates-request.js +24 -0
  77. package/lib/request/list-software-updates-request.js.map +1 -0
  78. package/lib/response/create-bds-capacity-report-response.d.ts +25 -0
  79. package/lib/response/create-bds-capacity-report-response.js +15 -0
  80. package/lib/response/create-bds-capacity-report-response.js.map +1 -0
  81. package/lib/response/get-software-update-response.d.ts +30 -0
  82. package/lib/response/get-software-update-response.js +15 -0
  83. package/lib/response/get-software-update-response.js.map +1 -0
  84. package/lib/response/index.d.ts +8 -0
  85. package/lib/response/install-software-updates-response.d.ts +25 -0
  86. package/lib/response/install-software-updates-response.js +15 -0
  87. package/lib/response/install-software-updates-response.js.map +1 -0
  88. package/lib/response/list-software-updates-response.d.ts +32 -0
  89. package/lib/response/list-software-updates-response.js +15 -0
  90. package/lib/response/list-software-updates-response.js.map +1 -0
  91. package/package.json +3 -3
@@ -41,6 +41,8 @@ import * as ChangeShapeRequest from "./change-shape-request";
41
41
  export import ChangeShapeRequest = ChangeShapeRequest.ChangeShapeRequest;
42
42
  import * as CreateBdsApiKeyRequest from "./create-bds-api-key-request";
43
43
  export import CreateBdsApiKeyRequest = CreateBdsApiKeyRequest.CreateBdsApiKeyRequest;
44
+ import * as CreateBdsCapacityReportRequest from "./create-bds-capacity-report-request";
45
+ export import CreateBdsCapacityReportRequest = CreateBdsCapacityReportRequest.CreateBdsCapacityReportRequest;
44
46
  import * as CreateBdsInstanceRequest from "./create-bds-instance-request";
45
47
  export import CreateBdsInstanceRequest = CreateBdsInstanceRequest.CreateBdsInstanceRequest;
46
48
  import * as CreateBdsMetastoreConfigurationRequest from "./create-bds-metastore-configuration-request";
@@ -97,12 +99,16 @@ import * as GetOsPatchDetailsRequest from "./get-os-patch-details-request";
97
99
  export import GetOsPatchDetailsRequest = GetOsPatchDetailsRequest.GetOsPatchDetailsRequest;
98
100
  import * as GetResourcePrincipalConfigurationRequest from "./get-resource-principal-configuration-request";
99
101
  export import GetResourcePrincipalConfigurationRequest = GetResourcePrincipalConfigurationRequest.GetResourcePrincipalConfigurationRequest;
102
+ import * as GetSoftwareUpdateRequest from "./get-software-update-request";
103
+ export import GetSoftwareUpdateRequest = GetSoftwareUpdateRequest.GetSoftwareUpdateRequest;
100
104
  import * as GetWorkRequestRequest from "./get-work-request-request";
101
105
  export import GetWorkRequestRequest = GetWorkRequestRequest.GetWorkRequestRequest;
102
106
  import * as InstallOsPatchRequest from "./install-os-patch-request";
103
107
  export import InstallOsPatchRequest = InstallOsPatchRequest.InstallOsPatchRequest;
104
108
  import * as InstallPatchRequest from "./install-patch-request";
105
109
  export import InstallPatchRequest = InstallPatchRequest.InstallPatchRequest;
110
+ import * as InstallSoftwareUpdatesRequest from "./install-software-updates-request";
111
+ export import InstallSoftwareUpdatesRequest = InstallSoftwareUpdatesRequest.InstallSoftwareUpdatesRequest;
106
112
  import * as ListAutoScalingConfigurationsRequest from "./list-auto-scaling-configurations-request";
107
113
  export import ListAutoScalingConfigurationsRequest = ListAutoScalingConfigurationsRequest.ListAutoScalingConfigurationsRequest;
108
114
  import * as ListBdsApiKeysRequest from "./list-bds-api-keys-request";
@@ -129,6 +135,8 @@ import * as ListPatchesRequest from "./list-patches-request";
129
135
  export import ListPatchesRequest = ListPatchesRequest.ListPatchesRequest;
130
136
  import * as ListResourcePrincipalConfigurationsRequest from "./list-resource-principal-configurations-request";
131
137
  export import ListResourcePrincipalConfigurationsRequest = ListResourcePrincipalConfigurationsRequest.ListResourcePrincipalConfigurationsRequest;
138
+ import * as ListSoftwareUpdatesRequest from "./list-software-updates-request";
139
+ export import ListSoftwareUpdatesRequest = ListSoftwareUpdatesRequest.ListSoftwareUpdatesRequest;
132
140
  import * as ListWorkRequestErrorsRequest from "./list-work-request-errors-request";
133
141
  export import ListWorkRequestErrorsRequest = ListWorkRequestErrorsRequest.ListWorkRequestErrorsRequest;
134
142
  import * as ListWorkRequestLogsRequest from "./list-work-request-logs-request";
@@ -32,7 +32,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
32
32
  return result;
33
33
  };
34
34
  Object.defineProperty(exports, "__esModule", { value: true });
35
- exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListResourcePrincipalConfigurationsRequest = exports.ListPatchHistoriesRequest = exports.ListOsPatchesRequest = exports.ListNodeReplaceConfigurationsRequest = exports.ListNodeBackupsRequest = exports.ListNodeBackupConfigurationsRequest = exports.ListIdentityConfigurationsRequest = exports.ListBdsMetastoreConfigurationsRequest = exports.ListBdsInstancesRequest = exports.ListBdsClusterVersionsRequest = exports.ListBdsApiKeysRequest = exports.ListAutoScalingConfigurationsRequest = exports.GetIdentityConfigurationRequest = void 0;
35
+ exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListSoftwareUpdatesRequest = exports.ListResourcePrincipalConfigurationsRequest = exports.ListPatchHistoriesRequest = exports.ListOsPatchesRequest = exports.ListNodeReplaceConfigurationsRequest = exports.ListNodeBackupsRequest = exports.ListNodeBackupConfigurationsRequest = exports.ListIdentityConfigurationsRequest = exports.ListBdsMetastoreConfigurationsRequest = exports.ListBdsInstancesRequest = exports.ListBdsClusterVersionsRequest = exports.ListBdsApiKeysRequest = exports.ListAutoScalingConfigurationsRequest = exports.GetIdentityConfigurationRequest = void 0;
36
36
  const GetIdentityConfigurationRequest = __importStar(require("./get-identity-configuration-request"));
37
37
  exports.GetIdentityConfigurationRequest = GetIdentityConfigurationRequest.GetIdentityConfigurationRequest;
38
38
  const ListAutoScalingConfigurationsRequest = __importStar(require("./list-auto-scaling-configurations-request"));
@@ -59,6 +59,8 @@ const ListPatchHistoriesRequest = __importStar(require("./list-patch-histories-r
59
59
  exports.ListPatchHistoriesRequest = ListPatchHistoriesRequest.ListPatchHistoriesRequest;
60
60
  const ListResourcePrincipalConfigurationsRequest = __importStar(require("./list-resource-principal-configurations-request"));
61
61
  exports.ListResourcePrincipalConfigurationsRequest = ListResourcePrincipalConfigurationsRequest.ListResourcePrincipalConfigurationsRequest;
62
+ const ListSoftwareUpdatesRequest = __importStar(require("./list-software-updates-request"));
63
+ exports.ListSoftwareUpdatesRequest = ListSoftwareUpdatesRequest.ListSoftwareUpdatesRequest;
62
64
  const ListWorkRequestErrorsRequest = __importStar(require("./list-work-request-errors-request"));
63
65
  exports.ListWorkRequestErrorsRequest = ListWorkRequestErrorsRequest.ListWorkRequestErrorsRequest;
64
66
  const ListWorkRequestLogsRequest = __importStar(require("./list-work-request-logs-request"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AA4EH,sGAAwF;AAC1E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAiBhH,iHAAmG;AACrF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAC/H,mFAAqE;AACvD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,mGAAqF;AACvE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,mHAAqG;AACvF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,0GAA4F;AAC9E,QAAA,iCAAiC,GAAG,iCAAiC,CAAC,iCAAiC,CAAC;AACtH,+GAAiG;AACnF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,iHAAmG;AACrF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAC/H,gFAAkE;AACpD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAG9F,6HAA+G;AACjG,QAAA,0CAA0C,GAAG,0CAA0C,CAAC,0CAA0C,CAAC;AACjJ,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AA8EH,sGAAwF;AAC1E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAqBhH,iHAAmG;AACrF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAC/H,mFAAqE;AACvD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,mGAAqF;AACvE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,mHAAqG;AACvF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,0GAA4F;AAC9E,QAAA,iCAAiC,GAAG,iCAAiC,CAAC,iCAAiC,CAAC;AACtH,+GAAiG;AACnF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,iHAAmG;AACrF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAC/H,gFAAkE;AACpD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAG9F,6HAA+G;AACjG,QAAA,0CAA0C,GAAG,0CAA0C,CAAC,0CAA0C,CAAC;AACjJ,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
@@ -0,0 +1,49 @@
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/InstallSoftwareUpdates.ts.html |here} to see how to use InstallSoftwareUpdatesRequest.
17
+ */
18
+ export interface InstallSoftwareUpdatesRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the cluster.
21
+ */
22
+ "bdsInstanceId": string;
23
+ /**
24
+ * Details of the software update to be installed.
25
+ */
26
+ "installSoftwareUpdatesDetails": model.InstallSoftwareUpdatesDetails;
27
+ /**
28
+ * The client request ID for tracing.
29
+ */
30
+ "opcRequestId"?: string;
31
+ /**
32
+ * For optimistic concurrency control. In the PUT or DELETE call
33
+ * for a resource, set the {@code if-match} parameter to the value of the
34
+ * etag from a previous GET or POST response for that resource.
35
+ * The resource will be updated or deleted only if the etag you
36
+ * provide matches the resource's current etag value.
37
+ *
38
+ */
39
+ "ifMatch"?: string;
40
+ /**
41
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
42
+ * server error, without risk of executing that same action again. Retry tokens expire after 24
43
+ * hours but can be invalidated before then due to conflicting operations. For example, if a resource
44
+ * has been deleted and purged from the system, then a retry of the original creation request
45
+ * might be rejected.
46
+ *
47
+ */
48
+ "opcRetryToken"?: string;
49
+ }
@@ -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=install-software-updates-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"install-software-updates-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/install-software-updates-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,68 @@
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/ListSoftwareUpdates.ts.html |here} to see how to use ListSoftwareUpdatesRequest.
17
+ */
18
+ export interface ListSoftwareUpdatesRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the cluster.
21
+ */
22
+ "bdsInstanceId": string;
23
+ /**
24
+ * The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
25
+ */
26
+ "page"?: string;
27
+ /**
28
+ * The maximum number of items to return.
29
+ */
30
+ "limit"?: number;
31
+ /**
32
+ * The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default.
33
+ *
34
+ */
35
+ "sortBy"?: ListSoftwareUpdatesRequest.SortBy;
36
+ /**
37
+ * The sort order to use, either 'asc' or 'desc'.
38
+ */
39
+ "sortOrder"?: model.SortOrders;
40
+ /**
41
+ * The client request ID for tracing.
42
+ */
43
+ "opcRequestId"?: string;
44
+ /**
45
+ * For optimistic concurrency control. In the PUT or DELETE call
46
+ * for a resource, set the {@code if-match} parameter to the value of the
47
+ * etag from a previous GET or POST response for that resource.
48
+ * The resource will be updated or deleted only if the etag you
49
+ * provide matches the resource's current etag value.
50
+ *
51
+ */
52
+ "ifMatch"?: string;
53
+ /**
54
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
55
+ * server error, without risk of executing that same action again. Retry tokens expire after 24
56
+ * hours but can be invalidated before then due to conflicting operations. For example, if a resource
57
+ * has been deleted and purged from the system, then a retry of the original creation request
58
+ * might be rejected.
59
+ *
60
+ */
61
+ "opcRetryToken"?: string;
62
+ }
63
+ export declare namespace ListSoftwareUpdatesRequest {
64
+ enum SortBy {
65
+ TimeCreated = "timeCreated",
66
+ DisplayName = "displayName"
67
+ }
68
+ }
@@ -0,0 +1,24 @@
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
+ exports.ListSoftwareUpdatesRequest = void 0;
16
+ var ListSoftwareUpdatesRequest;
17
+ (function (ListSoftwareUpdatesRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ SortBy["DisplayName"] = "displayName";
22
+ })(SortBy = ListSoftwareUpdatesRequest.SortBy || (ListSoftwareUpdatesRequest.SortBy = {}));
23
+ })(ListSoftwareUpdatesRequest = exports.ListSoftwareUpdatesRequest || (exports.ListSoftwareUpdatesRequest = {}));
24
+ //# sourceMappingURL=list-software-updates-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-software-updates-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/list-software-updates-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsDH,IAAiB,0BAA0B,CAK1C;AALD,WAAiB,0BAA0B;IACzC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,iCAAM,KAAN,iCAAM,QAGjB;AACH,CAAC,EALgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAK1C"}
@@ -0,0 +1,25 @@
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
+ export interface CreateBdsCapacityReportResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a request, provide this request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * The returned model.BdsCapacityReport instance.
23
+ */
24
+ "bdsCapacityReport": model.BdsCapacityReport;
25
+ }
@@ -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-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-bds-capacity-report-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/create-bds-capacity-report-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
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
+ export interface GetSoftwareUpdateResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a request, provide this request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * For optimistic concurrency control. See {@code if-match}.
23
+ *
24
+ */
25
+ "etag": string;
26
+ /**
27
+ * The returned model.SoftwareUpdate instance.
28
+ */
29
+ "softwareUpdate": model.SoftwareUpdate;
30
+ }
@@ -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-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-software-update-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/get-software-update-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -41,6 +41,8 @@ import * as ChangeShapeResponse from "./change-shape-response";
41
41
  export import ChangeShapeResponse = ChangeShapeResponse.ChangeShapeResponse;
42
42
  import * as CreateBdsApiKeyResponse from "./create-bds-api-key-response";
43
43
  export import CreateBdsApiKeyResponse = CreateBdsApiKeyResponse.CreateBdsApiKeyResponse;
44
+ import * as CreateBdsCapacityReportResponse from "./create-bds-capacity-report-response";
45
+ export import CreateBdsCapacityReportResponse = CreateBdsCapacityReportResponse.CreateBdsCapacityReportResponse;
44
46
  import * as CreateBdsInstanceResponse from "./create-bds-instance-response";
45
47
  export import CreateBdsInstanceResponse = CreateBdsInstanceResponse.CreateBdsInstanceResponse;
46
48
  import * as CreateBdsMetastoreConfigurationResponse from "./create-bds-metastore-configuration-response";
@@ -97,12 +99,16 @@ import * as GetOsPatchDetailsResponse from "./get-os-patch-details-response";
97
99
  export import GetOsPatchDetailsResponse = GetOsPatchDetailsResponse.GetOsPatchDetailsResponse;
98
100
  import * as GetResourcePrincipalConfigurationResponse from "./get-resource-principal-configuration-response";
99
101
  export import GetResourcePrincipalConfigurationResponse = GetResourcePrincipalConfigurationResponse.GetResourcePrincipalConfigurationResponse;
102
+ import * as GetSoftwareUpdateResponse from "./get-software-update-response";
103
+ export import GetSoftwareUpdateResponse = GetSoftwareUpdateResponse.GetSoftwareUpdateResponse;
100
104
  import * as GetWorkRequestResponse from "./get-work-request-response";
101
105
  export import GetWorkRequestResponse = GetWorkRequestResponse.GetWorkRequestResponse;
102
106
  import * as InstallOsPatchResponse from "./install-os-patch-response";
103
107
  export import InstallOsPatchResponse = InstallOsPatchResponse.InstallOsPatchResponse;
104
108
  import * as InstallPatchResponse from "./install-patch-response";
105
109
  export import InstallPatchResponse = InstallPatchResponse.InstallPatchResponse;
110
+ import * as InstallSoftwareUpdatesResponse from "./install-software-updates-response";
111
+ export import InstallSoftwareUpdatesResponse = InstallSoftwareUpdatesResponse.InstallSoftwareUpdatesResponse;
106
112
  import * as ListAutoScalingConfigurationsResponse from "./list-auto-scaling-configurations-response";
107
113
  export import ListAutoScalingConfigurationsResponse = ListAutoScalingConfigurationsResponse.ListAutoScalingConfigurationsResponse;
108
114
  import * as ListBdsApiKeysResponse from "./list-bds-api-keys-response";
@@ -129,6 +135,8 @@ import * as ListPatchesResponse from "./list-patches-response";
129
135
  export import ListPatchesResponse = ListPatchesResponse.ListPatchesResponse;
130
136
  import * as ListResourcePrincipalConfigurationsResponse from "./list-resource-principal-configurations-response";
131
137
  export import ListResourcePrincipalConfigurationsResponse = ListResourcePrincipalConfigurationsResponse.ListResourcePrincipalConfigurationsResponse;
138
+ import * as ListSoftwareUpdatesResponse from "./list-software-updates-response";
139
+ export import ListSoftwareUpdatesResponse = ListSoftwareUpdatesResponse.ListSoftwareUpdatesResponse;
132
140
  import * as ListWorkRequestErrorsResponse from "./list-work-request-errors-response";
133
141
  export import ListWorkRequestErrorsResponse = ListWorkRequestErrorsResponse.ListWorkRequestErrorsResponse;
134
142
  import * as ListWorkRequestLogsResponse from "./list-work-request-logs-response";
@@ -0,0 +1,25 @@
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
+ export interface InstallSoftwareUpdatesResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact
16
+ * Oracle about a request, provide this request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
22
+ *
23
+ */
24
+ "opcWorkRequestId": string;
25
+ }
@@ -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=install-software-updates-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"install-software-updates-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/install-software-updates-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,32 @@
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
+ export interface ListSoftwareUpdatesResponse {
15
+ /**
16
+ * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
+ * subsequent GET request to get the next batch of items.
19
+ *
20
+ */
21
+ "opcNextPage": string;
22
+ /**
23
+ * Unique Oracle-assigned identifier for the request. If you need to contact
24
+ * Oracle about a request, provide this request ID.
25
+ *
26
+ */
27
+ "opcRequestId": string;
28
+ /**
29
+ * The returned model.SoftwareUpdateCollection instance.
30
+ */
31
+ "softwareUpdateCollection": model.SoftwareUpdateCollection;
32
+ }
@@ -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=list-software-updates-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-software-updates-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/list-software-updates-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-bds",
3
- "version": "2.109.1",
3
+ "version": "2.111.0",
4
4
  "description": "OCI NodeJS client for BDS Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.109.1",
19
- "oci-workrequests": "2.109.1"
18
+ "oci-common": "2.111.0",
19
+ "oci-workrequests": "2.111.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"