oci-bds 2.90.0-1722272724 → 2.91.1

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 (100) 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 +92 -0
  5. package/lib/client.js +429 -0
  6. package/lib/client.js.map +1 -1
  7. package/lib/model/auto-scale-policy-metric-rule.d.ts +2 -1
  8. package/lib/model/auto-scale-policy-metric-rule.js +1 -0
  9. package/lib/model/auto-scale-policy-metric-rule.js.map +1 -1
  10. package/lib/model/batching-based-odh-patching-config.d.ts +33 -0
  11. package/lib/model/batching-based-odh-patching-config.js +55 -0
  12. package/lib/model/batching-based-odh-patching-config.js.map +1 -0
  13. package/lib/model/batching-based-patching-configs.d.ts +1 -1
  14. package/lib/model/create-resource-principal-configuration-details.d.ts +34 -0
  15. package/lib/model/create-resource-principal-configuration-details.js +30 -0
  16. package/lib/model/create-resource-principal-configuration-details.js.map +1 -0
  17. package/lib/model/domain-based-odh-patching-config.d.ts +29 -0
  18. package/lib/model/domain-based-odh-patching-config.js +55 -0
  19. package/lib/model/domain-based-odh-patching-config.js.map +1 -0
  20. package/lib/model/domain-based-patching-configs.d.ts +33 -0
  21. package/lib/model/domain-based-patching-configs.js +55 -0
  22. package/lib/model/domain-based-patching-configs.js.map +1 -0
  23. package/lib/model/downtime-based-odh-patching-config.d.ts +25 -0
  24. package/lib/model/downtime-based-odh-patching-config.js +55 -0
  25. package/lib/model/downtime-based-odh-patching-config.js.map +1 -0
  26. package/lib/model/force-refresh-resource-principal-details.d.ts +26 -0
  27. package/lib/model/force-refresh-resource-principal-details.js +30 -0
  28. package/lib/model/force-refresh-resource-principal-details.js.map +1 -0
  29. package/lib/model/index.d.ts +22 -0
  30. package/lib/model/index.js +25 -3
  31. package/lib/model/index.js.map +1 -1
  32. package/lib/model/install-os-patch-details.d.ts +1 -1
  33. package/lib/model/install-os-patch-details.js.map +1 -1
  34. package/lib/model/install-patch-details.d.ts +2 -0
  35. package/lib/model/install-patch-details.js +30 -2
  36. package/lib/model/install-patch-details.js.map +1 -1
  37. package/lib/model/node.d.ts +4 -0
  38. package/lib/model/node.js.map +1 -1
  39. package/lib/model/odh-patching-config.d.ts +23 -0
  40. package/lib/model/odh-patching-config.js +77 -0
  41. package/lib/model/odh-patching-config.js.map +1 -0
  42. package/lib/model/operation-types.d.ts +4 -0
  43. package/lib/model/operation-types.js +4 -0
  44. package/lib/model/operation-types.js.map +1 -1
  45. package/lib/model/patching-configs.d.ts +1 -1
  46. package/lib/model/patching-configs.js +4 -0
  47. package/lib/model/patching-configs.js.map +1 -1
  48. package/lib/model/remove-resource-principal-configuration-details.d.ts +26 -0
  49. package/lib/model/remove-resource-principal-configuration-details.js +30 -0
  50. package/lib/model/remove-resource-principal-configuration-details.js.map +1 -0
  51. package/lib/model/resource-principal-configuration-summary.d.ts +55 -0
  52. package/lib/model/resource-principal-configuration-summary.js +30 -0
  53. package/lib/model/resource-principal-configuration-summary.js.map +1 -0
  54. package/lib/model/resource-principal-configuration.d.ts +72 -0
  55. package/lib/model/resource-principal-configuration.js +44 -0
  56. package/lib/model/resource-principal-configuration.js.map +1 -0
  57. package/lib/model/update-resource-principal-configuration-details.d.ts +30 -0
  58. package/lib/model/update-resource-principal-configuration-details.js +30 -0
  59. package/lib/model/update-resource-principal-configuration-details.js.map +1 -0
  60. package/lib/request/create-resource-principal-configuration-request.d.ts +40 -0
  61. package/lib/request/create-resource-principal-configuration-request.js +15 -0
  62. package/lib/request/create-resource-principal-configuration-request.js.map +1 -0
  63. package/lib/request/force-refresh-resource-principal-request.d.ts +53 -0
  64. package/lib/request/force-refresh-resource-principal-request.js +15 -0
  65. package/lib/request/force-refresh-resource-principal-request.js.map +1 -0
  66. package/lib/request/get-resource-principal-configuration-request.d.ts +30 -0
  67. package/lib/request/get-resource-principal-configuration-request.js +15 -0
  68. package/lib/request/get-resource-principal-configuration-request.js.map +1 -0
  69. package/lib/request/index.d.ts +12 -0
  70. package/lib/request/index.js +3 -1
  71. package/lib/request/index.js.map +1 -1
  72. package/lib/request/list-resource-principal-configurations-request.d.ts +58 -0
  73. package/lib/request/list-resource-principal-configurations-request.js +24 -0
  74. package/lib/request/list-resource-principal-configurations-request.js.map +1 -0
  75. package/lib/request/remove-resource-principal-configuration-request.d.ts +44 -0
  76. package/lib/request/remove-resource-principal-configuration-request.js +15 -0
  77. package/lib/request/remove-resource-principal-configuration-request.js.map +1 -0
  78. package/lib/request/update-resource-principal-configuration-request.d.ts +53 -0
  79. package/lib/request/update-resource-principal-configuration-request.js +15 -0
  80. package/lib/request/update-resource-principal-configuration-request.js.map +1 -0
  81. package/lib/response/create-resource-principal-configuration-response.d.ts +25 -0
  82. package/lib/response/create-resource-principal-configuration-response.js +15 -0
  83. package/lib/response/create-resource-principal-configuration-response.js.map +1 -0
  84. package/lib/response/force-refresh-resource-principal-response.d.ts +25 -0
  85. package/lib/response/force-refresh-resource-principal-response.js +15 -0
  86. package/lib/response/force-refresh-resource-principal-response.js.map +1 -0
  87. package/lib/response/get-resource-principal-configuration-response.d.ts +30 -0
  88. package/lib/response/get-resource-principal-configuration-response.js +15 -0
  89. package/lib/response/get-resource-principal-configuration-response.js.map +1 -0
  90. package/lib/response/index.d.ts +12 -0
  91. package/lib/response/list-resource-principal-configurations-response.d.ts +32 -0
  92. package/lib/response/list-resource-principal-configurations-response.js +15 -0
  93. package/lib/response/list-resource-principal-configurations-response.js.map +1 -0
  94. package/lib/response/remove-resource-principal-configuration-response.d.ts +25 -0
  95. package/lib/response/remove-resource-principal-configuration-response.js +15 -0
  96. package/lib/response/remove-resource-principal-configuration-response.js.map +1 -0
  97. package/lib/response/update-resource-principal-configuration-response.d.ts +25 -0
  98. package/lib/response/update-resource-principal-configuration-response.js +15 -0
  99. package/lib/response/update-resource-principal-configuration-response.js.map +1 -0
  100. package/package.json +3 -3
@@ -0,0 +1,53 @@
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, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/UpdateResourcePrincipalConfiguration.ts.html |here} to see how to use UpdateResourcePrincipalConfigurationRequest.
17
+ */
18
+ export interface UpdateResourcePrincipalConfigurationRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the cluster.
21
+ */
22
+ "bdsInstanceId": string;
23
+ /**
24
+ * Unique Oracle-assigned identifier of the ResourcePrincipalConfiguration.
25
+ */
26
+ "resourcePrincipalConfigurationId": string;
27
+ /**
28
+ * Details for updating the resourcePrincipalConfiguration.
29
+ */
30
+ "updateResourcePrincipalConfigurationDetails": model.UpdateResourcePrincipalConfigurationDetails;
31
+ /**
32
+ * The client request ID for tracing.
33
+ */
34
+ "opcRequestId"?: string;
35
+ /**
36
+ * For optimistic concurrency control. In the PUT or DELETE call
37
+ * for a resource, set the {@code if-match} parameter to the value of the
38
+ * etag from a previous GET or POST response for that resource.
39
+ * The resource will be updated or deleted only if the etag you
40
+ * provide matches the resource's current etag value.
41
+ *
42
+ */
43
+ "ifMatch"?: string;
44
+ /**
45
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
46
+ * server error, without risk of executing that same action again. Retry tokens expire after 24
47
+ * hours but can be invalidated before then due to conflicting operations. For example, if a resource
48
+ * has been deleted and purged from the system, then a retry of the original creation request
49
+ * might be rejected.
50
+ *
51
+ */
52
+ "opcRetryToken"?: string;
53
+ }
@@ -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, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=update-resource-principal-configuration-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-resource-principal-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/update-resource-principal-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ export interface CreateResourcePrincipalConfigurationResponse {
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, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=create-resource-principal-configuration-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-resource-principal-configuration-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/create-resource-principal-configuration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ export interface ForceRefreshResourcePrincipalResponse {
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, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=force-refresh-resource-principal-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"force-refresh-resource-principal-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/force-refresh-resource-principal-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, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface GetResourcePrincipalConfigurationResponse {
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.ResourcePrincipalConfiguration instance.
28
+ */
29
+ "resourcePrincipalConfiguration": model.ResourcePrincipalConfiguration;
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, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-resource-principal-configuration-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-resource-principal-configuration-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/get-resource-principal-configuration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -45,6 +45,8 @@ import * as CreateNodeBackupConfigurationResponse from "./create-node-backup-con
45
45
  export import CreateNodeBackupConfigurationResponse = CreateNodeBackupConfigurationResponse.CreateNodeBackupConfigurationResponse;
46
46
  import * as CreateNodeReplaceConfigurationResponse from "./create-node-replace-configuration-response";
47
47
  export import CreateNodeReplaceConfigurationResponse = CreateNodeReplaceConfigurationResponse.CreateNodeReplaceConfigurationResponse;
48
+ import * as CreateResourcePrincipalConfigurationResponse from "./create-resource-principal-configuration-response";
49
+ export import CreateResourcePrincipalConfigurationResponse = CreateResourcePrincipalConfigurationResponse.CreateResourcePrincipalConfigurationResponse;
48
50
  import * as DeleteBdsApiKeyResponse from "./delete-bds-api-key-response";
49
51
  export import DeleteBdsApiKeyResponse = DeleteBdsApiKeyResponse.DeleteBdsApiKeyResponse;
50
52
  import * as DeleteBdsInstanceResponse from "./delete-bds-instance-response";
@@ -61,6 +63,8 @@ import * as EnableCertificateResponse from "./enable-certificate-response";
61
63
  export import EnableCertificateResponse = EnableCertificateResponse.EnableCertificateResponse;
62
64
  import * as ExecuteBootstrapScriptResponse from "./execute-bootstrap-script-response";
63
65
  export import ExecuteBootstrapScriptResponse = ExecuteBootstrapScriptResponse.ExecuteBootstrapScriptResponse;
66
+ import * as ForceRefreshResourcePrincipalResponse from "./force-refresh-resource-principal-response";
67
+ export import ForceRefreshResourcePrincipalResponse = ForceRefreshResourcePrincipalResponse.ForceRefreshResourcePrincipalResponse;
64
68
  import * as GetAutoScalingConfigurationResponse from "./get-auto-scaling-configuration-response";
65
69
  export import GetAutoScalingConfigurationResponse = GetAutoScalingConfigurationResponse.GetAutoScalingConfigurationResponse;
66
70
  import * as GetBdsApiKeyResponse from "./get-bds-api-key-response";
@@ -77,6 +81,8 @@ import * as GetNodeReplaceConfigurationResponse from "./get-node-replace-configu
77
81
  export import GetNodeReplaceConfigurationResponse = GetNodeReplaceConfigurationResponse.GetNodeReplaceConfigurationResponse;
78
82
  import * as GetOsPatchDetailsResponse from "./get-os-patch-details-response";
79
83
  export import GetOsPatchDetailsResponse = GetOsPatchDetailsResponse.GetOsPatchDetailsResponse;
84
+ import * as GetResourcePrincipalConfigurationResponse from "./get-resource-principal-configuration-response";
85
+ export import GetResourcePrincipalConfigurationResponse = GetResourcePrincipalConfigurationResponse.GetResourcePrincipalConfigurationResponse;
80
86
  import * as GetWorkRequestResponse from "./get-work-request-response";
81
87
  export import GetWorkRequestResponse = GetWorkRequestResponse.GetWorkRequestResponse;
82
88
  import * as InstallOsPatchResponse from "./install-os-patch-response";
@@ -103,6 +109,8 @@ import * as ListPatchHistoriesResponse from "./list-patch-histories-response";
103
109
  export import ListPatchHistoriesResponse = ListPatchHistoriesResponse.ListPatchHistoriesResponse;
104
110
  import * as ListPatchesResponse from "./list-patches-response";
105
111
  export import ListPatchesResponse = ListPatchesResponse.ListPatchesResponse;
112
+ import * as ListResourcePrincipalConfigurationsResponse from "./list-resource-principal-configurations-response";
113
+ export import ListResourcePrincipalConfigurationsResponse = ListResourcePrincipalConfigurationsResponse.ListResourcePrincipalConfigurationsResponse;
106
114
  import * as ListWorkRequestErrorsResponse from "./list-work-request-errors-response";
107
115
  export import ListWorkRequestErrorsResponse = ListWorkRequestErrorsResponse.ListWorkRequestErrorsResponse;
108
116
  import * as ListWorkRequestLogsResponse from "./list-work-request-logs-response";
@@ -119,6 +127,8 @@ import * as RemoveNodeResponse from "./remove-node-response";
119
127
  export import RemoveNodeResponse = RemoveNodeResponse.RemoveNodeResponse;
120
128
  import * as RemoveNodeReplaceConfigurationResponse from "./remove-node-replace-configuration-response";
121
129
  export import RemoveNodeReplaceConfigurationResponse = RemoveNodeReplaceConfigurationResponse.RemoveNodeReplaceConfigurationResponse;
130
+ import * as RemoveResourcePrincipalConfigurationResponse from "./remove-resource-principal-configuration-response";
131
+ export import RemoveResourcePrincipalConfigurationResponse = RemoveResourcePrincipalConfigurationResponse.RemoveResourcePrincipalConfigurationResponse;
122
132
  import * as RenewCertificateResponse from "./renew-certificate-response";
123
133
  export import RenewCertificateResponse = RenewCertificateResponse.RenewCertificateResponse;
124
134
  import * as ReplaceNodeResponse from "./replace-node-response";
@@ -143,3 +153,5 @@ import * as UpdateNodeBackupConfigurationResponse from "./update-node-backup-con
143
153
  export import UpdateNodeBackupConfigurationResponse = UpdateNodeBackupConfigurationResponse.UpdateNodeBackupConfigurationResponse;
144
154
  import * as UpdateNodeReplaceConfigurationResponse from "./update-node-replace-configuration-response";
145
155
  export import UpdateNodeReplaceConfigurationResponse = UpdateNodeReplaceConfigurationResponse.UpdateNodeReplaceConfigurationResponse;
156
+ import * as UpdateResourcePrincipalConfigurationResponse from "./update-resource-principal-configuration-response";
157
+ export import UpdateResourcePrincipalConfigurationResponse = UpdateResourcePrincipalConfigurationResponse.UpdateResourcePrincipalConfigurationResponse;
@@ -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, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface ListResourcePrincipalConfigurationsResponse {
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 pagination of a list of items. When paging through a list, if this header appears in the response,
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
+ * subsequent GET request to get the next batch of items.
25
+ *
26
+ */
27
+ "opcNextPage": string;
28
+ /**
29
+ * A list of ResourcePrincipalConfigurationSummary instances.
30
+ */
31
+ "items": model.ResourcePrincipalConfigurationSummary[];
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, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=list-resource-principal-configurations-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-resource-principal-configurations-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/list-resource-principal-configurations-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ export interface RemoveResourcePrincipalConfigurationResponse {
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, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=remove-resource-principal-configuration-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-resource-principal-configuration-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/remove-resource-principal-configuration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ export interface UpdateResourcePrincipalConfigurationResponse {
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, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=update-resource-principal-configuration-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-resource-principal-configuration-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/update-resource-principal-configuration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-bds",
3
- "version": "2.90.0-1722272724",
3
+ "version": "2.91.1",
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.90.0-1722272724",
19
- "oci-workrequests": "2.90.0-1722272724"
18
+ "oci-common": "2.91.1",
19
+ "oci-workrequests": "2.91.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"