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,72 @@
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, 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
+ /**
15
+ * Resource Principal Session Token Details.
16
+ */
17
+ export interface ResourcePrincipalConfiguration {
18
+ /**
19
+ * The id of the ResourcePrincipalConfiguration.
20
+ */
21
+ "id": string;
22
+ /**
23
+ * The OCID of the bdsInstance which is the parent resource id.
24
+ */
25
+ "bdsInstanceId": string;
26
+ /**
27
+ * A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
28
+ */
29
+ "displayName": string;
30
+ /**
31
+ * Life span in hours of each resource principal session token. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
32
+ */
33
+ "sessionTokenLifeSpanDurationInHours": number;
34
+ /**
35
+ * The state of the ResourcePrincipalConfiguration.
36
+ */
37
+ "lifecycleState": ResourcePrincipalConfiguration.LifecycleState;
38
+ /**
39
+ * the time the resource principal session token was refreshed, shown as an rfc 3339 formatted datetime string.
40
+ */
41
+ "timeTokenRefreshed"?: Date;
42
+ /**
43
+ * the time the resource principal session token will expired, shown as an rfc 3339 formatted datetime string.
44
+ */
45
+ "timeTokenExpiry"?: Date;
46
+ /**
47
+ * The time the ResourcePrincipalConfiguration was created, shown as an RFC 3339 formatted datetime string.
48
+ */
49
+ "timeCreated": Date;
50
+ /**
51
+ * The time the ResourcePrincipalConfiguration was updated, shown as an RFC 3339 formatted datetime string.
52
+ *
53
+ */
54
+ "timeUpdated": Date;
55
+ }
56
+ export declare namespace ResourcePrincipalConfiguration {
57
+ enum LifecycleState {
58
+ Creating = "CREATING",
59
+ Active = "ACTIVE",
60
+ Updating = "UPDATING",
61
+ Deleting = "DELETING",
62
+ Deleted = "DELETED",
63
+ Failed = "FAILED",
64
+ /**
65
+ * This value is used if a service returns a value for this enum that is not recognized by this
66
+ * version of the SDK.
67
+ */
68
+ UnknownValue = "UNKNOWN_VALUE"
69
+ }
70
+ function getJsonObj(obj: ResourcePrincipalConfiguration): object;
71
+ function getDeserializedJsonObj(obj: ResourcePrincipalConfiguration): object;
72
+ }
@@ -0,0 +1,44 @@
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, 2024, 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.ResourcePrincipalConfiguration = void 0;
17
+ var ResourcePrincipalConfiguration;
18
+ (function (ResourcePrincipalConfiguration) {
19
+ let LifecycleState;
20
+ (function (LifecycleState) {
21
+ LifecycleState["Creating"] = "CREATING";
22
+ LifecycleState["Active"] = "ACTIVE";
23
+ LifecycleState["Updating"] = "UPDATING";
24
+ LifecycleState["Deleting"] = "DELETING";
25
+ LifecycleState["Deleted"] = "DELETED";
26
+ LifecycleState["Failed"] = "FAILED";
27
+ /**
28
+ * This value is used if a service returns a value for this enum that is not recognized by this
29
+ * version of the SDK.
30
+ */
31
+ LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
32
+ })(LifecycleState = ResourcePrincipalConfiguration.LifecycleState || (ResourcePrincipalConfiguration.LifecycleState = {}));
33
+ function getJsonObj(obj) {
34
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
35
+ return jsonObj;
36
+ }
37
+ ResourcePrincipalConfiguration.getJsonObj = getJsonObj;
38
+ function getDeserializedJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
40
+ return jsonObj;
41
+ }
42
+ ResourcePrincipalConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
43
+ })(ResourcePrincipalConfiguration = exports.ResourcePrincipalConfiguration || (exports.ResourcePrincipalConfiguration = {}));
44
+ //# sourceMappingURL=resource-principal-configuration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resource-principal-configuration.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/resource-principal-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAgDH,IAAiB,8BAA8B,CAyB9C;AAzBD,WAAiB,8BAA8B;IAC7C,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,6CAAc,KAAd,6CAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qDAAsB,yBAIrC,CAAA;AACH,CAAC,EAzBgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAyB9C"}
@@ -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, 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
+ /**
15
+ * Details of updating the resource principal configuration for the cluster.
16
+ */
17
+ export interface UpdateResourcePrincipalConfigurationDetails {
18
+ /**
19
+ * A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
20
+ */
21
+ "displayName"?: string;
22
+ /**
23
+ * Life span in hours for the resource principal session token. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
24
+ */
25
+ "sessionTokenLifeSpanDurationInHours"?: number;
26
+ }
27
+ export declare namespace UpdateResourcePrincipalConfigurationDetails {
28
+ function getJsonObj(obj: UpdateResourcePrincipalConfigurationDetails): object;
29
+ function getDeserializedJsonObj(obj: UpdateResourcePrincipalConfigurationDetails): object;
30
+ }
@@ -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, 2024, 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.UpdateResourcePrincipalConfigurationDetails = void 0;
17
+ var UpdateResourcePrincipalConfigurationDetails;
18
+ (function (UpdateResourcePrincipalConfigurationDetails) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ UpdateResourcePrincipalConfigurationDetails.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ UpdateResourcePrincipalConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(UpdateResourcePrincipalConfigurationDetails = exports.UpdateResourcePrincipalConfigurationDetails || (exports.UpdateResourcePrincipalConfigurationDetails = {}));
30
+ //# sourceMappingURL=update-resource-principal-configuration-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-resource-principal-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/update-resource-principal-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAmBH,IAAiB,2CAA2C,CAW3D;AAXD,WAAiB,2CAA2C;IAC1D,SAAgB,UAAU,CAAC,GAAgD;QACzE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgD;QACrF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kEAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,2CAA2C,GAA3C,mDAA2C,KAA3C,mDAA2C,QAW3D"}
@@ -0,0 +1,40 @@
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/CreateResourcePrincipalConfiguration.ts.html |here} to see how to use CreateResourcePrincipalConfigurationRequest.
17
+ */
18
+ export interface CreateResourcePrincipalConfigurationRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the cluster.
21
+ */
22
+ "bdsInstanceId": string;
23
+ /**
24
+ * Details of creating resource principal session token for the bds cluster.
25
+ */
26
+ "createResourcePrincipalConfigurationDetails": model.CreateResourcePrincipalConfigurationDetails;
27
+ /**
28
+ * The client request ID for tracing.
29
+ */
30
+ "opcRequestId"?: string;
31
+ /**
32
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
33
+ * server error, without risk of executing that same action again. Retry tokens expire after 24
34
+ * hours but can be invalidated before then due to conflicting operations. For example, if a resource
35
+ * has been deleted and purged from the system, then a retry of the original creation request
36
+ * might be rejected.
37
+ *
38
+ */
39
+ "opcRetryToken"?: string;
40
+ }
@@ -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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-resource-principal-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/create-resource-principal-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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/ForceRefreshResourcePrincipal.ts.html |here} to see how to use ForceRefreshResourcePrincipalRequest.
17
+ */
18
+ export interface ForceRefreshResourcePrincipalRequest 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 of refreshing resource principal session token
29
+ */
30
+ "forceRefreshResourcePrincipalDetails": model.ForceRefreshResourcePrincipalDetails;
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=force-refresh-resource-principal-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"force-refresh-resource-principal-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/force-refresh-resource-principal-request.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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/GetResourcePrincipalConfiguration.ts.html |here} to see how to use GetResourcePrincipalConfigurationRequest.
16
+ */
17
+ export interface GetResourcePrincipalConfigurationRequest extends common.BaseRequest {
18
+ /**
19
+ * The OCID of the cluster.
20
+ */
21
+ "bdsInstanceId": string;
22
+ /**
23
+ * Unique Oracle-assigned identifier of the ResourcePrincipalConfiguration.
24
+ */
25
+ "resourcePrincipalConfigurationId": string;
26
+ /**
27
+ * The client request ID for tracing.
28
+ */
29
+ "opcRequestId"?: string;
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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-resource-principal-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/get-resource-principal-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -45,6 +45,8 @@ import * as CreateNodeBackupConfigurationRequest from "./create-node-backup-conf
45
45
  export import CreateNodeBackupConfigurationRequest = CreateNodeBackupConfigurationRequest.CreateNodeBackupConfigurationRequest;
46
46
  import * as CreateNodeReplaceConfigurationRequest from "./create-node-replace-configuration-request";
47
47
  export import CreateNodeReplaceConfigurationRequest = CreateNodeReplaceConfigurationRequest.CreateNodeReplaceConfigurationRequest;
48
+ import * as CreateResourcePrincipalConfigurationRequest from "./create-resource-principal-configuration-request";
49
+ export import CreateResourcePrincipalConfigurationRequest = CreateResourcePrincipalConfigurationRequest.CreateResourcePrincipalConfigurationRequest;
48
50
  import * as DeleteBdsApiKeyRequest from "./delete-bds-api-key-request";
49
51
  export import DeleteBdsApiKeyRequest = DeleteBdsApiKeyRequest.DeleteBdsApiKeyRequest;
50
52
  import * as DeleteBdsInstanceRequest from "./delete-bds-instance-request";
@@ -61,6 +63,8 @@ import * as EnableCertificateRequest from "./enable-certificate-request";
61
63
  export import EnableCertificateRequest = EnableCertificateRequest.EnableCertificateRequest;
62
64
  import * as ExecuteBootstrapScriptRequest from "./execute-bootstrap-script-request";
63
65
  export import ExecuteBootstrapScriptRequest = ExecuteBootstrapScriptRequest.ExecuteBootstrapScriptRequest;
66
+ import * as ForceRefreshResourcePrincipalRequest from "./force-refresh-resource-principal-request";
67
+ export import ForceRefreshResourcePrincipalRequest = ForceRefreshResourcePrincipalRequest.ForceRefreshResourcePrincipalRequest;
64
68
  import * as GetAutoScalingConfigurationRequest from "./get-auto-scaling-configuration-request";
65
69
  export import GetAutoScalingConfigurationRequest = GetAutoScalingConfigurationRequest.GetAutoScalingConfigurationRequest;
66
70
  import * as GetBdsApiKeyRequest from "./get-bds-api-key-request";
@@ -77,6 +81,8 @@ import * as GetNodeReplaceConfigurationRequest from "./get-node-replace-configur
77
81
  export import GetNodeReplaceConfigurationRequest = GetNodeReplaceConfigurationRequest.GetNodeReplaceConfigurationRequest;
78
82
  import * as GetOsPatchDetailsRequest from "./get-os-patch-details-request";
79
83
  export import GetOsPatchDetailsRequest = GetOsPatchDetailsRequest.GetOsPatchDetailsRequest;
84
+ import * as GetResourcePrincipalConfigurationRequest from "./get-resource-principal-configuration-request";
85
+ export import GetResourcePrincipalConfigurationRequest = GetResourcePrincipalConfigurationRequest.GetResourcePrincipalConfigurationRequest;
80
86
  import * as GetWorkRequestRequest from "./get-work-request-request";
81
87
  export import GetWorkRequestRequest = GetWorkRequestRequest.GetWorkRequestRequest;
82
88
  import * as InstallOsPatchRequest from "./install-os-patch-request";
@@ -103,6 +109,8 @@ import * as ListPatchHistoriesRequest from "./list-patch-histories-request";
103
109
  export import ListPatchHistoriesRequest = ListPatchHistoriesRequest.ListPatchHistoriesRequest;
104
110
  import * as ListPatchesRequest from "./list-patches-request";
105
111
  export import ListPatchesRequest = ListPatchesRequest.ListPatchesRequest;
112
+ import * as ListResourcePrincipalConfigurationsRequest from "./list-resource-principal-configurations-request";
113
+ export import ListResourcePrincipalConfigurationsRequest = ListResourcePrincipalConfigurationsRequest.ListResourcePrincipalConfigurationsRequest;
106
114
  import * as ListWorkRequestErrorsRequest from "./list-work-request-errors-request";
107
115
  export import ListWorkRequestErrorsRequest = ListWorkRequestErrorsRequest.ListWorkRequestErrorsRequest;
108
116
  import * as ListWorkRequestLogsRequest from "./list-work-request-logs-request";
@@ -119,6 +127,8 @@ import * as RemoveNodeRequest from "./remove-node-request";
119
127
  export import RemoveNodeRequest = RemoveNodeRequest.RemoveNodeRequest;
120
128
  import * as RemoveNodeReplaceConfigurationRequest from "./remove-node-replace-configuration-request";
121
129
  export import RemoveNodeReplaceConfigurationRequest = RemoveNodeReplaceConfigurationRequest.RemoveNodeReplaceConfigurationRequest;
130
+ import * as RemoveResourcePrincipalConfigurationRequest from "./remove-resource-principal-configuration-request";
131
+ export import RemoveResourcePrincipalConfigurationRequest = RemoveResourcePrincipalConfigurationRequest.RemoveResourcePrincipalConfigurationRequest;
122
132
  import * as RenewCertificateRequest from "./renew-certificate-request";
123
133
  export import RenewCertificateRequest = RenewCertificateRequest.RenewCertificateRequest;
124
134
  import * as ReplaceNodeRequest from "./replace-node-request";
@@ -143,3 +153,5 @@ import * as UpdateNodeBackupConfigurationRequest from "./update-node-backup-conf
143
153
  export import UpdateNodeBackupConfigurationRequest = UpdateNodeBackupConfigurationRequest.UpdateNodeBackupConfigurationRequest;
144
154
  import * as UpdateNodeReplaceConfigurationRequest from "./update-node-replace-configuration-request";
145
155
  export import UpdateNodeReplaceConfigurationRequest = UpdateNodeReplaceConfigurationRequest.UpdateNodeReplaceConfigurationRequest;
156
+ import * as UpdateResourcePrincipalConfigurationRequest from "./update-resource-principal-configuration-request";
157
+ export import UpdateResourcePrincipalConfigurationRequest = UpdateResourcePrincipalConfigurationRequest.UpdateResourcePrincipalConfigurationRequest;
@@ -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.ListPatchHistoriesRequest = exports.ListOsPatchesRequest = exports.ListNodeReplaceConfigurationsRequest = exports.ListNodeBackupsRequest = exports.ListNodeBackupConfigurationsRequest = exports.ListBdsMetastoreConfigurationsRequest = exports.ListBdsInstancesRequest = exports.ListBdsApiKeysRequest = exports.ListAutoScalingConfigurationsRequest = void 0;
35
+ exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListResourcePrincipalConfigurationsRequest = exports.ListPatchHistoriesRequest = exports.ListOsPatchesRequest = exports.ListNodeReplaceConfigurationsRequest = exports.ListNodeBackupsRequest = exports.ListNodeBackupConfigurationsRequest = exports.ListBdsMetastoreConfigurationsRequest = exports.ListBdsInstancesRequest = exports.ListBdsApiKeysRequest = exports.ListAutoScalingConfigurationsRequest = void 0;
36
36
  const ListAutoScalingConfigurationsRequest = __importStar(require("./list-auto-scaling-configurations-request"));
37
37
  exports.ListAutoScalingConfigurationsRequest = ListAutoScalingConfigurationsRequest.ListAutoScalingConfigurationsRequest;
38
38
  const ListBdsApiKeysRequest = __importStar(require("./list-bds-api-keys-request"));
@@ -51,6 +51,8 @@ const ListOsPatchesRequest = __importStar(require("./list-os-patches-request"));
51
51
  exports.ListOsPatchesRequest = ListOsPatchesRequest.ListOsPatchesRequest;
52
52
  const ListPatchHistoriesRequest = __importStar(require("./list-patch-histories-request"));
53
53
  exports.ListPatchHistoriesRequest = ListPatchHistoriesRequest.ListPatchHistoriesRequest;
54
+ const ListResourcePrincipalConfigurationsRequest = __importStar(require("./list-resource-principal-configurations-request"));
55
+ exports.ListResourcePrincipalConfigurationsRequest = ListResourcePrincipalConfigurationsRequest.ListResourcePrincipalConfigurationsRequest;
54
56
  const ListWorkRequestErrorsRequest = __importStar(require("./list-work-request-errors-request"));
55
57
  exports.ListWorkRequestErrorsRequest = ListWorkRequestErrorsRequest.ListWorkRequestErrorsRequest;
56
58
  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;;;;;;;;;;;;;;;;;;;;;;AA0EH,iHAAmG;AACrF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAC/H,mFAAqE;AACvD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,mHAAqG;AACvF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,+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,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;;;;;;;;;;;;;;;;;;;;;;AAgFH,iHAAmG;AACrF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAC/H,mFAAqE;AACvD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,mHAAqG;AACvF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,+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"}
@@ -0,0 +1,58 @@
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/ListResourcePrincipalConfigurations.ts.html |here} to see how to use ListResourcePrincipalConfigurationsRequest.
17
+ */
18
+ export interface ListResourcePrincipalConfigurationsRequest 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"?: ListResourcePrincipalConfigurationsRequest.SortBy;
36
+ /**
37
+ * The sort order to use, either 'asc' or 'desc'.
38
+ */
39
+ "sortOrder"?: model.SortOrders;
40
+ /**
41
+ * A filter to return only resources that match the entire display name given.
42
+ */
43
+ "displayName"?: string;
44
+ /**
45
+ * The state of the ResourcePrincipalConfiguration.
46
+ */
47
+ "lifecycleState"?: string;
48
+ /**
49
+ * The client request ID for tracing.
50
+ */
51
+ "opcRequestId"?: string;
52
+ }
53
+ export declare namespace ListResourcePrincipalConfigurationsRequest {
54
+ enum SortBy {
55
+ TimeCreated = "timeCreated",
56
+ DisplayName = "displayName"
57
+ }
58
+ }
@@ -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, 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
+ exports.ListResourcePrincipalConfigurationsRequest = void 0;
16
+ var ListResourcePrincipalConfigurationsRequest;
17
+ (function (ListResourcePrincipalConfigurationsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ SortBy["DisplayName"] = "displayName";
22
+ })(SortBy = ListResourcePrincipalConfigurationsRequest.SortBy || (ListResourcePrincipalConfigurationsRequest.SortBy = {}));
23
+ })(ListResourcePrincipalConfigurationsRequest = exports.ListResourcePrincipalConfigurationsRequest || (exports.ListResourcePrincipalConfigurationsRequest = {}));
24
+ //# sourceMappingURL=list-resource-principal-configurations-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-resource-principal-configurations-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/list-resource-principal-configurations-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4CH,IAAiB,0CAA0C,CAK1D;AALD,WAAiB,0CAA0C;IACzD,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,iDAAM,KAAN,iDAAM,QAGjB;AACH,CAAC,EALgB,0CAA0C,GAA1C,kDAA0C,KAA1C,kDAA0C,QAK1D"}
@@ -0,0 +1,44 @@
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/RemoveResourcePrincipalConfiguration.ts.html |here} to see how to use RemoveResourcePrincipalConfigurationRequest.
17
+ */
18
+ export interface RemoveResourcePrincipalConfigurationRequest 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 of removing a resource principal for the bds cluster.
29
+ */
30
+ "removeResourcePrincipalConfigurationDetails": model.RemoveResourcePrincipalConfigurationDetails;
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
+ }
@@ -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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-resource-principal-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/remove-resource-principal-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}