oci-bds 2.99.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.
- 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 +179 -0
- package/lib/client.js +901 -39
- package/lib/client.js.map +1 -1
- package/lib/model/activate-iam-user-sync-configuration-details.d.ts +30 -0
- package/lib/model/activate-iam-user-sync-configuration-details.js +30 -0
- package/lib/model/activate-iam-user-sync-configuration-details.js.map +1 -0
- package/lib/model/activate-upst-configuration-details.d.ts +34 -0
- package/lib/model/activate-upst-configuration-details.js +30 -0
- package/lib/model/activate-upst-configuration-details.js.map +1 -0
- package/lib/model/batching-based-odh-patching-config.d.ts +4 -0
- package/lib/model/batching-based-odh-patching-config.js.map +1 -1
- package/lib/model/bds-api-key.d.ts +4 -0
- package/lib/model/bds-api-key.js.map +1 -1
- package/lib/model/bds-cluster-version-summary.d.ts +30 -0
- package/lib/model/bds-cluster-version-summary.js +30 -0
- package/lib/model/bds-cluster-version-summary.js.map +1 -0
- package/lib/model/bds-instance.d.ts +1 -0
- package/lib/model/bds-instance.js +6 -0
- package/lib/model/bds-instance.js.map +1 -1
- package/lib/model/create-bds-api-key-details.d.ts +4 -0
- package/lib/model/create-bds-api-key-details.js.map +1 -1
- package/lib/model/create-bds-instance-details.d.ts +1 -0
- package/lib/model/create-bds-instance-details.js +6 -0
- package/lib/model/create-bds-instance-details.js.map +1 -1
- package/lib/model/create-identity-configuration-details.d.ts +41 -0
- package/lib/model/create-identity-configuration-details.js +64 -0
- package/lib/model/create-identity-configuration-details.js.map +1 -0
- package/lib/model/deactivate-iam-user-sync-configuration-details.d.ts +26 -0
- package/lib/model/deactivate-iam-user-sync-configuration-details.js +30 -0
- package/lib/model/deactivate-iam-user-sync-configuration-details.js.map +1 -0
- package/lib/model/deactivate-upst-configuration-details.d.ts +26 -0
- package/lib/model/deactivate-upst-configuration-details.js +30 -0
- package/lib/model/deactivate-upst-configuration-details.js.map +1 -0
- package/lib/model/domain-based-odh-patching-config.d.ts +4 -0
- package/lib/model/domain-based-odh-patching-config.js.map +1 -1
- package/lib/model/iam-user-sync-configuration-details.d.ts +26 -0
- package/lib/model/iam-user-sync-configuration-details.js +30 -0
- package/lib/model/iam-user-sync-configuration-details.js.map +1 -0
- package/lib/model/iam-user-sync-configuration.d.ts +51 -0
- package/lib/model/iam-user-sync-configuration.js +44 -0
- package/lib/model/iam-user-sync-configuration.js.map +1 -0
- package/lib/model/identity-configuration-summary.d.ts +34 -0
- package/lib/model/identity-configuration-summary.js +30 -0
- package/lib/model/identity-configuration-summary.js.map +1 -0
- package/lib/model/identity-configuration.d.ts +62 -0
- package/lib/model/identity-configuration.js +74 -0
- package/lib/model/identity-configuration.js.map +1 -0
- package/lib/model/index.d.ts +34 -0
- package/lib/model/index.js +37 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/node-type-shape-config.d.ts +32 -0
- package/lib/model/node-type-shape-config.js +30 -0
- package/lib/model/node-type-shape-config.js.map +1 -0
- package/lib/model/operation-types.d.ts +9 -0
- package/lib/model/operation-types.js +9 -0
- package/lib/model/operation-types.js.map +1 -1
- package/lib/model/refresh-confidential-application-details.d.ts +26 -0
- package/lib/model/refresh-confidential-application-details.js +30 -0
- package/lib/model/refresh-confidential-application-details.js.map +1 -0
- package/lib/model/refresh-upst-token-exchange-keytab-details.d.ts +26 -0
- package/lib/model/refresh-upst-token-exchange-keytab-details.js +30 -0
- package/lib/model/refresh-upst-token-exchange-keytab-details.js.map +1 -0
- package/lib/model/start-bds-instance-details.d.ts +2 -0
- package/lib/model/start-bds-instance-details.js +30 -2
- package/lib/model/start-bds-instance-details.js.map +1 -1
- package/lib/model/start-cluster-shape-configs.d.ts +27 -0
- package/lib/model/start-cluster-shape-configs.js +62 -0
- package/lib/model/start-cluster-shape-configs.js.map +1 -0
- package/lib/model/update-bds-instance-details.d.ts +2 -0
- package/lib/model/update-bds-instance-details.js +30 -2
- package/lib/model/update-bds-instance-details.js.map +1 -1
- package/lib/model/update-identity-configuration-details.d.ts +29 -0
- package/lib/model/update-identity-configuration-details.js +64 -0
- package/lib/model/update-identity-configuration-details.js.map +1 -0
- package/lib/model/upst-configuration-details.d.ts +30 -0
- package/lib/model/upst-configuration-details.js +30 -0
- package/lib/model/upst-configuration-details.js.map +1 -0
- package/lib/model/upst-configuration.d.ts +71 -0
- package/lib/model/upst-configuration.js +44 -0
- package/lib/model/upst-configuration.js.map +1 -0
- package/lib/request/activate-iam-user-sync-configuration-request.d.ts +53 -0
- package/lib/request/activate-iam-user-sync-configuration-request.js +15 -0
- package/lib/request/activate-iam-user-sync-configuration-request.js.map +1 -0
- package/lib/request/activate-upst-configuration-request.d.ts +53 -0
- package/lib/request/activate-upst-configuration-request.js +15 -0
- package/lib/request/activate-upst-configuration-request.js.map +1 -0
- package/lib/request/create-identity-configuration-request.d.ts +40 -0
- package/lib/request/create-identity-configuration-request.js +15 -0
- package/lib/request/create-identity-configuration-request.js.map +1 -0
- package/lib/request/deactivate-iam-user-sync-configuration-request.d.ts +53 -0
- package/lib/request/deactivate-iam-user-sync-configuration-request.js +15 -0
- package/lib/request/deactivate-iam-user-sync-configuration-request.js.map +1 -0
- package/lib/request/deactivate-upst-configuration-request.d.ts +53 -0
- package/lib/request/deactivate-upst-configuration-request.js +15 -0
- package/lib/request/deactivate-upst-configuration-request.js.map +1 -0
- package/lib/request/delete-identity-configuration-request.d.ts +39 -0
- package/lib/request/delete-identity-configuration-request.js +15 -0
- package/lib/request/delete-identity-configuration-request.js.map +1 -0
- package/lib/request/get-identity-configuration-request.d.ts +54 -0
- package/lib/request/get-identity-configuration-request.js +24 -0
- package/lib/request/get-identity-configuration-request.js.map +1 -0
- package/lib/request/index.d.ts +24 -0
- package/lib/request/index.js +7 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-bds-cluster-versions-request.d.ts +45 -0
- package/lib/request/list-bds-cluster-versions-request.js +23 -0
- package/lib/request/list-bds-cluster-versions-request.js.map +1 -0
- package/lib/request/list-identity-configurations-request.d.ts +62 -0
- package/lib/request/list-identity-configurations-request.js +24 -0
- package/lib/request/list-identity-configurations-request.js.map +1 -0
- package/lib/request/refresh-confidential-application-request.d.ts +53 -0
- package/lib/request/refresh-confidential-application-request.js +15 -0
- package/lib/request/refresh-confidential-application-request.js.map +1 -0
- package/lib/request/refresh-upst-token-exchange-keytab-request.d.ts +53 -0
- package/lib/request/refresh-upst-token-exchange-keytab-request.js +15 -0
- package/lib/request/refresh-upst-token-exchange-keytab-request.js.map +1 -0
- package/lib/request/update-identity-configuration-request.d.ts +53 -0
- package/lib/request/update-identity-configuration-request.js +15 -0
- package/lib/request/update-identity-configuration-request.js.map +1 -0
- package/lib/response/activate-iam-user-sync-configuration-response.d.ts +25 -0
- package/lib/response/activate-iam-user-sync-configuration-response.js +15 -0
- package/lib/response/activate-iam-user-sync-configuration-response.js.map +1 -0
- package/lib/response/activate-upst-configuration-response.d.ts +25 -0
- package/lib/response/activate-upst-configuration-response.js +15 -0
- package/lib/response/activate-upst-configuration-response.js.map +1 -0
- package/lib/response/create-identity-configuration-response.d.ts +25 -0
- package/lib/response/create-identity-configuration-response.js +15 -0
- package/lib/response/create-identity-configuration-response.js.map +1 -0
- package/lib/response/deactivate-iam-user-sync-configuration-response.d.ts +25 -0
- package/lib/response/deactivate-iam-user-sync-configuration-response.js +15 -0
- package/lib/response/deactivate-iam-user-sync-configuration-response.js.map +1 -0
- package/lib/response/deactivate-upst-configuration-response.d.ts +25 -0
- package/lib/response/deactivate-upst-configuration-response.js +15 -0
- package/lib/response/deactivate-upst-configuration-response.js.map +1 -0
- package/lib/response/delete-identity-configuration-response.d.ts +25 -0
- package/lib/response/delete-identity-configuration-response.js +15 -0
- package/lib/response/delete-identity-configuration-response.js.map +1 -0
- package/lib/response/get-identity-configuration-response.d.ts +30 -0
- package/lib/response/get-identity-configuration-response.js +15 -0
- package/lib/response/get-identity-configuration-response.js.map +1 -0
- package/lib/response/index.d.ts +24 -0
- package/lib/response/list-bds-cluster-versions-response.d.ts +32 -0
- package/lib/response/list-bds-cluster-versions-response.js +15 -0
- package/lib/response/list-bds-cluster-versions-response.js.map +1 -0
- package/lib/response/list-identity-configurations-response.d.ts +32 -0
- package/lib/response/list-identity-configurations-response.js +15 -0
- package/lib/response/list-identity-configurations-response.js.map +1 -0
- package/lib/response/refresh-confidential-application-response.d.ts +25 -0
- package/lib/response/refresh-confidential-application-response.js +15 -0
- package/lib/response/refresh-confidential-application-response.js.map +1 -0
- package/lib/response/refresh-upst-token-exchange-keytab-response.d.ts +25 -0
- package/lib/response/refresh-upst-token-exchange-keytab-response.js +15 -0
- package/lib/response/refresh-upst-token-exchange-keytab-response.js.map +1 -0
- package/lib/response/update-identity-configuration-response.d.ts +25 -0
- package/lib/response/update-identity-configuration-response.js +15 -0
- package/lib/response/update-identity-configuration-response.js.map +1 -0
- package/package.json +3 -3
package/lib/bds-waiter.d.ts
CHANGED
|
@@ -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
|
*
|
package/lib/bds-waiter.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bds-waiter.js","sourceRoot":"","sources":["../../../../lib/bds/lib/bds-waiter.ts"],"names":[],"mappings":"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
|
|
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
|
@@ -38,6 +38,7 @@ export declare class BdsClient {
|
|
|
38
38
|
protected "_region": common.Region;
|
|
39
39
|
protected _lastSetRegionOrRegionId: string;
|
|
40
40
|
protected _httpClient: common.HttpClient;
|
|
41
|
+
protected _authProvider: common.AuthenticationDetailsProvider | undefined;
|
|
41
42
|
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
42
43
|
/**
|
|
43
44
|
* Get the endpoint that is being used to call (ex, https://www.example.com).
|
|
@@ -87,6 +88,10 @@ export declare class BdsClient {
|
|
|
87
88
|
* Shutdown the circuit breaker used by the client when it is no longer needed
|
|
88
89
|
*/
|
|
89
90
|
shutdownCircuitBreaker(): void;
|
|
91
|
+
/**
|
|
92
|
+
* Close the provider if possible which in turn shuts down any associated circuit breaker
|
|
93
|
+
*/
|
|
94
|
+
closeProvider(): void;
|
|
90
95
|
/**
|
|
91
96
|
* Close the client once it is no longer needed
|
|
92
97
|
*/
|
|
@@ -101,6 +106,24 @@ export declare class BdsClient {
|
|
|
101
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.
|
|
102
107
|
*/
|
|
103
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>;
|
|
104
127
|
/**
|
|
105
128
|
* Add an autoscale configuration to the cluster.
|
|
106
129
|
*
|
|
@@ -241,6 +264,15 @@ export declare class BdsClient {
|
|
|
241
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.
|
|
242
265
|
*/
|
|
243
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>;
|
|
244
276
|
/**
|
|
245
277
|
* Add a node volume backup configuration to the cluster for an indicated node type or node.
|
|
246
278
|
*
|
|
@@ -271,6 +303,24 @@ export declare class BdsClient {
|
|
|
271
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.
|
|
272
304
|
*/
|
|
273
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>;
|
|
274
324
|
/**
|
|
275
325
|
* Deletes the user's API key represented by the provided ID.
|
|
276
326
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
@@ -298,6 +348,15 @@ export declare class BdsClient {
|
|
|
298
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.
|
|
299
349
|
*/
|
|
300
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>;
|
|
301
360
|
/**
|
|
302
361
|
* Delete the NodeBackup represented by the provided ID.
|
|
303
362
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
@@ -393,6 +452,15 @@ export declare class BdsClient {
|
|
|
393
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.
|
|
394
453
|
*/
|
|
395
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>;
|
|
396
464
|
/**
|
|
397
465
|
* Returns details of NodeBackup identified by the given ID.
|
|
398
466
|
*
|
|
@@ -555,6 +623,48 @@ export declare class BdsClient {
|
|
|
555
623
|
* @param request a request which can be sent to the service operation
|
|
556
624
|
*/
|
|
557
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>;
|
|
558
668
|
/**
|
|
559
669
|
* Returns a list of all Big Data Service clusters in a compartment.
|
|
560
670
|
*
|
|
@@ -639,6 +749,48 @@ export declare class BdsClient {
|
|
|
639
749
|
* @param request a request which can be sent to the service operation
|
|
640
750
|
*/
|
|
641
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>;
|
|
642
794
|
/**
|
|
643
795
|
* Returns information about the NodeBackupConfigurations.
|
|
644
796
|
*
|
|
@@ -1058,6 +1210,24 @@ export declare class BdsClient {
|
|
|
1058
1210
|
* @param request a request which can be sent to the service operation
|
|
1059
1211
|
*/
|
|
1060
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>;
|
|
1061
1231
|
/**
|
|
1062
1232
|
* Deletes an autoscale configuration.
|
|
1063
1233
|
*
|
|
@@ -1215,6 +1385,15 @@ export declare class BdsClient {
|
|
|
1215
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.
|
|
1216
1386
|
*/
|
|
1217
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>;
|
|
1218
1397
|
/**
|
|
1219
1398
|
* Updates fields on NodeBackupConfiguration, including the name, the schedule.
|
|
1220
1399
|
*
|