Comparing version 2.73.1 to 2.74.0
@@ -92,3 +92,3 @@ /** | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API. | ||
*/ | ||
@@ -103,3 +103,3 @@ activateBdsMetastoreConfiguration(activateBdsMetastoreConfigurationRequest: requests.ActivateBdsMetastoreConfigurationRequest): Promise<responses.ActivateBdsMetastoreConfigurationResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API. | ||
*/ | ||
@@ -114,3 +114,3 @@ addAutoScalingConfiguration(addAutoScalingConfigurationRequest: requests.AddAutoScalingConfigurationRequest): Promise<responses.AddAutoScalingConfigurationResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API. | ||
*/ | ||
@@ -125,3 +125,3 @@ addBlockStorage(addBlockStorageRequest: requests.AddBlockStorageRequest): Promise<responses.AddBlockStorageResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API. | ||
*/ | ||
@@ -136,3 +136,3 @@ addCloudSql(addCloudSqlRequest: requests.AddCloudSqlRequest): Promise<responses.AddCloudSqlResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/AddKafka.ts.html |here} to see how to use AddKafka API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/AddKafka.ts.html |here} to see how to use AddKafka API. | ||
*/ | ||
@@ -147,3 +147,3 @@ addKafka(addKafkaRequest: requests.AddKafkaRequest): Promise<responses.AddKafkaResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/AddMasterNodes.ts.html |here} to see how to use AddMasterNodes API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/AddMasterNodes.ts.html |here} to see how to use AddMasterNodes API. | ||
*/ | ||
@@ -158,3 +158,3 @@ addMasterNodes(addMasterNodesRequest: requests.AddMasterNodesRequest): Promise<responses.AddMasterNodesResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/AddUtilityNodes.ts.html |here} to see how to use AddUtilityNodes API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/AddUtilityNodes.ts.html |here} to see how to use AddUtilityNodes API. | ||
*/ | ||
@@ -169,6 +169,16 @@ addUtilityNodes(addUtilityNodesRequest: requests.AddUtilityNodesRequest): Promise<responses.AddUtilityNodesResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API. | ||
*/ | ||
addWorkerNodes(addWorkerNodesRequest: requests.AddWorkerNodesRequest): Promise<responses.AddWorkerNodesResponse>; | ||
/** | ||
* A list of services and their certificate details. | ||
* | ||
* This operation does not retry by default if the user has not defined a retry configuration. | ||
* @param CertificateServiceInfoRequest | ||
* @return CertificateServiceInfoResponse | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/CertificateServiceInfo.ts.html |here} to see how to use CertificateServiceInfo API. | ||
*/ | ||
certificateServiceInfo(certificateServiceInfoRequest: requests.CertificateServiceInfoRequest): Promise<responses.CertificateServiceInfoResponse>; | ||
/** | ||
* Moves a Big Data Service cluster into a different compartment. | ||
@@ -180,3 +190,3 @@ * | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API. | ||
*/ | ||
@@ -191,3 +201,3 @@ changeBdsInstanceCompartment(changeBdsInstanceCompartmentRequest: requests.ChangeBdsInstanceCompartmentRequest): Promise<responses.ChangeBdsInstanceCompartmentResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API. | ||
*/ | ||
@@ -202,3 +212,3 @@ changeShape(changeShapeRequest: requests.ChangeShapeRequest): Promise<responses.ChangeShapeResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API. | ||
*/ | ||
@@ -213,3 +223,3 @@ createBdsApiKey(createBdsApiKeyRequest: requests.CreateBdsApiKeyRequest): Promise<responses.CreateBdsApiKeyResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API. | ||
*/ | ||
@@ -224,3 +234,3 @@ createBdsInstance(createBdsInstanceRequest: requests.CreateBdsInstanceRequest): Promise<responses.CreateBdsInstanceResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API. | ||
*/ | ||
@@ -234,3 +244,3 @@ createBdsMetastoreConfiguration(createBdsMetastoreConfigurationRequest: requests.CreateBdsMetastoreConfigurationRequest): Promise<responses.CreateBdsMetastoreConfigurationResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API. | ||
*/ | ||
@@ -244,3 +254,3 @@ deleteBdsApiKey(deleteBdsApiKeyRequest: requests.DeleteBdsApiKeyRequest): Promise<responses.DeleteBdsApiKeyResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API. | ||
*/ | ||
@@ -254,6 +264,26 @@ deleteBdsInstance(deleteBdsInstanceRequest: requests.DeleteBdsInstanceRequest): Promise<responses.DeleteBdsInstanceResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API. | ||
*/ | ||
deleteBdsMetastoreConfiguration(deleteBdsMetastoreConfigurationRequest: requests.DeleteBdsMetastoreConfigurationRequest): Promise<responses.DeleteBdsMetastoreConfigurationResponse>; | ||
/** | ||
* Disabling TLS/SSL for various ODH services running on the BDS cluster. | ||
* | ||
* This operation does not retry by default if the user has not defined a retry configuration. | ||
* @param DisableCertificateRequest | ||
* @return DisableCertificateResponse | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/DisableCertificate.ts.html |here} to see how to use DisableCertificate API. | ||
*/ | ||
disableCertificate(disableCertificateRequest: requests.DisableCertificateRequest): Promise<responses.DisableCertificateResponse>; | ||
/** | ||
* Configuring TLS/SSL for various ODH services running on the BDS cluster. | ||
* | ||
* This operation does not retry by default if the user has not defined a retry configuration. | ||
* @param EnableCertificateRequest | ||
* @return EnableCertificateResponse | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/EnableCertificate.ts.html |here} to see how to use EnableCertificate API. | ||
*/ | ||
enableCertificate(enableCertificateRequest: requests.EnableCertificateRequest): Promise<responses.EnableCertificateResponse>; | ||
/** | ||
* Execute bootstrap script. | ||
@@ -265,3 +295,3 @@ * | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScript API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScript API. | ||
*/ | ||
@@ -276,3 +306,3 @@ executeBootstrapScript(executeBootstrapScriptRequest: requests.ExecuteBootstrapScriptRequest): Promise<responses.ExecuteBootstrapScriptResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API. | ||
*/ | ||
@@ -286,3 +316,3 @@ getAutoScalingConfiguration(getAutoScalingConfigurationRequest: requests.GetAutoScalingConfigurationRequest): Promise<responses.GetAutoScalingConfigurationResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API. | ||
*/ | ||
@@ -296,3 +326,3 @@ getBdsApiKey(getBdsApiKeyRequest: requests.GetBdsApiKeyRequest): Promise<responses.GetBdsApiKeyResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API. | ||
*/ | ||
@@ -306,3 +336,3 @@ getBdsInstance(getBdsInstanceRequest: requests.GetBdsInstanceRequest): Promise<responses.GetBdsInstanceResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API. | ||
*/ | ||
@@ -316,3 +346,3 @@ getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest: requests.GetBdsMetastoreConfigurationRequest): Promise<responses.GetBdsMetastoreConfigurationResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/GetOsPatchDetails.ts.html |here} to see how to use GetOsPatchDetails API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/GetOsPatchDetails.ts.html |here} to see how to use GetOsPatchDetails API. | ||
*/ | ||
@@ -326,3 +356,3 @@ getOsPatchDetails(getOsPatchDetailsRequest: requests.GetOsPatchDetailsRequest): Promise<responses.GetOsPatchDetailsResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API. | ||
*/ | ||
@@ -337,3 +367,3 @@ getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/InstallOsPatch.ts.html |here} to see how to use InstallOsPatch API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/InstallOsPatch.ts.html |here} to see how to use InstallOsPatch API. | ||
*/ | ||
@@ -348,3 +378,3 @@ installOsPatch(installOsPatchRequest: requests.InstallOsPatchRequest): Promise<responses.InstallOsPatchResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatch API. | ||
*/ | ||
@@ -359,3 +389,3 @@ installPatch(installPatchRequest: requests.InstallPatchRequest): Promise<responses.InstallPatchResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API. | ||
*/ | ||
@@ -402,3 +432,3 @@ listAutoScalingConfigurations(listAutoScalingConfigurationsRequest: requests.ListAutoScalingConfigurationsRequest): Promise<responses.ListAutoScalingConfigurationsResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API. | ||
*/ | ||
@@ -445,3 +475,3 @@ listBdsApiKeys(listBdsApiKeysRequest: requests.ListBdsApiKeysRequest): Promise<responses.ListBdsApiKeysResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API. | ||
*/ | ||
@@ -488,3 +518,3 @@ listBdsInstances(listBdsInstancesRequest: requests.ListBdsInstancesRequest): Promise<responses.ListBdsInstancesResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API. | ||
*/ | ||
@@ -530,3 +560,3 @@ listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest: requests.ListBdsMetastoreConfigurationsRequest): Promise<responses.ListBdsMetastoreConfigurationsResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/ListOsPatches.ts.html |here} to see how to use ListOsPatches API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/ListOsPatches.ts.html |here} to see how to use ListOsPatches API. | ||
*/ | ||
@@ -573,3 +603,3 @@ listOsPatches(listOsPatchesRequest: requests.ListOsPatchesRequest): Promise<responses.ListOsPatchesResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistories API. | ||
*/ | ||
@@ -616,3 +646,3 @@ listPatchHistories(listPatchHistoriesRequest: requests.ListPatchHistoriesRequest): Promise<responses.ListPatchHistoriesResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/ListPatches.ts.html |here} to see how to use ListPatches API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/ListPatches.ts.html |here} to see how to use ListPatches API. | ||
*/ | ||
@@ -659,3 +689,3 @@ listPatches(listPatchesRequest: requests.ListPatchesRequest): Promise<responses.ListPatchesResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API. | ||
*/ | ||
@@ -702,3 +732,3 @@ listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API. | ||
*/ | ||
@@ -745,3 +775,3 @@ listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API. | ||
*/ | ||
@@ -788,3 +818,3 @@ listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API. | ||
*/ | ||
@@ -799,3 +829,3 @@ removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest: requests.RemoveAutoScalingConfigurationRequest): Promise<responses.RemoveAutoScalingConfigurationResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API. | ||
*/ | ||
@@ -810,3 +840,3 @@ removeCloudSql(removeCloudSqlRequest: requests.RemoveCloudSqlRequest): Promise<responses.RemoveCloudSqlResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/RemoveKafka.ts.html |here} to see how to use RemoveKafka API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/RemoveKafka.ts.html |here} to see how to use RemoveKafka API. | ||
*/ | ||
@@ -821,6 +851,16 @@ removeKafka(removeKafkaRequest: requests.RemoveKafkaRequest): Promise<responses.RemoveKafkaResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNode API. | ||
*/ | ||
removeNode(removeNodeRequest: requests.RemoveNodeRequest): Promise<responses.RemoveNodeResponse>; | ||
/** | ||
* Renewing TLS/SSL for various ODH services running on the BDS cluster. | ||
* | ||
* This operation does not retry by default if the user has not defined a retry configuration. | ||
* @param RenewCertificateRequest | ||
* @return RenewCertificateResponse | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/RenewCertificate.ts.html |here} to see how to use RenewCertificate API. | ||
*/ | ||
renewCertificate(renewCertificateRequest: requests.RenewCertificateRequest): Promise<responses.RenewCertificateResponse>; | ||
/** | ||
* Restarts a single node of a Big Data Service cluster | ||
@@ -832,3 +872,3 @@ * | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/RestartNode.ts.html |here} to see how to use RestartNode API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API. | ||
*/ | ||
@@ -843,3 +883,3 @@ restartNode(restartNodeRequest: requests.RestartNodeRequest): Promise<responses.RestartNodeResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstance API. | ||
*/ | ||
@@ -854,3 +894,3 @@ startBdsInstance(startBdsInstanceRequest: requests.StartBdsInstanceRequest): Promise<responses.StartBdsInstanceResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstance API. | ||
*/ | ||
@@ -865,3 +905,3 @@ stopBdsInstance(stopBdsInstanceRequest: requests.StopBdsInstanceRequest): Promise<responses.StopBdsInstanceResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API. | ||
*/ | ||
@@ -875,3 +915,3 @@ testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest: requests.TestBdsMetastoreConfigurationRequest): Promise<responses.TestBdsMetastoreConfigurationResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API. | ||
*/ | ||
@@ -886,3 +926,3 @@ testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest: requests.TestBdsObjectStorageConnectionRequest): Promise<responses.TestBdsObjectStorageConnectionResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API. | ||
*/ | ||
@@ -896,3 +936,3 @@ updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest: requests.UpdateAutoScalingConfigurationRequest): Promise<responses.UpdateAutoScalingConfigurationResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API. | ||
*/ | ||
@@ -906,5 +946,5 @@ updateBdsInstance(updateBdsInstanceRequest: requests.UpdateBdsInstanceRequest): Promise<responses.UpdateBdsInstanceResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API. | ||
*/ | ||
updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest: requests.UpdateBdsMetastoreConfigurationRequest): Promise<responses.UpdateBdsMetastoreConfigurationResponse>; | ||
} |
@@ -58,2 +58,6 @@ /** | ||
export import BdsMetastoreConfigurationSummary = BdsMetastoreConfigurationSummary.BdsMetastoreConfigurationSummary; | ||
import * as CertificateServiceInfoDetails from "./certificate-service-info-details"; | ||
export import CertificateServiceInfoDetails = CertificateServiceInfoDetails.CertificateServiceInfoDetails; | ||
import * as CertificateServiceInfoSummary from "./certificate-service-info-summary"; | ||
export import CertificateServiceInfoSummary = CertificateServiceInfoSummary.CertificateServiceInfoSummary; | ||
import * as ChangeBdsInstanceCompartmentDetails from "./change-bds-instance-compartment-details"; | ||
@@ -79,2 +83,6 @@ export import ChangeBdsInstanceCompartmentDetails = ChangeBdsInstanceCompartmentDetails.ChangeBdsInstanceCompartmentDetails; | ||
export import DefaultError = DefaultError.DefaultError; | ||
import * as DisableCertificateDetails from "./disable-certificate-details"; | ||
export import DisableCertificateDetails = DisableCertificateDetails.DisableCertificateDetails; | ||
import * as EnableCertificateDetails from "./enable-certificate-details"; | ||
export import EnableCertificateDetails = EnableCertificateDetails.EnableCertificateDetails; | ||
import * as ExecuteBootstrapScriptDetails from "./execute-bootstrap-script-details"; | ||
@@ -84,2 +92,6 @@ export import ExecuteBootstrapScriptDetails = ExecuteBootstrapScriptDetails.ExecuteBootstrapScriptDetails; | ||
export import HorizontalScalingScheduleDetails = HorizontalScalingScheduleDetails.HorizontalScalingScheduleDetails; | ||
import * as HostCertDetails from "./host-cert-details"; | ||
export import HostCertDetails = HostCertDetails.HostCertDetails; | ||
import * as HostSpecificCertificateDetails from "./host-specific-certificate-details"; | ||
export import HostSpecificCertificateDetails = HostSpecificCertificateDetails.HostSpecificCertificateDetails; | ||
import * as InstallOsPatchDetails from "./install-os-patch-details"; | ||
@@ -127,2 +139,4 @@ export import InstallOsPatchDetails = InstallOsPatchDetails.InstallOsPatchDetails; | ||
export import RemoveNodeDetails = RemoveNodeDetails.RemoveNodeDetails; | ||
import * as RenewCertificateDetails from "./renew-certificate-details"; | ||
export import RenewCertificateDetails = RenewCertificateDetails.RenewCertificateDetails; | ||
import * as RestartNodeDetails from "./restart-node-details"; | ||
@@ -132,2 +146,4 @@ export import RestartNodeDetails = RestartNodeDetails.RestartNodeDetails; | ||
export import ScheduleType = ScheduleType.ScheduleType; | ||
import * as Service from "./service"; | ||
export import Service = Service.Service; | ||
import * as ShapeConfigDetails from "./shape-config-details"; | ||
@@ -134,0 +150,0 @@ export import ShapeConfigDetails = ShapeConfigDetails.ShapeConfigDetails; |
@@ -35,4 +35,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.PatchHistorySummary = exports.OsPatchSummary = exports.OsPatchPackageSummary = exports.OsPatchDetails = exports.OperationTypes = exports.OperationStatus = exports.Node = exports.NetworkConfig = exports.MetricThresholdRule = exports.MetricBasedVerticalScaleUpConfig = exports.MetricBasedVerticalScaleDownConfig = exports.MetricBasedHorizontalScaleOutConfig = exports.MetricBasedHorizontalScaleInConfig = exports.KerberosDetails = exports.InstallPatchDetails = exports.InstallOsPatchDetails = exports.HorizontalScalingScheduleDetails = exports.ExecuteBootstrapScriptDetails = exports.DefaultError = exports.CreateNodeDetails = exports.CreateBdsMetastoreConfigurationDetails = exports.CreateBdsInstanceDetails = exports.CreateBdsApiKeyDetails = exports.ClusterDetails = exports.CloudSqlDetails = exports.ChangeShapeNodes = exports.ChangeShapeDetails = exports.ChangeBdsInstanceCompartmentDetails = exports.BdsMetastoreConfigurationSummary = exports.BdsMetastoreConfiguration = exports.BdsInstanceSummary = exports.BdsInstance = exports.BdsApiKeySummary = exports.BdsApiKey = exports.AutoScalingConfigurationSummary = exports.AutoScalingConfiguration = exports.AutoScalePolicyRule = exports.AutoScalePolicyMetricRule = exports.AutoScalePolicyDetails = exports.AutoScalePolicy = exports.AddWorkerNodesDetails = exports.AddUtilityNodesDetails = exports.AddMasterNodesDetails = exports.AddKafkaDetails = exports.AddCloudSqlDetails = exports.AddBlockStorageDetails = exports.AddAutoScalingConfigurationDetails = exports.AddAutoScalePolicyDetails = exports.ActivateBdsMetastoreConfigurationDetails = exports.ActionTypes = void 0; | ||
exports.UpdateScheduleBasedVerticalScalingPolicyDetails = exports.UpdateScheduleBasedHorizontalScalingPolicyDetails = exports.UpdateMetricBasedVerticalScalingPolicyDetails = exports.UpdateMetricBasedHorizontalScalingPolicyDetails = exports.ScheduleBasedVerticalScalingPolicyDetails = exports.ScheduleBasedHorizontalScalingPolicyDetails = exports.MetricBasedVerticalScalingPolicyDetails = exports.MetricBasedHorizontalScalingPolicyDetails = exports.DayBasedVerticalScalingScheduleDetails = exports.DayBasedHorizontalScalingScheduleDetails = exports.AddScheduleBasedVerticalScalingPolicyDetails = exports.AddScheduleBasedHorizontalScalingPolicyDetails = exports.AddMetricBasedVerticalScalingPolicyDetails = exports.AddMetricBasedHorizontalScalingPolicyDetails = exports.WorkRequestResource = exports.WorkRequestLogEntry = exports.WorkRequestError = exports.WorkRequest = exports.VolumeAttachmentDetail = exports.VerticalScalingScheduleDetails = exports.UpdateBdsMetastoreConfigurationDetails = exports.UpdateBdsInstanceDetails = exports.UpdateAutoScalingConfigurationDetails = exports.UpdateAutoScalePolicyDetails = exports.TimeAndVerticalScalingConfig = exports.TimeAndHorizontalScalingConfig = exports.TestBdsObjectStorageConnectionDetails = exports.TestBdsMetastoreConfigurationDetails = exports.StopBdsInstanceDetails = exports.StartBdsInstanceDetails = exports.SortOrders = exports.ShapeConfigDetails = exports.ScheduleType = exports.RestartNodeDetails = exports.RemoveNodeDetails = exports.RemoveKafkaDetails = exports.RemoveCloudSqlDetails = exports.RemoveAutoScalingConfigurationDetails = exports.PatchSummary = void 0; | ||
exports.Node = exports.NetworkConfig = exports.MetricThresholdRule = exports.MetricBasedVerticalScaleUpConfig = exports.MetricBasedVerticalScaleDownConfig = exports.MetricBasedHorizontalScaleOutConfig = exports.MetricBasedHorizontalScaleInConfig = exports.KerberosDetails = exports.InstallPatchDetails = exports.InstallOsPatchDetails = exports.HostSpecificCertificateDetails = exports.HostCertDetails = exports.HorizontalScalingScheduleDetails = exports.ExecuteBootstrapScriptDetails = exports.EnableCertificateDetails = exports.DisableCertificateDetails = exports.DefaultError = exports.CreateNodeDetails = exports.CreateBdsMetastoreConfigurationDetails = exports.CreateBdsInstanceDetails = exports.CreateBdsApiKeyDetails = exports.ClusterDetails = exports.CloudSqlDetails = exports.ChangeShapeNodes = exports.ChangeShapeDetails = exports.ChangeBdsInstanceCompartmentDetails = exports.CertificateServiceInfoSummary = exports.CertificateServiceInfoDetails = exports.BdsMetastoreConfigurationSummary = exports.BdsMetastoreConfiguration = exports.BdsInstanceSummary = exports.BdsInstance = exports.BdsApiKeySummary = exports.BdsApiKey = exports.AutoScalingConfigurationSummary = exports.AutoScalingConfiguration = exports.AutoScalePolicyRule = exports.AutoScalePolicyMetricRule = exports.AutoScalePolicyDetails = exports.AutoScalePolicy = exports.AddWorkerNodesDetails = exports.AddUtilityNodesDetails = exports.AddMasterNodesDetails = exports.AddKafkaDetails = exports.AddCloudSqlDetails = exports.AddBlockStorageDetails = exports.AddAutoScalingConfigurationDetails = exports.AddAutoScalePolicyDetails = exports.ActivateBdsMetastoreConfigurationDetails = exports.ActionTypes = void 0; | ||
exports.UpdateScheduleBasedVerticalScalingPolicyDetails = exports.UpdateScheduleBasedHorizontalScalingPolicyDetails = exports.UpdateMetricBasedVerticalScalingPolicyDetails = exports.UpdateMetricBasedHorizontalScalingPolicyDetails = exports.ScheduleBasedVerticalScalingPolicyDetails = exports.ScheduleBasedHorizontalScalingPolicyDetails = exports.MetricBasedVerticalScalingPolicyDetails = exports.MetricBasedHorizontalScalingPolicyDetails = exports.DayBasedVerticalScalingScheduleDetails = exports.DayBasedHorizontalScalingScheduleDetails = exports.AddScheduleBasedVerticalScalingPolicyDetails = exports.AddScheduleBasedHorizontalScalingPolicyDetails = exports.AddMetricBasedVerticalScalingPolicyDetails = exports.AddMetricBasedHorizontalScalingPolicyDetails = exports.WorkRequestResource = exports.WorkRequestLogEntry = exports.WorkRequestError = exports.WorkRequest = exports.VolumeAttachmentDetail = exports.VerticalScalingScheduleDetails = exports.UpdateBdsMetastoreConfigurationDetails = exports.UpdateBdsInstanceDetails = exports.UpdateAutoScalingConfigurationDetails = exports.UpdateAutoScalePolicyDetails = exports.TimeAndVerticalScalingConfig = exports.TimeAndHorizontalScalingConfig = exports.TestBdsObjectStorageConnectionDetails = exports.TestBdsMetastoreConfigurationDetails = exports.StopBdsInstanceDetails = exports.StartBdsInstanceDetails = exports.SortOrders = exports.ShapeConfigDetails = exports.Service = exports.ScheduleType = exports.RestartNodeDetails = exports.RenewCertificateDetails = exports.RemoveNodeDetails = exports.RemoveKafkaDetails = exports.RemoveCloudSqlDetails = exports.RemoveAutoScalingConfigurationDetails = exports.PatchSummary = exports.PatchHistorySummary = exports.OsPatchSummary = exports.OsPatchPackageSummary = exports.OsPatchDetails = exports.OperationTypes = exports.OperationStatus = void 0; | ||
const ActionTypes = __importStar(require("./action-types")); | ||
@@ -82,2 +82,6 @@ exports.ActionTypes = ActionTypes.ActionTypes; | ||
exports.BdsMetastoreConfigurationSummary = BdsMetastoreConfigurationSummary.BdsMetastoreConfigurationSummary; | ||
const CertificateServiceInfoDetails = __importStar(require("./certificate-service-info-details")); | ||
exports.CertificateServiceInfoDetails = CertificateServiceInfoDetails.CertificateServiceInfoDetails; | ||
const CertificateServiceInfoSummary = __importStar(require("./certificate-service-info-summary")); | ||
exports.CertificateServiceInfoSummary = CertificateServiceInfoSummary.CertificateServiceInfoSummary; | ||
const ChangeBdsInstanceCompartmentDetails = __importStar(require("./change-bds-instance-compartment-details")); | ||
@@ -103,2 +107,6 @@ exports.ChangeBdsInstanceCompartmentDetails = ChangeBdsInstanceCompartmentDetails.ChangeBdsInstanceCompartmentDetails; | ||
exports.DefaultError = DefaultError.DefaultError; | ||
const DisableCertificateDetails = __importStar(require("./disable-certificate-details")); | ||
exports.DisableCertificateDetails = DisableCertificateDetails.DisableCertificateDetails; | ||
const EnableCertificateDetails = __importStar(require("./enable-certificate-details")); | ||
exports.EnableCertificateDetails = EnableCertificateDetails.EnableCertificateDetails; | ||
const ExecuteBootstrapScriptDetails = __importStar(require("./execute-bootstrap-script-details")); | ||
@@ -108,2 +116,6 @@ exports.ExecuteBootstrapScriptDetails = ExecuteBootstrapScriptDetails.ExecuteBootstrapScriptDetails; | ||
exports.HorizontalScalingScheduleDetails = HorizontalScalingScheduleDetails.HorizontalScalingScheduleDetails; | ||
const HostCertDetails = __importStar(require("./host-cert-details")); | ||
exports.HostCertDetails = HostCertDetails.HostCertDetails; | ||
const HostSpecificCertificateDetails = __importStar(require("./host-specific-certificate-details")); | ||
exports.HostSpecificCertificateDetails = HostSpecificCertificateDetails.HostSpecificCertificateDetails; | ||
const InstallOsPatchDetails = __importStar(require("./install-os-patch-details")); | ||
@@ -151,2 +163,4 @@ exports.InstallOsPatchDetails = InstallOsPatchDetails.InstallOsPatchDetails; | ||
exports.RemoveNodeDetails = RemoveNodeDetails.RemoveNodeDetails; | ||
const RenewCertificateDetails = __importStar(require("./renew-certificate-details")); | ||
exports.RenewCertificateDetails = RenewCertificateDetails.RenewCertificateDetails; | ||
const RestartNodeDetails = __importStar(require("./restart-node-details")); | ||
@@ -156,2 +170,4 @@ exports.RestartNodeDetails = RestartNodeDetails.RestartNodeDetails; | ||
exports.ScheduleType = ScheduleType.ScheduleType; | ||
const Service = __importStar(require("./service")); | ||
exports.Service = Service.Service; | ||
const ShapeConfigDetails = __importStar(require("./shape-config-details")); | ||
@@ -158,0 +174,0 @@ exports.ShapeConfigDetails = ShapeConfigDetails.ShapeConfigDetails; |
@@ -53,2 +53,3 @@ /** | ||
ExecuteBootstrapScript = "EXECUTE_BOOTSTRAP_SCRIPT", | ||
OdhServiceCertificateUpdate = "ODH_SERVICE_CERTIFICATE_UPDATE", | ||
/** | ||
@@ -55,0 +56,0 @@ * This value is used if a service returns a value for this enum that is not recognized by this |
@@ -57,2 +57,3 @@ "use strict"; | ||
OperationTypes["ExecuteBootstrapScript"] = "EXECUTE_BOOTSTRAP_SCRIPT"; | ||
OperationTypes["OdhServiceCertificateUpdate"] = "ODH_SERVICE_CERTIFICATE_UPDATE"; | ||
/** | ||
@@ -59,0 +60,0 @@ * This value is used if a service returns a value for this enum that is not recognized by this |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfigurationRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfigurationRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ActivateBdsMetastoreConfigurationRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfigurationRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfigurationRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface AddAutoScalingConfigurationRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorageRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorageRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface AddBlockStorageRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSqlRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSqlRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface AddCloudSqlRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/AddKafka.ts.html |here} to see how to use AddKafkaRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/AddKafka.ts.html |here} to see how to use AddKafkaRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface AddKafkaRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/AddMasterNodes.ts.html |here} to see how to use AddMasterNodesRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/AddMasterNodes.ts.html |here} to see how to use AddMasterNodesRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface AddMasterNodesRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/AddUtilityNodes.ts.html |here} to see how to use AddUtilityNodesRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/AddUtilityNodes.ts.html |here} to see how to use AddUtilityNodesRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface AddUtilityNodesRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodesRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodesRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface AddWorkerNodesRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartmentRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartmentRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ChangeBdsInstanceCompartmentRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/ChangeShape.ts.html |here} to see how to use ChangeShapeRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShapeRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ChangeShapeRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKeyRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKeyRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface CreateBdsApiKeyRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstanceRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstanceRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface CreateBdsInstanceRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfigurationRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfigurationRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface CreateBdsMetastoreConfigurationRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKeyRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKeyRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface DeleteBdsApiKeyRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstanceRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstanceRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface DeleteBdsInstanceRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfigurationRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfigurationRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface DeleteBdsMetastoreConfigurationRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScriptRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScriptRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ExecuteBootstrapScriptRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfigurationRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfigurationRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetAutoScalingConfigurationRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKeyRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKeyRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetBdsApiKeyRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstanceRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstanceRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetBdsInstanceRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfigurationRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfigurationRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetBdsMetastoreConfigurationRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/GetOsPatchDetails.ts.html |here} to see how to use GetOsPatchDetailsRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/GetOsPatchDetails.ts.html |here} to see how to use GetOsPatchDetailsRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetOsPatchDetailsRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetWorkRequestRequest extends common.BaseRequest { |
@@ -30,2 +30,4 @@ /** | ||
export import AddWorkerNodesRequest = AddWorkerNodesRequest.AddWorkerNodesRequest; | ||
import * as CertificateServiceInfoRequest from "./certificate-service-info-request"; | ||
export import CertificateServiceInfoRequest = CertificateServiceInfoRequest.CertificateServiceInfoRequest; | ||
import * as ChangeBdsInstanceCompartmentRequest from "./change-bds-instance-compartment-request"; | ||
@@ -47,2 +49,6 @@ export import ChangeBdsInstanceCompartmentRequest = ChangeBdsInstanceCompartmentRequest.ChangeBdsInstanceCompartmentRequest; | ||
export import DeleteBdsMetastoreConfigurationRequest = DeleteBdsMetastoreConfigurationRequest.DeleteBdsMetastoreConfigurationRequest; | ||
import * as DisableCertificateRequest from "./disable-certificate-request"; | ||
export import DisableCertificateRequest = DisableCertificateRequest.DisableCertificateRequest; | ||
import * as EnableCertificateRequest from "./enable-certificate-request"; | ||
export import EnableCertificateRequest = EnableCertificateRequest.EnableCertificateRequest; | ||
import * as ExecuteBootstrapScriptRequest from "./execute-bootstrap-script-request"; | ||
@@ -94,2 +100,4 @@ export import ExecuteBootstrapScriptRequest = ExecuteBootstrapScriptRequest.ExecuteBootstrapScriptRequest; | ||
export import RemoveNodeRequest = RemoveNodeRequest.RemoveNodeRequest; | ||
import * as RenewCertificateRequest from "./renew-certificate-request"; | ||
export import RenewCertificateRequest = RenewCertificateRequest.RenewCertificateRequest; | ||
import * as RestartNodeRequest from "./restart-node-request"; | ||
@@ -96,0 +104,0 @@ export import RestartNodeRequest = RestartNodeRequest.RestartNodeRequest; |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/InstallOsPatch.ts.html |here} to see how to use InstallOsPatchRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/InstallOsPatch.ts.html |here} to see how to use InstallOsPatchRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface InstallOsPatchRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/InstallPatch.ts.html |here} to see how to use InstallPatchRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatchRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface InstallPatchRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurationsRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurationsRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ListAutoScalingConfigurationsRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeysRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeysRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ListBdsApiKeysRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstancesRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstancesRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ListBdsInstancesRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurationsRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurationsRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ListBdsMetastoreConfigurationsRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/ListOsPatches.ts.html |here} to see how to use ListOsPatchesRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/ListOsPatches.ts.html |here} to see how to use ListOsPatchesRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ListOsPatchesRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistoriesRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistoriesRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ListPatchHistoriesRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/ListPatches.ts.html |here} to see how to use ListPatchesRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/ListPatches.ts.html |here} to see how to use ListPatchesRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface ListPatchesRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ListWorkRequestsRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfigurationRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfigurationRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface RemoveAutoScalingConfigurationRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSqlRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSqlRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface RemoveCloudSqlRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/RemoveKafka.ts.html |here} to see how to use RemoveKafkaRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/RemoveKafka.ts.html |here} to see how to use RemoveKafkaRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface RemoveKafkaRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/RemoveNode.ts.html |here} to see how to use RemoveNodeRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNodeRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface RemoveNodeRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/RestartNode.ts.html |here} to see how to use RestartNodeRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/RestartNode.ts.html |here} to see how to use RestartNodeRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface RestartNodeRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstanceRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstanceRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface StartBdsInstanceRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstanceRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstanceRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface StopBdsInstanceRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfigurationRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfigurationRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface TestBdsMetastoreConfigurationRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnectionRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnectionRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface TestBdsObjectStorageConnectionRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfigurationRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfigurationRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface UpdateAutoScalingConfigurationRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstanceRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstanceRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface UpdateBdsInstanceRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfigurationRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfigurationRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface UpdateBdsMetastoreConfigurationRequest extends common.BaseRequest { |
@@ -30,2 +30,4 @@ /** | ||
export import AddWorkerNodesResponse = AddWorkerNodesResponse.AddWorkerNodesResponse; | ||
import * as CertificateServiceInfoResponse from "./certificate-service-info-response"; | ||
export import CertificateServiceInfoResponse = CertificateServiceInfoResponse.CertificateServiceInfoResponse; | ||
import * as ChangeBdsInstanceCompartmentResponse from "./change-bds-instance-compartment-response"; | ||
@@ -47,2 +49,6 @@ export import ChangeBdsInstanceCompartmentResponse = ChangeBdsInstanceCompartmentResponse.ChangeBdsInstanceCompartmentResponse; | ||
export import DeleteBdsMetastoreConfigurationResponse = DeleteBdsMetastoreConfigurationResponse.DeleteBdsMetastoreConfigurationResponse; | ||
import * as DisableCertificateResponse from "./disable-certificate-response"; | ||
export import DisableCertificateResponse = DisableCertificateResponse.DisableCertificateResponse; | ||
import * as EnableCertificateResponse from "./enable-certificate-response"; | ||
export import EnableCertificateResponse = EnableCertificateResponse.EnableCertificateResponse; | ||
import * as ExecuteBootstrapScriptResponse from "./execute-bootstrap-script-response"; | ||
@@ -94,2 +100,4 @@ export import ExecuteBootstrapScriptResponse = ExecuteBootstrapScriptResponse.ExecuteBootstrapScriptResponse; | ||
export import RemoveNodeResponse = RemoveNodeResponse.RemoveNodeResponse; | ||
import * as RenewCertificateResponse from "./renew-certificate-response"; | ||
export import RenewCertificateResponse = RenewCertificateResponse.RenewCertificateResponse; | ||
import * as RestartNodeResponse from "./restart-node-response"; | ||
@@ -96,0 +104,0 @@ export import RestartNodeResponse = RestartNodeResponse.RestartNodeResponse; |
{ | ||
"name": "oci-bds", | ||
"version": "2.73.1", | ||
"version": "2.74.0", | ||
"description": "OCI NodeJS client for BDS Service", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"dependencies": { | ||
"oci-common": "2.73.1", | ||
"oci-workrequests": "2.73.1" | ||
"oci-common": "2.74.0", | ||
"oci-workrequests": "2.74.0" | ||
}, | ||
@@ -22,0 +22,0 @@ "publishConfig": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1227954
620
19802
+ Addedoci-common@2.74.0(transitive)
+ Addedoci-workrequests@2.74.0(transitive)
- Removedoci-common@2.73.1(transitive)
- Removedoci-workrequests@2.73.1(transitive)
Updatedoci-common@2.74.0
Updatedoci-workrequests@2.74.0