oci-bds 2.100.0 → 2.100.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 (160) 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 +174 -0
  5. package/lib/client.js +890 -39
  6. package/lib/client.js.map +1 -1
  7. package/lib/model/activate-iam-user-sync-configuration-details.d.ts +30 -0
  8. package/lib/model/activate-iam-user-sync-configuration-details.js +30 -0
  9. package/lib/model/activate-iam-user-sync-configuration-details.js.map +1 -0
  10. package/lib/model/activate-upst-configuration-details.d.ts +34 -0
  11. package/lib/model/activate-upst-configuration-details.js +30 -0
  12. package/lib/model/activate-upst-configuration-details.js.map +1 -0
  13. package/lib/model/batching-based-odh-patching-config.d.ts +4 -0
  14. package/lib/model/batching-based-odh-patching-config.js.map +1 -1
  15. package/lib/model/bds-api-key.d.ts +4 -0
  16. package/lib/model/bds-api-key.js.map +1 -1
  17. package/lib/model/bds-cluster-version-summary.d.ts +30 -0
  18. package/lib/model/bds-cluster-version-summary.js +30 -0
  19. package/lib/model/bds-cluster-version-summary.js.map +1 -0
  20. package/lib/model/bds-instance.d.ts +1 -0
  21. package/lib/model/bds-instance.js +6 -0
  22. package/lib/model/bds-instance.js.map +1 -1
  23. package/lib/model/create-bds-api-key-details.d.ts +4 -0
  24. package/lib/model/create-bds-api-key-details.js.map +1 -1
  25. package/lib/model/create-bds-instance-details.d.ts +1 -0
  26. package/lib/model/create-bds-instance-details.js +6 -0
  27. package/lib/model/create-bds-instance-details.js.map +1 -1
  28. package/lib/model/create-identity-configuration-details.d.ts +41 -0
  29. package/lib/model/create-identity-configuration-details.js +64 -0
  30. package/lib/model/create-identity-configuration-details.js.map +1 -0
  31. package/lib/model/deactivate-iam-user-sync-configuration-details.d.ts +26 -0
  32. package/lib/model/deactivate-iam-user-sync-configuration-details.js +30 -0
  33. package/lib/model/deactivate-iam-user-sync-configuration-details.js.map +1 -0
  34. package/lib/model/deactivate-upst-configuration-details.d.ts +26 -0
  35. package/lib/model/deactivate-upst-configuration-details.js +30 -0
  36. package/lib/model/deactivate-upst-configuration-details.js.map +1 -0
  37. package/lib/model/domain-based-odh-patching-config.d.ts +4 -0
  38. package/lib/model/domain-based-odh-patching-config.js.map +1 -1
  39. package/lib/model/iam-user-sync-configuration-details.d.ts +26 -0
  40. package/lib/model/iam-user-sync-configuration-details.js +30 -0
  41. package/lib/model/iam-user-sync-configuration-details.js.map +1 -0
  42. package/lib/model/iam-user-sync-configuration.d.ts +51 -0
  43. package/lib/model/iam-user-sync-configuration.js +44 -0
  44. package/lib/model/iam-user-sync-configuration.js.map +1 -0
  45. package/lib/model/identity-configuration-summary.d.ts +34 -0
  46. package/lib/model/identity-configuration-summary.js +30 -0
  47. package/lib/model/identity-configuration-summary.js.map +1 -0
  48. package/lib/model/identity-configuration.d.ts +62 -0
  49. package/lib/model/identity-configuration.js +74 -0
  50. package/lib/model/identity-configuration.js.map +1 -0
  51. package/lib/model/index.d.ts +34 -0
  52. package/lib/model/index.js +37 -3
  53. package/lib/model/index.js.map +1 -1
  54. package/lib/model/node-type-shape-config.d.ts +32 -0
  55. package/lib/model/node-type-shape-config.js +30 -0
  56. package/lib/model/node-type-shape-config.js.map +1 -0
  57. package/lib/model/operation-types.d.ts +9 -0
  58. package/lib/model/operation-types.js +9 -0
  59. package/lib/model/operation-types.js.map +1 -1
  60. package/lib/model/refresh-confidential-application-details.d.ts +26 -0
  61. package/lib/model/refresh-confidential-application-details.js +30 -0
  62. package/lib/model/refresh-confidential-application-details.js.map +1 -0
  63. package/lib/model/refresh-upst-token-exchange-keytab-details.d.ts +26 -0
  64. package/lib/model/refresh-upst-token-exchange-keytab-details.js +30 -0
  65. package/lib/model/refresh-upst-token-exchange-keytab-details.js.map +1 -0
  66. package/lib/model/start-bds-instance-details.d.ts +2 -0
  67. package/lib/model/start-bds-instance-details.js +30 -2
  68. package/lib/model/start-bds-instance-details.js.map +1 -1
  69. package/lib/model/start-cluster-shape-configs.d.ts +27 -0
  70. package/lib/model/start-cluster-shape-configs.js +62 -0
  71. package/lib/model/start-cluster-shape-configs.js.map +1 -0
  72. package/lib/model/update-bds-instance-details.d.ts +2 -0
  73. package/lib/model/update-bds-instance-details.js +30 -2
  74. package/lib/model/update-bds-instance-details.js.map +1 -1
  75. package/lib/model/update-identity-configuration-details.d.ts +29 -0
  76. package/lib/model/update-identity-configuration-details.js +64 -0
  77. package/lib/model/update-identity-configuration-details.js.map +1 -0
  78. package/lib/model/upst-configuration-details.d.ts +30 -0
  79. package/lib/model/upst-configuration-details.js +30 -0
  80. package/lib/model/upst-configuration-details.js.map +1 -0
  81. package/lib/model/upst-configuration.d.ts +71 -0
  82. package/lib/model/upst-configuration.js +44 -0
  83. package/lib/model/upst-configuration.js.map +1 -0
  84. package/lib/request/activate-iam-user-sync-configuration-request.d.ts +53 -0
  85. package/lib/request/activate-iam-user-sync-configuration-request.js +15 -0
  86. package/lib/request/activate-iam-user-sync-configuration-request.js.map +1 -0
  87. package/lib/request/activate-upst-configuration-request.d.ts +53 -0
  88. package/lib/request/activate-upst-configuration-request.js +15 -0
  89. package/lib/request/activate-upst-configuration-request.js.map +1 -0
  90. package/lib/request/create-identity-configuration-request.d.ts +40 -0
  91. package/lib/request/create-identity-configuration-request.js +15 -0
  92. package/lib/request/create-identity-configuration-request.js.map +1 -0
  93. package/lib/request/deactivate-iam-user-sync-configuration-request.d.ts +53 -0
  94. package/lib/request/deactivate-iam-user-sync-configuration-request.js +15 -0
  95. package/lib/request/deactivate-iam-user-sync-configuration-request.js.map +1 -0
  96. package/lib/request/deactivate-upst-configuration-request.d.ts +53 -0
  97. package/lib/request/deactivate-upst-configuration-request.js +15 -0
  98. package/lib/request/deactivate-upst-configuration-request.js.map +1 -0
  99. package/lib/request/delete-identity-configuration-request.d.ts +39 -0
  100. package/lib/request/delete-identity-configuration-request.js +15 -0
  101. package/lib/request/delete-identity-configuration-request.js.map +1 -0
  102. package/lib/request/get-identity-configuration-request.d.ts +54 -0
  103. package/lib/request/get-identity-configuration-request.js +24 -0
  104. package/lib/request/get-identity-configuration-request.js.map +1 -0
  105. package/lib/request/index.d.ts +24 -0
  106. package/lib/request/index.js +7 -1
  107. package/lib/request/index.js.map +1 -1
  108. package/lib/request/list-bds-cluster-versions-request.d.ts +45 -0
  109. package/lib/request/list-bds-cluster-versions-request.js +23 -0
  110. package/lib/request/list-bds-cluster-versions-request.js.map +1 -0
  111. package/lib/request/list-identity-configurations-request.d.ts +62 -0
  112. package/lib/request/list-identity-configurations-request.js +24 -0
  113. package/lib/request/list-identity-configurations-request.js.map +1 -0
  114. package/lib/request/refresh-confidential-application-request.d.ts +53 -0
  115. package/lib/request/refresh-confidential-application-request.js +15 -0
  116. package/lib/request/refresh-confidential-application-request.js.map +1 -0
  117. package/lib/request/refresh-upst-token-exchange-keytab-request.d.ts +53 -0
  118. package/lib/request/refresh-upst-token-exchange-keytab-request.js +15 -0
  119. package/lib/request/refresh-upst-token-exchange-keytab-request.js.map +1 -0
  120. package/lib/request/update-identity-configuration-request.d.ts +53 -0
  121. package/lib/request/update-identity-configuration-request.js +15 -0
  122. package/lib/request/update-identity-configuration-request.js.map +1 -0
  123. package/lib/response/activate-iam-user-sync-configuration-response.d.ts +25 -0
  124. package/lib/response/activate-iam-user-sync-configuration-response.js +15 -0
  125. package/lib/response/activate-iam-user-sync-configuration-response.js.map +1 -0
  126. package/lib/response/activate-upst-configuration-response.d.ts +25 -0
  127. package/lib/response/activate-upst-configuration-response.js +15 -0
  128. package/lib/response/activate-upst-configuration-response.js.map +1 -0
  129. package/lib/response/create-identity-configuration-response.d.ts +25 -0
  130. package/lib/response/create-identity-configuration-response.js +15 -0
  131. package/lib/response/create-identity-configuration-response.js.map +1 -0
  132. package/lib/response/deactivate-iam-user-sync-configuration-response.d.ts +25 -0
  133. package/lib/response/deactivate-iam-user-sync-configuration-response.js +15 -0
  134. package/lib/response/deactivate-iam-user-sync-configuration-response.js.map +1 -0
  135. package/lib/response/deactivate-upst-configuration-response.d.ts +25 -0
  136. package/lib/response/deactivate-upst-configuration-response.js +15 -0
  137. package/lib/response/deactivate-upst-configuration-response.js.map +1 -0
  138. package/lib/response/delete-identity-configuration-response.d.ts +25 -0
  139. package/lib/response/delete-identity-configuration-response.js +15 -0
  140. package/lib/response/delete-identity-configuration-response.js.map +1 -0
  141. package/lib/response/get-identity-configuration-response.d.ts +30 -0
  142. package/lib/response/get-identity-configuration-response.js +15 -0
  143. package/lib/response/get-identity-configuration-response.js.map +1 -0
  144. package/lib/response/index.d.ts +24 -0
  145. package/lib/response/list-bds-cluster-versions-response.d.ts +32 -0
  146. package/lib/response/list-bds-cluster-versions-response.js +15 -0
  147. package/lib/response/list-bds-cluster-versions-response.js.map +1 -0
  148. package/lib/response/list-identity-configurations-response.d.ts +32 -0
  149. package/lib/response/list-identity-configurations-response.js +15 -0
  150. package/lib/response/list-identity-configurations-response.js.map +1 -0
  151. package/lib/response/refresh-confidential-application-response.d.ts +25 -0
  152. package/lib/response/refresh-confidential-application-response.js +15 -0
  153. package/lib/response/refresh-confidential-application-response.js.map +1 -0
  154. package/lib/response/refresh-upst-token-exchange-keytab-response.d.ts +25 -0
  155. package/lib/response/refresh-upst-token-exchange-keytab-response.js +15 -0
  156. package/lib/response/refresh-upst-token-exchange-keytab-response.js.map +1 -0
  157. package/lib/response/update-identity-configuration-response.d.ts +25 -0
  158. package/lib/response/update-identity-configuration-response.js +15 -0
  159. package/lib/response/update-identity-configuration-response.js.map +1 -0
  160. package/package.json +3 -3
@@ -51,6 +51,14 @@ export declare class BdsWaiter {
51
51
  * @return response returns GetBdsMetastoreConfigurationResponse | null (null in case of 404 response)
52
52
  */
53
53
  forBdsMetastoreConfiguration(request: serviceRequests.GetBdsMetastoreConfigurationRequest, ...targetStates: models.BdsMetastoreConfiguration.LifecycleState[]): Promise<serviceResponses.GetBdsMetastoreConfigurationResponse | null>;
54
+ /**
55
+ * Waits forIdentityConfiguration till it reaches any of the provided states
56
+ *
57
+ * @param request the request to send
58
+ * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
59
+ * @return response returns GetIdentityConfigurationResponse | null (null in case of 404 response)
60
+ */
61
+ forIdentityConfiguration(request: serviceRequests.GetIdentityConfigurationRequest, ...targetStates: models.IdentityConfiguration.LifecycleState[]): Promise<serviceResponses.GetIdentityConfigurationResponse | null>;
54
62
  /**
55
63
  * Waits forNodeBackup till it reaches any of the provided states
56
64
  *
package/lib/bds-waiter.js CHANGED
@@ -97,6 +97,18 @@ class BdsWaiter {
97
97
  return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getBdsMetastoreConfiguration(request), response => targetStates.includes(response.bdsMetastoreConfiguration.lifecycleState), targetStates.includes(models.BdsMetastoreConfiguration.LifecycleState.Deleted));
98
98
  });
99
99
  }
100
+ /**
101
+ * Waits forIdentityConfiguration till it reaches any of the provided states
102
+ *
103
+ * @param request the request to send
104
+ * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
105
+ * @return response returns GetIdentityConfigurationResponse | null (null in case of 404 response)
106
+ */
107
+ forIdentityConfiguration(request, ...targetStates) {
108
+ return __awaiter(this, void 0, void 0, function* () {
109
+ return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getIdentityConfiguration(request), response => targetStates.includes(response.identityConfiguration.lifecycleState), targetStates.includes(models.IdentityConfiguration.LifecycleState.Deleted));
110
+ });
111
+ }
100
112
  /**
101
113
  * Waits forNodeBackup till it reaches any of the provided states
102
114
  *
@@ -1 +1 @@
1
- {"version":3,"file":"bds-waiter.js","sourceRoot":"","sources":["../../../../lib/bds/lib/bds-waiter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,gDAAkC;AAElC,2CAAgG;AAEhG,MAAa,SAAS;IACpB,YAA2B,MAAiB,EAAmB,MAA4B;QAAhE,WAAM,GAAN,MAAM,CAAW;QAAmB,WAAM,GAAN,MAAM,CAAsB;IAAG,CAAC;IAE/F;;;;;;OAMG;IACU,2BAA2B,CACtC,OAA2D,EAC3D,GAAG,YAA8D;;YAEjE,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,2BAA2B,CAAC,OAAO,CAAC,EACtD,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,wBAAwB,CAAC,cAAe,CAAC,EACpF,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,wBAAwB,CAAC,cAAc,CAAC,OAAO,CAAC,CAC9E,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,YAAY,CACvB,OAA4C,EAC5C,GAAG,YAA+C;;YAElD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,YAAY,CAAC,OAAO,CAAC,EACvC,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,SAAS,CAAC,cAAe,CAAC,EACrE,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,OAAO,CAAC,CAC/D,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,cAAc,CACzB,OAA8C,EAC9C,GAAG,YAAiD;;YAEpD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,OAAO,CAAC,EACzC,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,WAAW,CAAC,cAAe,CAAC,EACvE,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,WAAW,CAAC,cAAc,CAAC,OAAO,CAAC,CACjE,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,4BAA4B,CACvC,OAA4D,EAC5D,GAAG,YAA+D;;YAElE,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,4BAA4B,CAAC,OAAO,CAAC,EACvD,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,yBAAyB,CAAC,cAAe,CAAC,EACrF,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,yBAAyB,CAAC,cAAc,CAAC,OAAO,CAAC,CAC/E,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,aAAa,CACxB,OAA6C,EAC7C,GAAG,YAAgD;;YAEnD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,aAAa,CAAC,OAAO,CAAC,EACxC,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,UAAU,CAAC,cAAe,CAAC,EACtE,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,UAAU,CAAC,cAAc,CAAC,OAAO,CAAC,CAChE,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,0BAA0B,CACrC,OAA0D,EAC1D,GAAG,YAA6D;;YAEhE,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,0BAA0B,CAAC,OAAO,CAAC,EACrD,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,uBAAuB,CAAC,cAAe,CAAC,EACnF,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,uBAAuB,CAAC,cAAc,CAAC,OAAO,CAAC,CAC7E,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,2BAA2B,CACtC,OAA2D,EAC3D,GAAG,YAA8D;;YAEjE,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,2BAA2B,CAAC,OAAO,CAAC,EACtD,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,wBAAwB,CAAC,cAAe,CAAC,EACpF,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,wBAAwB,CAAC,cAAc,CAAC,OAAO,CAAC,CAC9E,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,iCAAiC,CAC5C,OAAiE,EACjE,GAAG,YAAoE;;YAEvE,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,iCAAiC,CAAC,OAAO,CAAC,EAC5D,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,8BAA8B,CAAC,cAAe,CAAC,EAC1F,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,8BAA8B,CAAC,cAAc,CAAC,OAAO,CAAC,CACpF,CAAC;QACJ,CAAC;KAAA;IAED;;;;;OAKG;IACU,cAAc,CACzB,OAA8C;;YAE9C,OAAO,0BAAa,CAClB,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,OAAO,CAAC,EACzC,QAAQ,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,WAAW,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,CAC/D,CAAC;QACJ,CAAC;KAAA;CACF;AA1KD,8BA0KC"}
1
+ {"version":3,"file":"bds-waiter.js","sourceRoot":"","sources":["../../../../lib/bds/lib/bds-waiter.ts"],"names":[],"mappings":"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"}
package/lib/client.d.ts CHANGED
@@ -106,6 +106,24 @@ export declare class BdsClient {
106
106
  * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
107
107
  */
108
108
  activateBdsMetastoreConfiguration(activateBdsMetastoreConfigurationRequest: requests.ActivateBdsMetastoreConfigurationRequest): Promise<responses.ActivateBdsMetastoreConfigurationResponse>;
109
+ /**
110
+ * Activate IAM user sync configuration for the given identity configuration
111
+ * This operation does not retry by default if the user has not defined a retry configuration.
112
+ * @param ActivateIamUserSyncConfigurationRequest
113
+ * @return ActivateIamUserSyncConfigurationResponse
114
+ * @throws OciError when an error occurs
115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ActivateIamUserSyncConfiguration.ts.html |here} to see how to use ActivateIamUserSyncConfiguration API.
116
+ */
117
+ activateIamUserSyncConfiguration(activateIamUserSyncConfigurationRequest: requests.ActivateIamUserSyncConfigurationRequest): Promise<responses.ActivateIamUserSyncConfigurationResponse>;
118
+ /**
119
+ * Activate UPST configuration for the given identity configuration
120
+ * This operation does not retry by default if the user has not defined a retry configuration.
121
+ * @param ActivateUpstConfigurationRequest
122
+ * @return ActivateUpstConfigurationResponse
123
+ * @throws OciError when an error occurs
124
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ActivateUpstConfiguration.ts.html |here} to see how to use ActivateUpstConfiguration API.
125
+ */
126
+ activateUpstConfiguration(activateUpstConfigurationRequest: requests.ActivateUpstConfigurationRequest): Promise<responses.ActivateUpstConfigurationResponse>;
109
127
  /**
110
128
  * Add an autoscale configuration to the cluster.
111
129
  *
@@ -246,6 +264,15 @@ export declare class BdsClient {
246
264
  * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
247
265
  */
248
266
  createBdsMetastoreConfiguration(createBdsMetastoreConfigurationRequest: requests.CreateBdsMetastoreConfigurationRequest): Promise<responses.CreateBdsMetastoreConfigurationResponse>;
267
+ /**
268
+ * Create an identity configuration for the cluster
269
+ * This operation does not retry by default if the user has not defined a retry configuration.
270
+ * @param CreateIdentityConfigurationRequest
271
+ * @return CreateIdentityConfigurationResponse
272
+ * @throws OciError when an error occurs
273
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/CreateIdentityConfiguration.ts.html |here} to see how to use CreateIdentityConfiguration API.
274
+ */
275
+ createIdentityConfiguration(createIdentityConfigurationRequest: requests.CreateIdentityConfigurationRequest): Promise<responses.CreateIdentityConfigurationResponse>;
249
276
  /**
250
277
  * Add a node volume backup configuration to the cluster for an indicated node type or node.
251
278
  *
@@ -276,6 +303,24 @@ export declare class BdsClient {
276
303
  * @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 CreateResourcePrincipalConfiguration API.
277
304
  */
278
305
  createResourcePrincipalConfiguration(createResourcePrincipalConfigurationRequest: requests.CreateResourcePrincipalConfigurationRequest): Promise<responses.CreateResourcePrincipalConfigurationResponse>;
306
+ /**
307
+ * Deactivate the IAM user sync configuration.
308
+ * This operation does not retry by default if the user has not defined a retry configuration.
309
+ * @param DeactivateIamUserSyncConfigurationRequest
310
+ * @return DeactivateIamUserSyncConfigurationResponse
311
+ * @throws OciError when an error occurs
312
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/DeactivateIamUserSyncConfiguration.ts.html |here} to see how to use DeactivateIamUserSyncConfiguration API.
313
+ */
314
+ deactivateIamUserSyncConfiguration(deactivateIamUserSyncConfigurationRequest: requests.DeactivateIamUserSyncConfigurationRequest): Promise<responses.DeactivateIamUserSyncConfigurationResponse>;
315
+ /**
316
+ * Deactivate the UPST configuration represented by the provided ID.
317
+ * This operation does not retry by default if the user has not defined a retry configuration.
318
+ * @param DeactivateUpstConfigurationRequest
319
+ * @return DeactivateUpstConfigurationResponse
320
+ * @throws OciError when an error occurs
321
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/DeactivateUpstConfiguration.ts.html |here} to see how to use DeactivateUpstConfiguration API.
322
+ */
323
+ deactivateUpstConfiguration(deactivateUpstConfigurationRequest: requests.DeactivateUpstConfigurationRequest): Promise<responses.DeactivateUpstConfigurationResponse>;
279
324
  /**
280
325
  * Deletes the user's API key represented by the provided ID.
281
326
  * This operation does not retry by default if the user has not defined a retry configuration.
@@ -303,6 +348,15 @@ export declare class BdsClient {
303
348
  * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
304
349
  */
305
350
  deleteBdsMetastoreConfiguration(deleteBdsMetastoreConfigurationRequest: requests.DeleteBdsMetastoreConfigurationRequest): Promise<responses.DeleteBdsMetastoreConfigurationResponse>;
351
+ /**
352
+ * Delete the identity configuration represented by the provided ID. Deletion is only allowed if this identity configuration is not associated with any active IAM user sync configuration or UPST configuration.
353
+ * This operation does not retry by default if the user has not defined a retry configuration.
354
+ * @param DeleteIdentityConfigurationRequest
355
+ * @return DeleteIdentityConfigurationResponse
356
+ * @throws OciError when an error occurs
357
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/DeleteIdentityConfiguration.ts.html |here} to see how to use DeleteIdentityConfiguration API.
358
+ */
359
+ deleteIdentityConfiguration(deleteIdentityConfigurationRequest: requests.DeleteIdentityConfigurationRequest): Promise<responses.DeleteIdentityConfigurationResponse>;
306
360
  /**
307
361
  * Delete the NodeBackup represented by the provided ID.
308
362
  * This operation does not retry by default if the user has not defined a retry configuration.
@@ -398,6 +452,15 @@ export declare class BdsClient {
398
452
  * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
399
453
  */
400
454
  getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest: requests.GetBdsMetastoreConfigurationRequest): Promise<responses.GetBdsMetastoreConfigurationResponse>;
455
+ /**
456
+ * Get details of one identity config on the cluster
457
+ * This operation does not retry by default if the user has not defined a retry configuration.
458
+ * @param GetIdentityConfigurationRequest
459
+ * @return GetIdentityConfigurationResponse
460
+ * @throws OciError when an error occurs
461
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/GetIdentityConfiguration.ts.html |here} to see how to use GetIdentityConfiguration API.
462
+ */
463
+ getIdentityConfiguration(getIdentityConfigurationRequest: requests.GetIdentityConfigurationRequest): Promise<responses.GetIdentityConfigurationResponse>;
401
464
  /**
402
465
  * Returns details of NodeBackup identified by the given ID.
403
466
  *
@@ -560,6 +623,48 @@ export declare class BdsClient {
560
623
  * @param request a request which can be sent to the service operation
561
624
  */
562
625
  listBdsApiKeysResponseIterator(request: requests.ListBdsApiKeysRequest): AsyncIterableIterator<responses.ListBdsApiKeysResponse>;
626
+ /**
627
+ * Returns a list of cluster versions with associated odh and bds versions.
628
+ *
629
+ * This operation does not retry by default if the user has not defined a retry configuration.
630
+ * @param ListBdsClusterVersionsRequest
631
+ * @return ListBdsClusterVersionsResponse
632
+ * @throws OciError when an error occurs
633
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ListBdsClusterVersions.ts.html |here} to see how to use ListBdsClusterVersions API.
634
+ */
635
+ listBdsClusterVersions(listBdsClusterVersionsRequest: requests.ListBdsClusterVersionsRequest): Promise<responses.ListBdsClusterVersionsResponse>;
636
+ /**
637
+ * NOTE: This function is deprecated in favor of listBdsClusterVersionsRecordIterator function.
638
+ * Creates a new async iterator which will iterate over the models.BdsClusterVersionSummary objects
639
+ * contained in responses from the listBdsClusterVersions operation. This iterator will fetch more data from the
640
+ * server as needed.
641
+ *
642
+ * @param request a request which can be sent to the service operation
643
+ */
644
+ listAllBdsClusterVersions(request: requests.ListBdsClusterVersionsRequest): AsyncIterableIterator<model.BdsClusterVersionSummary>;
645
+ /**
646
+ * NOTE: This function is deprecated in favor of listBdsClusterVersionsResponseIterator function.
647
+ * Creates a new async iterator which will iterate over the responses received from the listBdsClusterVersions operation. This iterator
648
+ * will fetch more data from the server as needed.
649
+ *
650
+ * @param request a request which can be sent to the service operation
651
+ */
652
+ listAllBdsClusterVersionsResponses(request: requests.ListBdsClusterVersionsRequest): AsyncIterableIterator<responses.ListBdsClusterVersionsResponse>;
653
+ /**
654
+ * Creates a new async iterator which will iterate over the models.BdsClusterVersionSummary objects
655
+ * contained in responses from the listBdsClusterVersions operation. This iterator will fetch more data from the
656
+ * server as needed.
657
+ *
658
+ * @param request a request which can be sent to the service operation
659
+ */
660
+ listBdsClusterVersionsRecordIterator(request: requests.ListBdsClusterVersionsRequest): AsyncIterableIterator<model.BdsClusterVersionSummary>;
661
+ /**
662
+ * Creates a new async iterator which will iterate over the responses received from the listBdsClusterVersions operation. This iterator
663
+ * will fetch more data from the server as needed.
664
+ *
665
+ * @param request a request which can be sent to the service operation
666
+ */
667
+ listBdsClusterVersionsResponseIterator(request: requests.ListBdsClusterVersionsRequest): AsyncIterableIterator<responses.ListBdsClusterVersionsResponse>;
563
668
  /**
564
669
  * Returns a list of all Big Data Service clusters in a compartment.
565
670
  *
@@ -644,6 +749,48 @@ export declare class BdsClient {
644
749
  * @param request a request which can be sent to the service operation
645
750
  */
646
751
  listBdsMetastoreConfigurationsResponseIterator(request: requests.ListBdsMetastoreConfigurationsRequest): AsyncIterableIterator<responses.ListBdsMetastoreConfigurationsResponse>;
752
+ /**
753
+ * Returns a list of all identity configurations associated with this Big Data Service cluster.
754
+ *
755
+ * This operation does not retry by default if the user has not defined a retry configuration.
756
+ * @param ListIdentityConfigurationsRequest
757
+ * @return ListIdentityConfigurationsResponse
758
+ * @throws OciError when an error occurs
759
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ListIdentityConfigurations.ts.html |here} to see how to use ListIdentityConfigurations API.
760
+ */
761
+ listIdentityConfigurations(listIdentityConfigurationsRequest: requests.ListIdentityConfigurationsRequest): Promise<responses.ListIdentityConfigurationsResponse>;
762
+ /**
763
+ * NOTE: This function is deprecated in favor of listIdentityConfigurationsRecordIterator function.
764
+ * Creates a new async iterator which will iterate over the models.IdentityConfigurationSummary objects
765
+ * contained in responses from the listIdentityConfigurations operation. This iterator will fetch more data from the
766
+ * server as needed.
767
+ *
768
+ * @param request a request which can be sent to the service operation
769
+ */
770
+ listAllIdentityConfigurations(request: requests.ListIdentityConfigurationsRequest): AsyncIterableIterator<model.IdentityConfigurationSummary>;
771
+ /**
772
+ * NOTE: This function is deprecated in favor of listIdentityConfigurationsResponseIterator function.
773
+ * Creates a new async iterator which will iterate over the responses received from the listIdentityConfigurations operation. This iterator
774
+ * will fetch more data from the server as needed.
775
+ *
776
+ * @param request a request which can be sent to the service operation
777
+ */
778
+ listAllIdentityConfigurationsResponses(request: requests.ListIdentityConfigurationsRequest): AsyncIterableIterator<responses.ListIdentityConfigurationsResponse>;
779
+ /**
780
+ * Creates a new async iterator which will iterate over the models.IdentityConfigurationSummary objects
781
+ * contained in responses from the listIdentityConfigurations operation. This iterator will fetch more data from the
782
+ * server as needed.
783
+ *
784
+ * @param request a request which can be sent to the service operation
785
+ */
786
+ listIdentityConfigurationsRecordIterator(request: requests.ListIdentityConfigurationsRequest): AsyncIterableIterator<model.IdentityConfigurationSummary>;
787
+ /**
788
+ * Creates a new async iterator which will iterate over the responses received from the listIdentityConfigurations operation. This iterator
789
+ * will fetch more data from the server as needed.
790
+ *
791
+ * @param request a request which can be sent to the service operation
792
+ */
793
+ listIdentityConfigurationsResponseIterator(request: requests.ListIdentityConfigurationsRequest): AsyncIterableIterator<responses.ListIdentityConfigurationsResponse>;
647
794
  /**
648
795
  * Returns information about the NodeBackupConfigurations.
649
796
  *
@@ -1063,6 +1210,24 @@ export declare class BdsClient {
1063
1210
  * @param request a request which can be sent to the service operation
1064
1211
  */
1065
1212
  listWorkRequestsResponseIterator(request: requests.ListWorkRequestsRequest): AsyncIterableIterator<responses.ListWorkRequestsResponse>;
1213
+ /**
1214
+ * Refresh confidential application for the given identity configuration in case of any update to the confidential application (e.g. regenerated client secret)
1215
+ * This operation does not retry by default if the user has not defined a retry configuration.
1216
+ * @param RefreshConfidentialApplicationRequest
1217
+ * @return RefreshConfidentialApplicationResponse
1218
+ * @throws OciError when an error occurs
1219
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/RefreshConfidentialApplication.ts.html |here} to see how to use RefreshConfidentialApplication API.
1220
+ */
1221
+ refreshConfidentialApplication(refreshConfidentialApplicationRequest: requests.RefreshConfidentialApplicationRequest): Promise<responses.RefreshConfidentialApplicationResponse>;
1222
+ /**
1223
+ * Refresh token exchange kerberos principal keytab for the UPST enabled identity configuration
1224
+ * This operation does not retry by default if the user has not defined a retry configuration.
1225
+ * @param RefreshUpstTokenExchangeKeytabRequest
1226
+ * @return RefreshUpstTokenExchangeKeytabResponse
1227
+ * @throws OciError when an error occurs
1228
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/RefreshUpstTokenExchangeKeytab.ts.html |here} to see how to use RefreshUpstTokenExchangeKeytab API.
1229
+ */
1230
+ refreshUpstTokenExchangeKeytab(refreshUpstTokenExchangeKeytabRequest: requests.RefreshUpstTokenExchangeKeytabRequest): Promise<responses.RefreshUpstTokenExchangeKeytabResponse>;
1066
1231
  /**
1067
1232
  * Deletes an autoscale configuration.
1068
1233
  *
@@ -1220,6 +1385,15 @@ export declare class BdsClient {
1220
1385
  * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
1221
1386
  */
1222
1387
  updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest: requests.UpdateBdsMetastoreConfigurationRequest): Promise<responses.UpdateBdsMetastoreConfigurationResponse>;
1388
+ /**
1389
+ * Update the IAM user sync and UPST configuration for the specified identity configuration
1390
+ * This operation does not retry by default if the user has not defined a retry configuration.
1391
+ * @param UpdateIdentityConfigurationRequest
1392
+ * @return UpdateIdentityConfigurationResponse
1393
+ * @throws OciError when an error occurs
1394
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/UpdateIdentityConfiguration.ts.html |here} to see how to use UpdateIdentityConfiguration API.
1395
+ */
1396
+ updateIdentityConfiguration(updateIdentityConfigurationRequest: requests.UpdateIdentityConfigurationRequest): Promise<responses.UpdateIdentityConfigurationResponse>;
1223
1397
  /**
1224
1398
  * Updates fields on NodeBackupConfiguration, including the name, the schedule.
1225
1399
  *