oci-bds 2.126.2 → 2.127.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/bds-waiter.d.ts +8 -0
- package/lib/bds-waiter.js +12 -0
- package/lib/bds-waiter.js.map +1 -1
- package/lib/client.d.ts +123 -2
- package/lib/client.js +622 -2
- package/lib/client.js.map +1 -1
- package/lib/model/activate-bds-metastore-configuration-details.d.ts +5 -1
- package/lib/model/activate-bds-metastore-configuration-details.js.map +1 -1
- package/lib/model/activate-iam-user-sync-configuration-details.d.ts +5 -1
- package/lib/model/activate-iam-user-sync-configuration-details.js.map +1 -1
- package/lib/model/activate-upst-configuration-details.d.ts +5 -1
- package/lib/model/activate-upst-configuration-details.js.map +1 -1
- package/lib/model/add-auto-scaling-configuration-details.d.ts +5 -1
- package/lib/model/add-auto-scaling-configuration-details.js.map +1 -1
- package/lib/model/add-block-storage-details.d.ts +18 -4
- package/lib/model/add-block-storage-details.js +1 -0
- package/lib/model/add-block-storage-details.js.map +1 -1
- package/lib/model/add-cloud-sql-details.d.ts +1 -1
- package/lib/model/add-kafka-details.d.ts +5 -1
- package/lib/model/add-kafka-details.js.map +1 -1
- package/lib/model/add-master-nodes-details.d.ts +5 -1
- package/lib/model/add-master-nodes-details.js.map +1 -1
- package/lib/model/add-utility-nodes-details.d.ts +5 -1
- package/lib/model/add-utility-nodes-details.js.map +1 -1
- package/lib/model/add-worker-nodes-details.d.ts +7 -2
- package/lib/model/add-worker-nodes-details.js.map +1 -1
- package/lib/model/auto-scaling-configuration-summary.d.ts +1 -1
- package/lib/model/auto-scaling-configuration.d.ts +4 -0
- package/lib/model/auto-scaling-configuration.js.map +1 -1
- package/lib/model/bds-certificate-configuration-summary.d.ts +84 -0
- package/lib/model/bds-certificate-configuration-summary.js +30 -0
- package/lib/model/bds-certificate-configuration-summary.js.map +1 -0
- package/lib/model/bds-certificate-configuration.d.ts +87 -0
- package/lib/model/bds-certificate-configuration.js +53 -0
- package/lib/model/bds-certificate-configuration.js.map +1 -0
- package/lib/model/bds-instance-reset-password-details.d.ts +40 -0
- package/lib/model/bds-instance-reset-password-details.js +37 -0
- package/lib/model/bds-instance-reset-password-details.js.map +1 -0
- package/lib/model/bds-instance-summary.d.ts +4 -0
- package/lib/model/bds-instance-summary.js.map +1 -1
- package/lib/model/bds-instance.d.ts +12 -0
- package/lib/model/bds-instance.js.map +1 -1
- package/lib/model/bds-metastore-configuration.d.ts +4 -0
- package/lib/model/bds-metastore-configuration.js.map +1 -1
- package/lib/model/change-shape-details.d.ts +5 -1
- package/lib/model/change-shape-details.js.map +1 -1
- package/lib/model/config-level-manage-bds-certificate-details.d.ts +33 -0
- package/lib/model/config-level-manage-bds-certificate-details.js +55 -0
- package/lib/model/config-level-manage-bds-certificate-details.js.map +1 -0
- package/lib/model/create-bds-certificate-configuration-details.d.ts +46 -0
- package/lib/model/create-bds-certificate-configuration-details.js +30 -0
- package/lib/model/create-bds-certificate-configuration-details.js.map +1 -0
- package/lib/model/create-bds-instance-details.d.ts +10 -2
- package/lib/model/create-bds-instance-details.js.map +1 -1
- package/lib/model/create-bds-metastore-configuration-details.d.ts +5 -1
- package/lib/model/create-bds-metastore-configuration-details.js.map +1 -1
- package/lib/model/create-identity-configuration-details.d.ts +5 -1
- package/lib/model/create-identity-configuration-details.js.map +1 -1
- package/lib/model/create-node-replace-configuration-details.d.ts +5 -1
- package/lib/model/create-node-replace-configuration-details.js.map +1 -1
- package/lib/model/create-resource-principal-configuration-details.d.ts +5 -1
- package/lib/model/create-resource-principal-configuration-details.js.map +1 -1
- package/lib/model/deactivate-iam-user-sync-configuration-details.d.ts +5 -1
- package/lib/model/deactivate-iam-user-sync-configuration-details.js.map +1 -1
- package/lib/model/deactivate-upst-configuration-details.d.ts +5 -1
- package/lib/model/deactivate-upst-configuration-details.js.map +1 -1
- package/lib/model/disable-certificate-details.d.ts +5 -1
- package/lib/model/disable-certificate-details.js.map +1 -1
- package/lib/model/enable-certificate-details.d.ts +5 -1
- package/lib/model/enable-certificate-details.js.map +1 -1
- package/lib/model/execute-bootstrap-script-details.d.ts +5 -1
- package/lib/model/execute-bootstrap-script-details.js.map +1 -1
- package/lib/model/force-refresh-resource-principal-details.d.ts +5 -1
- package/lib/model/force-refresh-resource-principal-details.js.map +1 -1
- package/lib/model/generate-bds-certificate-details.d.ts +32 -0
- package/lib/model/generate-bds-certificate-details.js +58 -0
- package/lib/model/generate-bds-certificate-details.js.map +1 -0
- package/lib/model/identity-configuration.d.ts +4 -0
- package/lib/model/identity-configuration.js.map +1 -1
- package/lib/model/index.d.ts +24 -0
- package/lib/model/index.js +28 -4
- package/lib/model/index.js.map +1 -1
- package/lib/model/install-os-patch-details.d.ts +5 -1
- package/lib/model/install-os-patch-details.js.map +1 -1
- package/lib/model/install-patch-details.d.ts +5 -1
- package/lib/model/install-patch-details.js.map +1 -1
- package/lib/model/manage-bds-certificate-level-type-details.d.ts +23 -0
- package/lib/model/manage-bds-certificate-level-type-details.js +73 -0
- package/lib/model/manage-bds-certificate-level-type-details.js.map +1 -0
- package/lib/model/node-backup-configuration-summary.d.ts +1 -1
- package/lib/model/node-level-manage-bds-certificate-details.d.ts +29 -0
- package/lib/model/node-level-manage-bds-certificate-details.js +55 -0
- package/lib/model/node-level-manage-bds-certificate-details.js.map +1 -0
- package/lib/model/node-replace-configuration-summary.d.ts +1 -1
- package/lib/model/node-replace-configuration.d.ts +4 -0
- package/lib/model/node-replace-configuration.js.map +1 -1
- package/lib/model/node.d.ts +4 -0
- package/lib/model/node.js.map +1 -1
- package/lib/model/operation-types.d.ts +7 -0
- package/lib/model/operation-types.js +7 -0
- package/lib/model/operation-types.js.map +1 -1
- package/lib/model/password-summary.d.ts +26 -0
- package/lib/model/password-summary.js +30 -0
- package/lib/model/password-summary.js.map +1 -0
- package/lib/model/refresh-confidential-application-details.d.ts +5 -1
- package/lib/model/refresh-confidential-application-details.js.map +1 -1
- package/lib/model/refresh-upst-token-exchange-keytab-details.d.ts +5 -1
- package/lib/model/refresh-upst-token-exchange-keytab-details.js.map +1 -1
- package/lib/model/remove-auto-scaling-configuration-details.d.ts +5 -1
- package/lib/model/remove-auto-scaling-configuration-details.js.map +1 -1
- package/lib/model/remove-cloud-sql-details.d.ts +1 -1
- package/lib/model/remove-kafka-details.d.ts +5 -1
- package/lib/model/remove-kafka-details.js.map +1 -1
- package/lib/model/remove-node-details.d.ts +5 -1
- package/lib/model/remove-node-details.js.map +1 -1
- package/lib/model/remove-node-replace-configuration-details.d.ts +5 -1
- package/lib/model/remove-node-replace-configuration-details.js.map +1 -1
- package/lib/model/remove-nodes-details.d.ts +39 -0
- package/lib/model/remove-nodes-details.js +30 -0
- package/lib/model/remove-nodes-details.js.map +1 -0
- package/lib/model/remove-resource-principal-configuration-details.d.ts +5 -1
- package/lib/model/remove-resource-principal-configuration-details.js.map +1 -1
- package/lib/model/renew-bds-certificate-details.d.ts +32 -0
- package/lib/model/renew-bds-certificate-details.js +58 -0
- package/lib/model/renew-bds-certificate-details.js.map +1 -0
- package/lib/model/renew-certificate-details.d.ts +5 -1
- package/lib/model/renew-certificate-details.js.map +1 -1
- package/lib/model/replace-node-details.d.ts +5 -1
- package/lib/model/replace-node-details.js.map +1 -1
- package/lib/model/resource-principal-configuration-summary.d.ts +1 -1
- package/lib/model/resource-principal-configuration.d.ts +5 -1
- package/lib/model/resource-principal-configuration.js.map +1 -1
- package/lib/model/set-default-bds-certificate-configuration-details.d.ts +30 -0
- package/lib/model/set-default-bds-certificate-configuration-details.js +30 -0
- package/lib/model/set-default-bds-certificate-configuration-details.js.map +1 -0
- package/lib/model/start-bds-instance-details.d.ts +5 -1
- package/lib/model/start-bds-instance-details.js.map +1 -1
- package/lib/model/stop-bds-instance-details.d.ts +5 -1
- package/lib/model/stop-bds-instance-details.js.map +1 -1
- package/lib/model/test-bds-metastore-configuration-details.d.ts +5 -1
- package/lib/model/test-bds-metastore-configuration-details.js.map +1 -1
- package/lib/model/update-auto-scaling-configuration-details.d.ts +4 -0
- package/lib/model/update-auto-scaling-configuration-details.js.map +1 -1
- package/lib/model/update-bds-instance-details.d.ts +8 -0
- package/lib/model/update-bds-instance-details.js.map +1 -1
- package/lib/model/update-bds-metastore-configuration-details.d.ts +4 -0
- package/lib/model/update-bds-metastore-configuration-details.js.map +1 -1
- package/lib/model/update-identity-configuration-details.d.ts +5 -1
- package/lib/model/update-identity-configuration-details.js.map +1 -1
- package/lib/request/bds-instance-reset-password-request.d.ts +49 -0
- package/lib/request/bds-instance-reset-password-request.js +15 -0
- package/lib/request/bds-instance-reset-password-request.js.map +1 -0
- package/lib/request/create-bds-certificate-configuration-request.d.ts +40 -0
- package/lib/request/create-bds-certificate-configuration-request.js +15 -0
- package/lib/request/create-bds-certificate-configuration-request.js.map +1 -0
- package/lib/request/delete-bds-certificate-configuration-request.d.ts +48 -0
- package/lib/request/delete-bds-certificate-configuration-request.js +15 -0
- package/lib/request/delete-bds-certificate-configuration-request.js.map +1 -0
- package/lib/request/generate-bds-certificate-request.d.ts +49 -0
- package/lib/request/generate-bds-certificate-request.js +15 -0
- package/lib/request/generate-bds-certificate-request.js.map +1 -0
- package/lib/request/get-bds-certificate-configuration-request.d.ts +30 -0
- package/lib/request/get-bds-certificate-configuration-request.js +15 -0
- package/lib/request/get-bds-certificate-configuration-request.js.map +1 -0
- package/lib/request/index.d.ts +18 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-bds-certificate-configurations-request.d.ts +58 -0
- package/lib/request/list-bds-certificate-configurations-request.js +24 -0
- package/lib/request/list-bds-certificate-configurations-request.js.map +1 -0
- package/lib/request/remove-nodes-request.d.ts +49 -0
- package/lib/request/remove-nodes-request.js +15 -0
- package/lib/request/remove-nodes-request.js.map +1 -0
- package/lib/request/renew-bds-certificate-request.d.ts +49 -0
- package/lib/request/renew-bds-certificate-request.js +15 -0
- package/lib/request/renew-bds-certificate-request.js.map +1 -0
- package/lib/request/set-default-bds-certificate-configuration-request.d.ts +53 -0
- package/lib/request/set-default-bds-certificate-configuration-request.js +15 -0
- package/lib/request/set-default-bds-certificate-configuration-request.js.map +1 -0
- package/lib/response/bds-instance-reset-password-response.d.ts +30 -0
- package/lib/response/bds-instance-reset-password-response.js +15 -0
- package/lib/response/bds-instance-reset-password-response.js.map +1 -0
- package/lib/response/create-bds-certificate-configuration-response.d.ts +25 -0
- package/lib/response/create-bds-certificate-configuration-response.js +15 -0
- package/lib/response/create-bds-certificate-configuration-response.js.map +1 -0
- package/lib/response/delete-bds-certificate-configuration-response.d.ts +25 -0
- package/lib/response/delete-bds-certificate-configuration-response.js +15 -0
- package/lib/response/delete-bds-certificate-configuration-response.js.map +1 -0
- package/lib/response/generate-bds-certificate-response.d.ts +25 -0
- package/lib/response/generate-bds-certificate-response.js +15 -0
- package/lib/response/generate-bds-certificate-response.js.map +1 -0
- package/lib/response/get-bds-certificate-configuration-response.d.ts +30 -0
- package/lib/response/get-bds-certificate-configuration-response.js +15 -0
- package/lib/response/get-bds-certificate-configuration-response.js.map +1 -0
- package/lib/response/index.d.ts +18 -0
- package/lib/response/list-bds-certificate-configurations-response.d.ts +32 -0
- package/lib/response/list-bds-certificate-configurations-response.js +15 -0
- package/lib/response/list-bds-certificate-configurations-response.js.map +1 -0
- package/lib/response/remove-nodes-response.d.ts +25 -0
- package/lib/response/remove-nodes-response.js +15 -0
- package/lib/response/remove-nodes-response.js.map +1 -0
- package/lib/response/renew-bds-certificate-response.d.ts +25 -0
- package/lib/response/renew-bds-certificate-response.js +15 -0
- package/lib/response/renew-bds-certificate-response.js.map +1 -0
- package/lib/response/set-default-bds-certificate-configuration-response.d.ts +25 -0
- package/lib/response/set-default-bds-certificate-configuration-response.js +15 -0
- package/lib/response/set-default-bds-certificate-configuration-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -67,6 +67,10 @@ export interface BdsInstanceSummary {
|
|
|
67
67
|
* The time the cluster was created, shown as an RFC 3339 formatted datetime string.
|
|
68
68
|
*/
|
|
69
69
|
"timeCreated": Date;
|
|
70
|
+
/**
|
|
71
|
+
* The earliest time of certificate expiration date across the certificates of all current nodes under this cluster.
|
|
72
|
+
*/
|
|
73
|
+
"timeEarliestCertificateExpiration"?: Date;
|
|
70
74
|
/**
|
|
71
75
|
* Simple key-value pair that is applied without any predefined name, type, or scope.
|
|
72
76
|
* Exists for cross-compatibility only. For example, {@code {\"bar-key\": \"value\"}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bds-instance-summary.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/bds-instance-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;
|
|
1
|
+
{"version":3,"file":"bds-instance-summary.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/bds-instance-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA+EH,IAAiB,kBAAkB,CAWlC;AAXD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAWlC"}
|
|
@@ -36,6 +36,14 @@ export interface BdsInstance {
|
|
|
36
36
|
* Version of the Hadoop distribution.
|
|
37
37
|
*/
|
|
38
38
|
"clusterVersion"?: BdsInstance.ClusterVersion;
|
|
39
|
+
/**
|
|
40
|
+
* The secretId for the clusterAdminPassword.
|
|
41
|
+
*/
|
|
42
|
+
"secretId"?: string;
|
|
43
|
+
/**
|
|
44
|
+
* Boolean flag specifying whether or not to persist the provided secret OCID and reuse it for future operations.
|
|
45
|
+
*/
|
|
46
|
+
"isSecretReused"?: boolean;
|
|
39
47
|
/**
|
|
40
48
|
* Boolean flag specifying whether or not the cluster is highly available (HA)
|
|
41
49
|
*/
|
|
@@ -110,6 +118,10 @@ export interface BdsInstance {
|
|
|
110
118
|
*/
|
|
111
119
|
"clusterProfile"?: BdsInstance.ClusterProfile;
|
|
112
120
|
"bdsClusterVersionSummary"?: model.BdsClusterVersionSummary;
|
|
121
|
+
/**
|
|
122
|
+
* The earliest time of certificate expiration date across the certificates of all current nodes under this cluster.
|
|
123
|
+
*/
|
|
124
|
+
"timeEarliestCertificateExpiration"?: Date;
|
|
113
125
|
}
|
|
114
126
|
export declare namespace BdsInstance {
|
|
115
127
|
enum LifecycleState {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bds-instance.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/bds-instance.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"bds-instance.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/bds-instance.ts"],"names":[],"mappings":"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"}
|
|
@@ -23,6 +23,10 @@ export interface BdsMetastoreConfiguration {
|
|
|
23
23
|
* The display name of metastore configuration
|
|
24
24
|
*/
|
|
25
25
|
"displayName": string;
|
|
26
|
+
/**
|
|
27
|
+
* The secretId for the clusterAdminPassword.
|
|
28
|
+
*/
|
|
29
|
+
"secretId"?: string;
|
|
26
30
|
/**
|
|
27
31
|
* The type of the metastore in the metastore configuration.
|
|
28
32
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bds-metastore-configuration.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/bds-metastore-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;
|
|
1
|
+
{"version":3,"file":"bds-metastore-configuration.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/bds-metastore-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA+CH,IAAiB,yBAAyB,CAqCzC;AArCD,WAAiB,yBAAyB;IACxC,IAAY,aAQX;IARD,WAAY,aAAa;QACvB,gCAAe,CAAA;QACf,sCAAqB,CAAA;QACrB;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EARW,aAAa,GAAb,uCAAa,KAAb,uCAAa,QAQxB;IAED,IAAY,cAcX;IAdD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,2CAAyB,CAAA;QACzB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAdW,cAAc,GAAd,wCAAc,KAAd,wCAAc,QAczB;IAED,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EArCgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAqCzC"}
|
|
@@ -19,7 +19,11 @@ export interface ChangeShapeDetails {
|
|
|
19
19
|
/**
|
|
20
20
|
* Base-64 encoded password for the cluster (and Cloudera Manager) admin user.
|
|
21
21
|
*/
|
|
22
|
-
"clusterAdminPassword"
|
|
22
|
+
"clusterAdminPassword"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The secretId for the clusterAdminPassword.
|
|
25
|
+
*/
|
|
26
|
+
"secretId"?: string;
|
|
23
27
|
"nodes": model.ChangeShapeNodes;
|
|
24
28
|
}
|
|
25
29
|
export declare namespace ChangeShapeDetails {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"change-shape-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/change-shape-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"change-shape-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/change-shape-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkBlC,IAAiB,kBAAkB,CAqBlC;AArBD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS;SAC9E,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,6BAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS;SAC1F,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,yCAAsB,yBASrC,CAAA;AACH,CAAC,EArBgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAqBlC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
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, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* Details of certificate configuration / certificate authority level used to trigger the BDS certificate generation or renewal.
|
|
17
|
+
*/
|
|
18
|
+
export interface ConfigLevelManageBdsCertificateDetails extends model.ManageBdsCertificateLevelTypeDetails {
|
|
19
|
+
/**
|
|
20
|
+
* The id of the BDS certificate configuration used to generate or renew BDS certificate(s).
|
|
21
|
+
*/
|
|
22
|
+
"certificateConfigurationId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Boolean flag specifying whether the request will only generate certificates for nodes which do not have the same certificate authority as the certificate configuration or not. The flag is only used for generating certificates from CONFIG_LEVEL.
|
|
25
|
+
*/
|
|
26
|
+
"isMissingNodesOnly"?: boolean;
|
|
27
|
+
"triggerType": string;
|
|
28
|
+
}
|
|
29
|
+
export declare namespace ConfigLevelManageBdsCertificateDetails {
|
|
30
|
+
function getJsonObj(obj: ConfigLevelManageBdsCertificateDetails, isParentJsonObj?: boolean): object;
|
|
31
|
+
const triggerType = "CONFIG_LEVEL";
|
|
32
|
+
function getDeserializedJsonObj(obj: ConfigLevelManageBdsCertificateDetails, isParentJsonObj?: boolean): object;
|
|
33
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
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, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.ConfigLevelManageBdsCertificateDetails = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var ConfigLevelManageBdsCertificateDetails;
|
|
38
|
+
(function (ConfigLevelManageBdsCertificateDetails) {
|
|
39
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
41
|
+
? obj
|
|
42
|
+
: model.ManageBdsCertificateLevelTypeDetails.getJsonObj(obj))), {});
|
|
43
|
+
return jsonObj;
|
|
44
|
+
}
|
|
45
|
+
ConfigLevelManageBdsCertificateDetails.getJsonObj = getJsonObj;
|
|
46
|
+
ConfigLevelManageBdsCertificateDetails.triggerType = "CONFIG_LEVEL";
|
|
47
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
48
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
49
|
+
? obj
|
|
50
|
+
: model.ManageBdsCertificateLevelTypeDetails.getDeserializedJsonObj(obj))), {});
|
|
51
|
+
return jsonObj;
|
|
52
|
+
}
|
|
53
|
+
ConfigLevelManageBdsCertificateDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
54
|
+
})(ConfigLevelManageBdsCertificateDetails = exports.ConfigLevelManageBdsCertificateDetails || (exports.ConfigLevelManageBdsCertificateDetails = {}));
|
|
55
|
+
//# sourceMappingURL=config-level-manage-bds-certificate-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config-level-manage-bds-certificate-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/config-level-manage-bds-certificate-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoBlC,IAAiB,sCAAsC,CAgCtD;AAhCD,WAAiB,sCAAsC;IACrD,SAAgB,UAAU,CACxB,GAA2C,EAC3C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oCAAoC,CAAC,UAAU,CACpD,GAAG,CACuC,CAAC,GAC9C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,iDAAU,aAczB,CAAA;IACY,kDAAW,GAAG,cAAc,CAAC;IAC1C,SAAgB,sBAAsB,CACpC,GAA2C,EAC3C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oCAAoC,CAAC,sBAAsB,CAChE,GAAG,CACuC,CAAC,GAC9C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,6DAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,sCAAsC,GAAtC,8CAAsC,KAAtC,8CAAsC,QAgCtD"}
|
|
@@ -0,0 +1,46 @@
|
|
|
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, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* The request body for generating BDS certificate configuration.
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateBdsCertificateConfigurationDetails {
|
|
18
|
+
/**
|
|
19
|
+
* The display name of the BDS certificate configuration.
|
|
20
|
+
*/
|
|
21
|
+
"displayName": string;
|
|
22
|
+
/**
|
|
23
|
+
* The OCID of the certificate authority which is associated with this certificate configuration.
|
|
24
|
+
*/
|
|
25
|
+
"certificateAuthorityId"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The type of the BDS certificate configuration, also the type of the BDS certificates which will be generated by the BDS certificate configuration.
|
|
28
|
+
*/
|
|
29
|
+
"certificateType": string;
|
|
30
|
+
/**
|
|
31
|
+
* The OCID of the compartment of the certificate authority connecting to this certificate configuration.
|
|
32
|
+
*/
|
|
33
|
+
"compartmentId"?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Base-64 encoded password for the cluster admin user.
|
|
36
|
+
*/
|
|
37
|
+
"clusterAdminPassword"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* The secretId for the clusterAdminPassword.
|
|
40
|
+
*/
|
|
41
|
+
"secretId"?: string;
|
|
42
|
+
}
|
|
43
|
+
export declare namespace CreateBdsCertificateConfigurationDetails {
|
|
44
|
+
function getJsonObj(obj: CreateBdsCertificateConfigurationDetails): object;
|
|
45
|
+
function getDeserializedJsonObj(obj: CreateBdsCertificateConfigurationDetails): object;
|
|
46
|
+
}
|
|
@@ -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, 2026, 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.CreateBdsCertificateConfigurationDetails = void 0;
|
|
17
|
+
var CreateBdsCertificateConfigurationDetails;
|
|
18
|
+
(function (CreateBdsCertificateConfigurationDetails) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
CreateBdsCertificateConfigurationDetails.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
CreateBdsCertificateConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(CreateBdsCertificateConfigurationDetails = exports.CreateBdsCertificateConfigurationDetails || (exports.CreateBdsCertificateConfigurationDetails = {}));
|
|
30
|
+
//# sourceMappingURL=create-bds-certificate-configuration-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-bds-certificate-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/create-bds-certificate-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAmCH,IAAiB,wCAAwC,CAWxD;AAXD,WAAiB,wCAAwC;IACvD,SAAgB,UAAU,CAAC,GAA6C;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6C;QAClF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wCAAwC,GAAxC,gDAAwC,KAAxC,gDAAwC,QAWxD"}
|
|
@@ -33,9 +33,17 @@ export interface CreateBdsInstanceDetails {
|
|
|
33
33
|
*/
|
|
34
34
|
"clusterPublicKey": string;
|
|
35
35
|
/**
|
|
36
|
-
* Base-64 encoded password for the cluster (and Cloudera Manager) admin user.
|
|
36
|
+
* Base-64 encoded password for the cluster (and Cloudera Manager) admin user. Not required if the secretId is specified.
|
|
37
37
|
*/
|
|
38
|
-
"clusterAdminPassword"
|
|
38
|
+
"clusterAdminPassword"?: string;
|
|
39
|
+
/**
|
|
40
|
+
* The secretId for the clusterAdminPassword.
|
|
41
|
+
*/
|
|
42
|
+
"secretId"?: string;
|
|
43
|
+
/**
|
|
44
|
+
* Boolean flag specifying whether or not to persist the provided secret OCID and reuse it for future operations.
|
|
45
|
+
*/
|
|
46
|
+
"isSecretReused"?: boolean;
|
|
39
47
|
/**
|
|
40
48
|
* Boolean flag specifying whether or not the cluster is highly available (HA).
|
|
41
49
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-bds-instance-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/create-bds-instance-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"create-bds-instance-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/create-bds-instance-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+ElC,IAAiB,wBAAwB,CA6CxC;AA7CD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAAC,aAAa,CAAC;gBACnD,CAAC,CAAC,SAAS;YAEb,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAClD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,0BAA0B,EAAE,GAAG,CAAC,wBAAwB;gBACtD,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,GAAG,CAAC,wBAAwB,CAAC;gBACzE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,mCAAU,aAqBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAAC,aAAa,CAAC;gBAC/D,CAAC,CAAC,SAAS;YAEb,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC9D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,0BAA0B,EAAE,GAAG,CAAC,wBAAwB;gBACtD,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CAAC,GAAG,CAAC,wBAAwB,CAAC;gBACrF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,+CAAsB,yBAqBrC,CAAA;AACH,CAAC,EA7CgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QA6CxC"}
|
|
@@ -34,7 +34,11 @@ export interface CreateBdsMetastoreConfigurationDetails {
|
|
|
34
34
|
/**
|
|
35
35
|
* Base-64 encoded password for the cluster admin user.
|
|
36
36
|
*/
|
|
37
|
-
"clusterAdminPassword"
|
|
37
|
+
"clusterAdminPassword"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* The secretId for the clusterAdminPassword.
|
|
40
|
+
*/
|
|
41
|
+
"secretId"?: string;
|
|
38
42
|
}
|
|
39
43
|
export declare namespace CreateBdsMetastoreConfigurationDetails {
|
|
40
44
|
function getJsonObj(obj: CreateBdsMetastoreConfigurationDetails): object;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-bds-metastore-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/create-bds-metastore-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;
|
|
1
|
+
{"version":3,"file":"create-bds-metastore-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/create-bds-metastore-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAmCH,IAAiB,sCAAsC,CAWtD;AAXD,WAAiB,sCAAsC;IACrD,SAAgB,UAAU,CAAC,GAA2C;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2C;QAChF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,sCAAsC,GAAtC,8CAAsC,KAAtC,8CAAsC,QAWtD"}
|
|
@@ -19,7 +19,11 @@ export interface CreateIdentityConfigurationDetails {
|
|
|
19
19
|
/**
|
|
20
20
|
* Base-64 encoded password for the cluster admin user.
|
|
21
21
|
*/
|
|
22
|
-
"clusterAdminPassword"
|
|
22
|
+
"clusterAdminPassword"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The secretId for the clusterAdminPassword.
|
|
25
|
+
*/
|
|
26
|
+
"secretId"?: string;
|
|
23
27
|
/**
|
|
24
28
|
* Display name of the identity configuration, required for creating identity configuration.
|
|
25
29
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-identity-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/create-identity-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"create-identity-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/create-identity-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+BlC,IAAiB,kCAAkC,CAiClD;AAjCD,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CAAC,GAAuC;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,0BAA0B,EAAE,GAAG,CAAC,wBAAwB;gBACtD,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,GAAG,CAAC,wBAAwB,CAAC;gBACzE,CAAC,CAAC,SAAS;YACb,iCAAiC,EAAE,GAAG,CAAC,+BAA+B;gBACpE,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC,UAAU,CAAC,GAAG,CAAC,+BAA+B,CAAC;gBACvF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,6CAAU,aAczB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuC;QAC5E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,0BAA0B,EAAE,GAAG,CAAC,wBAAwB;gBACtD,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CAAC,GAAG,CAAC,wBAAwB,CAAC;gBACrF,CAAC,CAAC,SAAS;YACb,iCAAiC,EAAE,GAAG,CAAC,+BAA+B;gBACpE,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CAC1D,GAAG,CAAC,+BAA+B,CACpC;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,yDAAsB,yBAgBrC,CAAA;AACH,CAAC,EAjCgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAiClD"}
|
|
@@ -24,7 +24,11 @@ export interface CreateNodeReplaceConfigurationDetails {
|
|
|
24
24
|
/**
|
|
25
25
|
* Base-64 encoded password for the cluster admin user.
|
|
26
26
|
*/
|
|
27
|
-
"clusterAdminPassword"
|
|
27
|
+
"clusterAdminPassword"?: string;
|
|
28
|
+
/**
|
|
29
|
+
* The secretId for the clusterAdminPassword.
|
|
30
|
+
*/
|
|
31
|
+
"secretId"?: string;
|
|
28
32
|
/**
|
|
29
33
|
* Type of compute instance health metric to use for node replacement
|
|
30
34
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-node-replace-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/create-node-replace-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"create-node-replace-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/create-node-replace-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA8BlC,IAAiB,qCAAqC,CAyBrD;AAzBD,WAAiB,qCAAqC;IACpD,SAAgB,UAAU,CAAC,GAA0C;QACnE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,gDAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0C;QAC/E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,4DAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAyBrD"}
|
|
@@ -22,7 +22,11 @@ export interface CreateResourcePrincipalConfigurationDetails {
|
|
|
22
22
|
/**
|
|
23
23
|
* Base-64 encoded Cluster Admin Password for cluster admin user.
|
|
24
24
|
*/
|
|
25
|
-
"clusterAdminPassword"
|
|
25
|
+
"clusterAdminPassword"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The secretId for the clusterAdminPassword.
|
|
28
|
+
*/
|
|
29
|
+
"secretId"?: string;
|
|
26
30
|
/**
|
|
27
31
|
* Life span in hours for the resource principal session token. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
28
32
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-resource-principal-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/create-resource-principal-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;
|
|
1
|
+
{"version":3,"file":"create-resource-principal-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/create-resource-principal-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA2BH,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"}
|
|
@@ -18,7 +18,11 @@ export interface DeactivateIamUserSyncConfigurationDetails {
|
|
|
18
18
|
/**
|
|
19
19
|
* Base-64 encoded password for the cluster admin user.
|
|
20
20
|
*/
|
|
21
|
-
"clusterAdminPassword"
|
|
21
|
+
"clusterAdminPassword"?: string;
|
|
22
|
+
/**
|
|
23
|
+
* The secretId for the clusterAdminPassword.
|
|
24
|
+
*/
|
|
25
|
+
"secretId"?: string;
|
|
22
26
|
}
|
|
23
27
|
export declare namespace DeactivateIamUserSyncConfigurationDetails {
|
|
24
28
|
function getJsonObj(obj: DeactivateIamUserSyncConfigurationDetails): object;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deactivate-iam-user-sync-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/deactivate-iam-user-sync-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;
|
|
1
|
+
{"version":3,"file":"deactivate-iam-user-sync-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/deactivate-iam-user-sync-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAmBH,IAAiB,yCAAyC,CAWzD;AAXD,WAAiB,yCAAyC;IACxD,SAAgB,UAAU,CAAC,GAA8C;QACvE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8C;QACnF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gEAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QAWzD"}
|
|
@@ -18,7 +18,11 @@ export interface DeactivateUpstConfigurationDetails {
|
|
|
18
18
|
/**
|
|
19
19
|
* Base-64 encoded password for the cluster admin user.
|
|
20
20
|
*/
|
|
21
|
-
"clusterAdminPassword"
|
|
21
|
+
"clusterAdminPassword"?: string;
|
|
22
|
+
/**
|
|
23
|
+
* The secretId for the clusterAdminPassword.
|
|
24
|
+
*/
|
|
25
|
+
"secretId"?: string;
|
|
22
26
|
}
|
|
23
27
|
export declare namespace DeactivateUpstConfigurationDetails {
|
|
24
28
|
function getJsonObj(obj: DeactivateUpstConfigurationDetails): object;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deactivate-upst-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/deactivate-upst-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;
|
|
1
|
+
{"version":3,"file":"deactivate-upst-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/deactivate-upst-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAmBH,IAAiB,kCAAkC,CAWlD;AAXD,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CAAC,GAAuC;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuC;QAC5E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAWlD"}
|
|
@@ -19,7 +19,11 @@ export interface DisableCertificateDetails {
|
|
|
19
19
|
/**
|
|
20
20
|
* Base-64 encoded password for the cluster admin user.
|
|
21
21
|
*/
|
|
22
|
-
"clusterAdminPassword"
|
|
22
|
+
"clusterAdminPassword"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The secretId for the clusterAdminPassword.
|
|
25
|
+
*/
|
|
26
|
+
"secretId"?: string;
|
|
23
27
|
/**
|
|
24
28
|
* List of services for which certificate needs to be disabled.
|
|
25
29
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"disable-certificate-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/disable-certificate-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"disable-certificate-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/disable-certificate-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqBlC,IAAiB,yBAAyB,CA6BzC;AA7BD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtB,OAAO,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACxC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtB,OAAO,KAAK,CAAC,OAAO,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,gDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QA6BzC"}
|
|
@@ -19,7 +19,11 @@ export interface EnableCertificateDetails {
|
|
|
19
19
|
/**
|
|
20
20
|
* Base-64 encoded password for the cluster admin user.
|
|
21
21
|
*/
|
|
22
|
-
"clusterAdminPassword"
|
|
22
|
+
"clusterAdminPassword"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The secretId for the clusterAdminPassword.
|
|
25
|
+
*/
|
|
26
|
+
"secretId"?: string;
|
|
23
27
|
/**
|
|
24
28
|
* List of services for which certificate needs to be enabled.
|
|
25
29
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enable-certificate-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/enable-certificate-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"enable-certificate-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/enable-certificate-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiClC,IAAiB,wBAAwB,CAyCxC;AAzCD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtB,OAAO,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACxC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAChD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,mCAAU,aAmBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtB,OAAO,KAAK,CAAC,OAAO,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC5D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,+CAAsB,yBAmBrC,CAAA;AACH,CAAC,EAzCgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAyCxC"}
|
|
@@ -18,7 +18,11 @@ export interface ExecuteBootstrapScriptDetails {
|
|
|
18
18
|
/**
|
|
19
19
|
* Base-64 encoded password for the cluster admin user.
|
|
20
20
|
*/
|
|
21
|
-
"clusterAdminPassword"
|
|
21
|
+
"clusterAdminPassword"?: string;
|
|
22
|
+
/**
|
|
23
|
+
* The secretId for the clusterAdminPassword.
|
|
24
|
+
*/
|
|
25
|
+
"secretId"?: string;
|
|
22
26
|
/**
|
|
23
27
|
* pre-authenticated URL of the bootstrap script in Object Store that can be downloaded and executed.
|
|
24
28
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"execute-bootstrap-script-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/execute-bootstrap-script-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;
|
|
1
|
+
{"version":3,"file":"execute-bootstrap-script-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/execute-bootstrap-script-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAuBH,IAAiB,6BAA6B,CAW7C;AAXD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAW7C"}
|
|
@@ -18,7 +18,11 @@ export interface ForceRefreshResourcePrincipalDetails {
|
|
|
18
18
|
/**
|
|
19
19
|
* Base-64 encoded Cluster Admin Password for cluster admin user.
|
|
20
20
|
*/
|
|
21
|
-
"clusterAdminPassword"
|
|
21
|
+
"clusterAdminPassword"?: string;
|
|
22
|
+
/**
|
|
23
|
+
* The secretId for the clusterAdminPassword.
|
|
24
|
+
*/
|
|
25
|
+
"secretId"?: string;
|
|
22
26
|
}
|
|
23
27
|
export declare namespace ForceRefreshResourcePrincipalDetails {
|
|
24
28
|
function getJsonObj(obj: ForceRefreshResourcePrincipalDetails): object;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"force-refresh-resource-principal-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/force-refresh-resource-principal-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;
|
|
1
|
+
{"version":3,"file":"force-refresh-resource-principal-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/force-refresh-resource-principal-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAmBH,IAAiB,oCAAoC,CAWpD;AAXD,WAAiB,oCAAoC;IACnD,SAAgB,UAAU,CAAC,GAAyC;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyC;QAC9E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAWpD"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* Request body for generating certificates.
|
|
17
|
+
*/
|
|
18
|
+
export interface GenerateBdsCertificateDetails {
|
|
19
|
+
"manageCertificateLevelTypeDetails": model.NodeLevelManageBdsCertificateDetails | model.ConfigLevelManageBdsCertificateDetails;
|
|
20
|
+
/**
|
|
21
|
+
* Base-64 encoded password for the cluster admin user.
|
|
22
|
+
*/
|
|
23
|
+
"clusterAdminPassword"?: string;
|
|
24
|
+
/**
|
|
25
|
+
* The secretId for the clusterAdminPassword.
|
|
26
|
+
*/
|
|
27
|
+
"secretId"?: string;
|
|
28
|
+
}
|
|
29
|
+
export declare namespace GenerateBdsCertificateDetails {
|
|
30
|
+
function getJsonObj(obj: GenerateBdsCertificateDetails): object;
|
|
31
|
+
function getDeserializedJsonObj(obj: GenerateBdsCertificateDetails): object;
|
|
32
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
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, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.GenerateBdsCertificateDetails = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var GenerateBdsCertificateDetails;
|
|
38
|
+
(function (GenerateBdsCertificateDetails) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"manageCertificateLevelTypeDetails": obj.manageCertificateLevelTypeDetails
|
|
42
|
+
? model.ManageBdsCertificateLevelTypeDetails.getJsonObj(obj.manageCertificateLevelTypeDetails)
|
|
43
|
+
: undefined
|
|
44
|
+
});
|
|
45
|
+
return jsonObj;
|
|
46
|
+
}
|
|
47
|
+
GenerateBdsCertificateDetails.getJsonObj = getJsonObj;
|
|
48
|
+
function getDeserializedJsonObj(obj) {
|
|
49
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
50
|
+
"manageCertificateLevelTypeDetails": obj.manageCertificateLevelTypeDetails
|
|
51
|
+
? model.ManageBdsCertificateLevelTypeDetails.getDeserializedJsonObj(obj.manageCertificateLevelTypeDetails)
|
|
52
|
+
: undefined
|
|
53
|
+
});
|
|
54
|
+
return jsonObj;
|
|
55
|
+
}
|
|
56
|
+
GenerateBdsCertificateDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
57
|
+
})(GenerateBdsCertificateDetails = exports.GenerateBdsCertificateDetails || (exports.GenerateBdsCertificateDetails = {}));
|
|
58
|
+
//# sourceMappingURL=generate-bds-certificate-details.js.map
|