oci-bds 2.73.1 → 2.75.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. package/lib/client.d.ts +87 -47
  2. package/lib/client.js +303 -47
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/certificate-service-info-details.d.ts +27 -0
  5. package/lib/model/certificate-service-info-details.js +62 -0
  6. package/lib/model/certificate-service-info-details.js.map +1 -0
  7. package/lib/model/certificate-service-info-summary.d.ts +63 -0
  8. package/lib/model/certificate-service-info-summary.js +92 -0
  9. package/lib/model/certificate-service-info-summary.js.map +1 -0
  10. package/lib/model/disable-certificate-details.d.ts +31 -0
  11. package/lib/model/disable-certificate-details.js +62 -0
  12. package/lib/model/disable-certificate-details.js.map +1 -0
  13. package/lib/model/enable-certificate-details.d.ts +43 -0
  14. package/lib/model/enable-certificate-details.js +72 -0
  15. package/lib/model/enable-certificate-details.js.map +1 -0
  16. package/lib/model/host-cert-details.d.ts +34 -0
  17. package/lib/model/host-cert-details.js +30 -0
  18. package/lib/model/host-cert-details.js.map +1 -0
  19. package/lib/model/host-specific-certificate-details.d.ts +43 -0
  20. package/lib/model/host-specific-certificate-details.js +40 -0
  21. package/lib/model/host-specific-certificate-details.js.map +1 -0
  22. package/lib/model/index.d.ts +16 -0
  23. package/lib/model/index.js +18 -2
  24. package/lib/model/index.js.map +1 -1
  25. package/lib/model/operation-types.d.ts +1 -0
  26. package/lib/model/operation-types.js +1 -0
  27. package/lib/model/operation-types.js.map +1 -1
  28. package/lib/model/renew-certificate-details.d.ts +43 -0
  29. package/lib/model/renew-certificate-details.js +72 -0
  30. package/lib/model/renew-certificate-details.js.map +1 -0
  31. package/lib/model/service.d.ts +34 -0
  32. package/lib/model/service.js +45 -0
  33. package/lib/model/service.js.map +1 -0
  34. package/lib/request/activate-bds-metastore-configuration-request.d.ts +1 -1
  35. package/lib/request/add-auto-scaling-configuration-request.d.ts +1 -1
  36. package/lib/request/add-block-storage-request.d.ts +1 -1
  37. package/lib/request/add-cloud-sql-request.d.ts +1 -1
  38. package/lib/request/add-kafka-request.d.ts +1 -1
  39. package/lib/request/add-master-nodes-request.d.ts +1 -1
  40. package/lib/request/add-utility-nodes-request.d.ts +1 -1
  41. package/lib/request/add-worker-nodes-request.d.ts +1 -1
  42. package/lib/request/certificate-service-info-request.d.ts +49 -0
  43. package/lib/request/certificate-service-info-request.js +15 -0
  44. package/lib/request/certificate-service-info-request.js.map +1 -0
  45. package/lib/request/change-bds-instance-compartment-request.d.ts +1 -1
  46. package/lib/request/change-shape-request.d.ts +1 -1
  47. package/lib/request/create-bds-api-key-request.d.ts +1 -1
  48. package/lib/request/create-bds-instance-request.d.ts +1 -1
  49. package/lib/request/create-bds-metastore-configuration-request.d.ts +1 -1
  50. package/lib/request/delete-bds-api-key-request.d.ts +1 -1
  51. package/lib/request/delete-bds-instance-request.d.ts +1 -1
  52. package/lib/request/delete-bds-metastore-configuration-request.d.ts +1 -1
  53. package/lib/request/disable-certificate-request.d.ts +49 -0
  54. package/lib/request/disable-certificate-request.js +15 -0
  55. package/lib/request/disable-certificate-request.js.map +1 -0
  56. package/lib/request/enable-certificate-request.d.ts +49 -0
  57. package/lib/request/enable-certificate-request.js +15 -0
  58. package/lib/request/enable-certificate-request.js.map +1 -0
  59. package/lib/request/execute-bootstrap-script-request.d.ts +1 -1
  60. package/lib/request/get-auto-scaling-configuration-request.d.ts +1 -1
  61. package/lib/request/get-bds-api-key-request.d.ts +1 -1
  62. package/lib/request/get-bds-instance-request.d.ts +1 -1
  63. package/lib/request/get-bds-metastore-configuration-request.d.ts +1 -1
  64. package/lib/request/get-os-patch-details-request.d.ts +1 -1
  65. package/lib/request/get-work-request-request.d.ts +1 -1
  66. package/lib/request/index.d.ts +8 -0
  67. package/lib/request/index.js.map +1 -1
  68. package/lib/request/install-os-patch-request.d.ts +1 -1
  69. package/lib/request/install-patch-request.d.ts +1 -1
  70. package/lib/request/list-auto-scaling-configurations-request.d.ts +1 -1
  71. package/lib/request/list-bds-api-keys-request.d.ts +1 -1
  72. package/lib/request/list-bds-instances-request.d.ts +1 -1
  73. package/lib/request/list-bds-metastore-configurations-request.d.ts +1 -1
  74. package/lib/request/list-os-patches-request.d.ts +1 -1
  75. package/lib/request/list-patch-histories-request.d.ts +1 -1
  76. package/lib/request/list-patches-request.d.ts +1 -1
  77. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  78. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  79. package/lib/request/list-work-requests-request.d.ts +1 -1
  80. package/lib/request/remove-auto-scaling-configuration-request.d.ts +1 -1
  81. package/lib/request/remove-cloud-sql-request.d.ts +1 -1
  82. package/lib/request/remove-kafka-request.d.ts +1 -1
  83. package/lib/request/remove-node-request.d.ts +1 -1
  84. package/lib/request/renew-certificate-request.d.ts +49 -0
  85. package/lib/request/renew-certificate-request.js +15 -0
  86. package/lib/request/renew-certificate-request.js.map +1 -0
  87. package/lib/request/restart-node-request.d.ts +1 -1
  88. package/lib/request/start-bds-instance-request.d.ts +1 -1
  89. package/lib/request/stop-bds-instance-request.d.ts +1 -1
  90. package/lib/request/test-bds-metastore-configuration-request.d.ts +1 -1
  91. package/lib/request/test-bds-object-storage-connection-request.d.ts +1 -1
  92. package/lib/request/update-auto-scaling-configuration-request.d.ts +1 -1
  93. package/lib/request/update-bds-instance-request.d.ts +1 -1
  94. package/lib/request/update-bds-metastore-configuration-request.d.ts +1 -1
  95. package/lib/response/certificate-service-info-response.d.ts +30 -0
  96. package/lib/response/certificate-service-info-response.js +15 -0
  97. package/lib/response/certificate-service-info-response.js.map +1 -0
  98. package/lib/response/disable-certificate-response.d.ts +25 -0
  99. package/lib/response/disable-certificate-response.js +15 -0
  100. package/lib/response/disable-certificate-response.js.map +1 -0
  101. package/lib/response/enable-certificate-response.d.ts +25 -0
  102. package/lib/response/enable-certificate-response.js +15 -0
  103. package/lib/response/enable-certificate-response.js.map +1 -0
  104. package/lib/response/index.d.ts +8 -0
  105. package/lib/response/renew-certificate-response.d.ts +25 -0
  106. package/lib/response/renew-certificate-response.js +15 -0
  107. package/lib/response/renew-certificate-response.js.map +1 -0
  108. package/package.json +3 -3
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @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.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKeyRequest.
16
16
  */
17
17
  export interface GetBdsApiKeyRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @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.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstanceRequest.
16
16
  */
17
17
  export interface GetBdsInstanceRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @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.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfigurationRequest.
16
16
  */
17
17
  export interface GetBdsMetastoreConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @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.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/GetOsPatchDetails.ts.html |here} to see how to use GetOsPatchDetailsRequest.
16
16
  */
17
17
  export interface GetOsPatchDetailsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @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.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -27,6 +27,8 @@ import * as AddUtilityNodesRequest from "./add-utility-nodes-request";
27
27
  export import AddUtilityNodesRequest = AddUtilityNodesRequest.AddUtilityNodesRequest;
28
28
  import * as AddWorkerNodesRequest from "./add-worker-nodes-request";
29
29
  export import AddWorkerNodesRequest = AddWorkerNodesRequest.AddWorkerNodesRequest;
30
+ import * as CertificateServiceInfoRequest from "./certificate-service-info-request";
31
+ export import CertificateServiceInfoRequest = CertificateServiceInfoRequest.CertificateServiceInfoRequest;
30
32
  import * as ChangeBdsInstanceCompartmentRequest from "./change-bds-instance-compartment-request";
31
33
  export import ChangeBdsInstanceCompartmentRequest = ChangeBdsInstanceCompartmentRequest.ChangeBdsInstanceCompartmentRequest;
32
34
  import * as ChangeShapeRequest from "./change-shape-request";
@@ -43,6 +45,10 @@ import * as DeleteBdsInstanceRequest from "./delete-bds-instance-request";
43
45
  export import DeleteBdsInstanceRequest = DeleteBdsInstanceRequest.DeleteBdsInstanceRequest;
44
46
  import * as DeleteBdsMetastoreConfigurationRequest from "./delete-bds-metastore-configuration-request";
45
47
  export import DeleteBdsMetastoreConfigurationRequest = DeleteBdsMetastoreConfigurationRequest.DeleteBdsMetastoreConfigurationRequest;
48
+ import * as DisableCertificateRequest from "./disable-certificate-request";
49
+ export import DisableCertificateRequest = DisableCertificateRequest.DisableCertificateRequest;
50
+ import * as EnableCertificateRequest from "./enable-certificate-request";
51
+ export import EnableCertificateRequest = EnableCertificateRequest.EnableCertificateRequest;
46
52
  import * as ExecuteBootstrapScriptRequest from "./execute-bootstrap-script-request";
47
53
  export import ExecuteBootstrapScriptRequest = ExecuteBootstrapScriptRequest.ExecuteBootstrapScriptRequest;
48
54
  import * as GetAutoScalingConfigurationRequest from "./get-auto-scaling-configuration-request";
@@ -89,6 +95,8 @@ import * as RemoveKafkaRequest from "./remove-kafka-request";
89
95
  export import RemoveKafkaRequest = RemoveKafkaRequest.RemoveKafkaRequest;
90
96
  import * as RemoveNodeRequest from "./remove-node-request";
91
97
  export import RemoveNodeRequest = RemoveNodeRequest.RemoveNodeRequest;
98
+ import * as RenewCertificateRequest from "./renew-certificate-request";
99
+ export import RenewCertificateRequest = RenewCertificateRequest.RenewCertificateRequest;
92
100
  import * as RestartNodeRequest from "./restart-node-request";
93
101
  export import RestartNodeRequest = RestartNodeRequest.RestartNodeRequest;
94
102
  import * as StartBdsInstanceRequest from "./start-bds-instance-request";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAoDH,iHAAmG;AACrF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAC/H,mFAAqE;AACvD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,mHAAqG;AACvF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,gFAAkE;AACpD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAG9F,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AA0DH,iHAAmG;AACrF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAC/H,mFAAqE;AACvD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,mHAAqG;AACvF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,gFAAkE;AACpD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAG9F,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/InstallOsPatch.ts.html |here} to see how to use InstallOsPatchRequest.
17
17
  */
18
18
  export interface InstallOsPatchRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatchRequest.
17
17
  */
18
18
  export interface InstallPatchRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurationsRequest.
17
17
  */
18
18
  export interface ListAutoScalingConfigurationsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeysRequest.
17
17
  */
18
18
  export interface ListBdsApiKeysRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstancesRequest.
17
17
  */
18
18
  export interface ListBdsInstancesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurationsRequest.
17
17
  */
18
18
  export interface ListBdsMetastoreConfigurationsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/ListOsPatches.ts.html |here} to see how to use ListOsPatchesRequest.
17
17
  */
18
18
  export interface ListOsPatchesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistoriesRequest.
17
17
  */
18
18
  export interface ListPatchHistoriesRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @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.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/ListPatches.ts.html |here} to see how to use ListPatchesRequest.
16
16
  */
17
17
  export interface ListPatchesRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfigurationRequest.
17
17
  */
18
18
  export interface RemoveAutoScalingConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSqlRequest.
17
17
  */
18
18
  export interface RemoveCloudSqlRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/RemoveKafka.ts.html |here} to see how to use RemoveKafkaRequest.
17
17
  */
18
18
  export interface RemoveKafkaRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/RemoveNode.ts.html |here} to see how to use RemoveNodeRequest.
17
17
  */
18
18
  export interface RemoveNodeRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,49 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190531
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/RenewCertificate.ts.html |here} to see how to use RenewCertificateRequest.
17
+ */
18
+ export interface RenewCertificateRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the cluster.
21
+ */
22
+ "bdsInstanceId": string;
23
+ /**
24
+ * Details for renewing certificate.
25
+ */
26
+ "renewCertificateDetails": model.RenewCertificateDetails;
27
+ /**
28
+ * The client request ID for tracing.
29
+ */
30
+ "opcRequestId"?: string;
31
+ /**
32
+ * For optimistic concurrency control. In the PUT or DELETE call
33
+ * for a resource, set the `if-match` parameter to the value of the
34
+ * etag from a previous GET or POST response for that resource.
35
+ * The resource will be updated or deleted only if the etag you
36
+ * provide matches the resource's current etag value.
37
+ *
38
+ */
39
+ "ifMatch"?: string;
40
+ /**
41
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
42
+ * server error, without risk of executing that same action again. Retry tokens expire after 24
43
+ * hours but can be invalidated before then due to conflicting operations. For example, if a resource
44
+ * has been deleted and purged from the system, then a retry of the original creation request
45
+ * might be rejected.
46
+ *
47
+ */
48
+ "opcRetryToken"?: string;
49
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190531
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=renew-certificate-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"renew-certificate-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/renew-certificate-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/RestartNode.ts.html |here} to see how to use RestartNodeRequest.
17
17
  */
18
18
  export interface RestartNodeRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstanceRequest.
17
17
  */
18
18
  export interface StartBdsInstanceRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstanceRequest.
17
17
  */
18
18
  export interface StopBdsInstanceRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfigurationRequest.
17
17
  */
18
18
  export interface TestBdsMetastoreConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnectionRequest.
17
17
  */
18
18
  export interface TestBdsObjectStorageConnectionRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfigurationRequest.
17
17
  */
18
18
  export interface UpdateAutoScalingConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstanceRequest.
17
17
  */
18
18
  export interface UpdateBdsInstanceRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfigurationRequest.
17
17
  */
18
18
  export interface UpdateBdsMetastoreConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190531
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface CertificateServiceInfoResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a request, provide this request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * For optimistic concurrency control. See `if-match`.
23
+ *
24
+ */
25
+ "etag": string;
26
+ /**
27
+ * A list of CertificateServiceInfoSummary instances.
28
+ */
29
+ "items": model.CertificateServiceInfoSummary[];
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190531
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=certificate-service-info-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"certificate-service-info-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/certificate-service-info-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190531
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ export interface DisableCertificateResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact
16
+ * Oracle about a request, provide this request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
22
+ *
23
+ */
24
+ "opcWorkRequestId": string;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190531
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=disable-certificate-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"disable-certificate-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/disable-certificate-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190531
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ export interface EnableCertificateResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact
16
+ * Oracle about a request, provide this request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
22
+ *
23
+ */
24
+ "opcWorkRequestId": string;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190531
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=enable-certificate-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enable-certificate-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/enable-certificate-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -27,6 +27,8 @@ import * as AddUtilityNodesResponse from "./add-utility-nodes-response";
27
27
  export import AddUtilityNodesResponse = AddUtilityNodesResponse.AddUtilityNodesResponse;
28
28
  import * as AddWorkerNodesResponse from "./add-worker-nodes-response";
29
29
  export import AddWorkerNodesResponse = AddWorkerNodesResponse.AddWorkerNodesResponse;
30
+ import * as CertificateServiceInfoResponse from "./certificate-service-info-response";
31
+ export import CertificateServiceInfoResponse = CertificateServiceInfoResponse.CertificateServiceInfoResponse;
30
32
  import * as ChangeBdsInstanceCompartmentResponse from "./change-bds-instance-compartment-response";
31
33
  export import ChangeBdsInstanceCompartmentResponse = ChangeBdsInstanceCompartmentResponse.ChangeBdsInstanceCompartmentResponse;
32
34
  import * as ChangeShapeResponse from "./change-shape-response";
@@ -43,6 +45,10 @@ import * as DeleteBdsInstanceResponse from "./delete-bds-instance-response";
43
45
  export import DeleteBdsInstanceResponse = DeleteBdsInstanceResponse.DeleteBdsInstanceResponse;
44
46
  import * as DeleteBdsMetastoreConfigurationResponse from "./delete-bds-metastore-configuration-response";
45
47
  export import DeleteBdsMetastoreConfigurationResponse = DeleteBdsMetastoreConfigurationResponse.DeleteBdsMetastoreConfigurationResponse;
48
+ import * as DisableCertificateResponse from "./disable-certificate-response";
49
+ export import DisableCertificateResponse = DisableCertificateResponse.DisableCertificateResponse;
50
+ import * as EnableCertificateResponse from "./enable-certificate-response";
51
+ export import EnableCertificateResponse = EnableCertificateResponse.EnableCertificateResponse;
46
52
  import * as ExecuteBootstrapScriptResponse from "./execute-bootstrap-script-response";
47
53
  export import ExecuteBootstrapScriptResponse = ExecuteBootstrapScriptResponse.ExecuteBootstrapScriptResponse;
48
54
  import * as GetAutoScalingConfigurationResponse from "./get-auto-scaling-configuration-response";
@@ -89,6 +95,8 @@ import * as RemoveKafkaResponse from "./remove-kafka-response";
89
95
  export import RemoveKafkaResponse = RemoveKafkaResponse.RemoveKafkaResponse;
90
96
  import * as RemoveNodeResponse from "./remove-node-response";
91
97
  export import RemoveNodeResponse = RemoveNodeResponse.RemoveNodeResponse;
98
+ import * as RenewCertificateResponse from "./renew-certificate-response";
99
+ export import RenewCertificateResponse = RenewCertificateResponse.RenewCertificateResponse;
92
100
  import * as RestartNodeResponse from "./restart-node-response";
93
101
  export import RestartNodeResponse = RestartNodeResponse.RestartNodeResponse;
94
102
  import * as StartBdsInstanceResponse from "./start-bds-instance-response";
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190531
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ export interface RenewCertificateResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact
16
+ * Oracle about a request, provide this request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
22
+ *
23
+ */
24
+ "opcWorkRequestId": string;
25
+ }