oci-bds 2.76.1 → 2.77.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +58 -52
- package/lib/client.js +60 -51
- package/lib/client.js.map +1 -1
- package/lib/model/auto-scale-policy.d.ts +1 -1
- package/lib/model/bds-instance-summary.d.ts +2 -2
- package/lib/model/bds-instance.d.ts +2 -2
- package/lib/model/create-bds-instance-details.d.ts +2 -2
- package/lib/model/update-bds-instance-details.d.ts +2 -2
- package/lib/request/activate-bds-metastore-configuration-request.d.ts +2 -2
- package/lib/request/add-auto-scaling-configuration-request.d.ts +2 -2
- package/lib/request/add-block-storage-request.d.ts +2 -2
- package/lib/request/add-cloud-sql-request.d.ts +2 -2
- package/lib/request/add-kafka-request.d.ts +2 -2
- package/lib/request/add-master-nodes-request.d.ts +2 -2
- package/lib/request/add-utility-nodes-request.d.ts +2 -2
- package/lib/request/add-worker-nodes-request.d.ts +2 -2
- package/lib/request/certificate-service-info-request.d.ts +2 -2
- package/lib/request/change-bds-instance-compartment-request.d.ts +2 -2
- package/lib/request/change-shape-request.d.ts +2 -2
- package/lib/request/create-bds-api-key-request.d.ts +1 -1
- package/lib/request/create-bds-instance-request.d.ts +1 -1
- package/lib/request/create-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/delete-bds-api-key-request.d.ts +2 -2
- package/lib/request/delete-bds-instance-request.d.ts +2 -2
- package/lib/request/delete-bds-metastore-configuration-request.d.ts +2 -2
- package/lib/request/disable-certificate-request.d.ts +2 -2
- package/lib/request/enable-certificate-request.d.ts +2 -2
- package/lib/request/execute-bootstrap-script-request.d.ts +2 -2
- package/lib/request/get-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/get-bds-api-key-request.d.ts +1 -1
- package/lib/request/get-bds-instance-request.d.ts +1 -1
- package/lib/request/get-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/get-os-patch-details-request.d.ts +2 -2
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/install-os-patch-request.d.ts +2 -2
- package/lib/request/install-patch-request.d.ts +2 -2
- package/lib/request/list-auto-scaling-configurations-request.d.ts +1 -1
- package/lib/request/list-bds-api-keys-request.d.ts +1 -1
- package/lib/request/list-bds-instances-request.d.ts +1 -1
- package/lib/request/list-bds-metastore-configurations-request.d.ts +1 -1
- package/lib/request/list-os-patches-request.d.ts +2 -2
- package/lib/request/list-patch-histories-request.d.ts +1 -1
- package/lib/request/list-patches-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/remove-auto-scaling-configuration-request.d.ts +2 -2
- package/lib/request/remove-cloud-sql-request.d.ts +2 -2
- package/lib/request/remove-kafka-request.d.ts +2 -2
- package/lib/request/remove-node-request.d.ts +2 -2
- package/lib/request/renew-certificate-request.d.ts +2 -2
- package/lib/request/restart-node-request.d.ts +2 -2
- package/lib/request/start-bds-instance-request.d.ts +2 -2
- package/lib/request/stop-bds-instance-request.d.ts +2 -2
- package/lib/request/test-bds-metastore-configuration-request.d.ts +2 -2
- package/lib/request/test-bds-object-storage-connection-request.d.ts +1 -1
- package/lib/request/update-auto-scaling-configuration-request.d.ts +2 -2
- package/lib/request/update-bds-instance-request.d.ts +2 -2
- package/lib/request/update-bds-metastore-configuration-request.d.ts +2 -2
- package/lib/response/certificate-service-info-response.d.ts +1 -1
- package/lib/response/get-auto-scaling-configuration-response.d.ts +1 -1
- package/lib/response/get-bds-api-key-response.d.ts +1 -1
- package/lib/response/get-bds-instance-response.d.ts +1 -1
- package/lib/response/get-bds-metastore-configuration-response.d.ts +1 -1
- package/lib/response/get-os-patch-details-response.d.ts +1 -1
- package/lib/response/list-auto-scaling-configurations-response.d.ts +1 -1
- package/lib/response/list-bds-api-keys-response.d.ts +1 -1
- package/lib/response/list-bds-instances-response.d.ts +1 -1
- package/lib/response/list-bds-metastore-configurations-response.d.ts +1 -1
- package/lib/response/list-os-patches-response.d.ts +2 -2
- package/lib/response/list-patch-histories-response.d.ts +1 -1
- package/lib/response/list-patches-response.d.ts +1 -1
- package/lib/response/list-work-request-errors-response.d.ts +1 -1
- package/lib/response/list-work-request-logs-response.d.ts +1 -1
- package/lib/response/list-work-requests-response.d.ts +1 -1
- package/package.json +3 -3
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/bds/AddKafka.ts.html |here} to see how to use AddKafkaRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddKafkaRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -30,7 +30,7 @@ export interface AddKafkaRequest extends common.BaseRequest {
|
|
|
30
30
|
"opcRequestId"?: string;
|
|
31
31
|
/**
|
|
32
32
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
33
|
-
* for a resource, set the
|
|
33
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
34
34
|
* etag from a previous GET or POST response for that resource.
|
|
35
35
|
* The resource will be updated or deleted only if the etag you
|
|
36
36
|
* provide matches the resource's current etag value.
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/bds/AddMasterNodes.ts.html |here} to see how to use AddMasterNodesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddMasterNodesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -30,7 +30,7 @@ export interface AddMasterNodesRequest extends common.BaseRequest {
|
|
|
30
30
|
"opcRequestId"?: string;
|
|
31
31
|
/**
|
|
32
32
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
33
|
-
* for a resource, set the
|
|
33
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
34
34
|
* etag from a previous GET or POST response for that resource.
|
|
35
35
|
* The resource will be updated or deleted only if the etag you
|
|
36
36
|
* provide matches the resource's current etag value.
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/bds/AddUtilityNodes.ts.html |here} to see how to use AddUtilityNodesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddUtilityNodesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -30,7 +30,7 @@ export interface AddUtilityNodesRequest extends common.BaseRequest {
|
|
|
30
30
|
"opcRequestId"?: string;
|
|
31
31
|
/**
|
|
32
32
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
33
|
-
* for a resource, set the
|
|
33
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
34
34
|
* etag from a previous GET or POST response for that resource.
|
|
35
35
|
* The resource will be updated or deleted only if the etag you
|
|
36
36
|
* provide matches the resource's current etag value.
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddWorkerNodesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -30,7 +30,7 @@ export interface AddWorkerNodesRequest extends common.BaseRequest {
|
|
|
30
30
|
"opcRequestId"?: string;
|
|
31
31
|
/**
|
|
32
32
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
33
|
-
* for a resource, set the
|
|
33
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
34
34
|
* etag from a previous GET or POST response for that resource.
|
|
35
35
|
* The resource will be updated or deleted only if the etag you
|
|
36
36
|
* provide matches the resource's current etag value.
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/bds/CertificateServiceInfo.ts.html |here} to see how to use CertificateServiceInfoRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CertificateServiceInfoRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -30,7 +30,7 @@ export interface CertificateServiceInfoRequest extends common.BaseRequest {
|
|
|
30
30
|
"opcRequestId"?: string;
|
|
31
31
|
/**
|
|
32
32
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
33
|
-
* for a resource, set the
|
|
33
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
34
34
|
* etag from a previous GET or POST response for that resource.
|
|
35
35
|
* The resource will be updated or deleted only if the etag you
|
|
36
36
|
* provide matches the resource's current etag value.
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeBdsInstanceCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -30,7 +30,7 @@ export interface ChangeBdsInstanceCompartmentRequest extends common.BaseRequest
|
|
|
30
30
|
"opcRequestId"?: string;
|
|
31
31
|
/**
|
|
32
32
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
33
|
-
* for a resource, set the
|
|
33
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
34
34
|
* etag from a previous GET or POST response for that resource.
|
|
35
35
|
* The resource will be updated or deleted only if the etag you
|
|
36
36
|
* provide matches the resource's current etag value.
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/bds/ChangeShape.ts.html |here} to see how to use ChangeShapeRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeShapeRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -30,7 +30,7 @@ export interface ChangeShapeRequest extends common.BaseRequest {
|
|
|
30
30
|
"opcRequestId"?: string;
|
|
31
31
|
/**
|
|
32
32
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
33
|
-
* for a resource, set the
|
|
33
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
34
34
|
* etag from a previous GET or POST response for that resource.
|
|
35
35
|
* The resource will be updated or deleted only if the etag you
|
|
36
36
|
* provide matches the resource's current etag value.
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKeyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateBdsApiKeyRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstanceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateBdsInstanceRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateBdsMetastoreConfigurationRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKeyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteBdsApiKeyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -29,7 +29,7 @@ export interface DeleteBdsApiKeyRequest extends common.BaseRequest {
|
|
|
29
29
|
"opcRequestId"?: string;
|
|
30
30
|
/**
|
|
31
31
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
32
|
-
* for a resource, set the
|
|
32
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
33
33
|
* etag from a previous GET or POST response for that resource.
|
|
34
34
|
* The resource will be updated or deleted only if the etag you
|
|
35
35
|
* provide matches the resource's current etag value.
|
|
@@ -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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstanceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteBdsInstanceRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -25,7 +25,7 @@ export interface DeleteBdsInstanceRequest extends common.BaseRequest {
|
|
|
25
25
|
"opcRequestId"?: string;
|
|
26
26
|
/**
|
|
27
27
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
28
|
-
* for a resource, set the
|
|
28
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
29
29
|
* etag from a previous GET or POST response for that resource.
|
|
30
30
|
* The resource will be updated or deleted only if the etag you
|
|
31
31
|
* provide matches the resource's current etag value.
|
|
@@ -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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfigurationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteBdsMetastoreConfigurationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -29,7 +29,7 @@ export interface DeleteBdsMetastoreConfigurationRequest extends common.BaseReque
|
|
|
29
29
|
"opcRequestId"?: string;
|
|
30
30
|
/**
|
|
31
31
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
32
|
-
* for a resource, set the
|
|
32
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
33
33
|
* etag from a previous GET or POST response for that resource.
|
|
34
34
|
* The resource will be updated or deleted only if the etag you
|
|
35
35
|
* provide matches the resource's current etag value.
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/bds/DisableCertificate.ts.html |here} to see how to use DisableCertificateRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface DisableCertificateRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -30,7 +30,7 @@ export interface DisableCertificateRequest extends common.BaseRequest {
|
|
|
30
30
|
"opcRequestId"?: string;
|
|
31
31
|
/**
|
|
32
32
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
33
|
-
* for a resource, set the
|
|
33
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
34
34
|
* etag from a previous GET or POST response for that resource.
|
|
35
35
|
* The resource will be updated or deleted only if the etag you
|
|
36
36
|
* provide matches the resource's current etag value.
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/bds/EnableCertificate.ts.html |here} to see how to use EnableCertificateRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface EnableCertificateRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -30,7 +30,7 @@ export interface EnableCertificateRequest extends common.BaseRequest {
|
|
|
30
30
|
"opcRequestId"?: string;
|
|
31
31
|
/**
|
|
32
32
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
33
|
-
* for a resource, set the
|
|
33
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
34
34
|
* etag from a previous GET or POST response for that resource.
|
|
35
35
|
* The resource will be updated or deleted only if the etag you
|
|
36
36
|
* provide matches the resource's current etag value.
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScriptRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ExecuteBootstrapScriptRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -30,7 +30,7 @@ export interface ExecuteBootstrapScriptRequest extends common.BaseRequest {
|
|
|
30
30
|
"opcRequestId"?: string;
|
|
31
31
|
/**
|
|
32
32
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
33
|
-
* for a resource, set the
|
|
33
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
34
34
|
* etag from a previous GET or POST response for that resource.
|
|
35
35
|
* The resource will be updated or deleted only if the etag you
|
|
36
36
|
* provide matches the resource's current etag value.
|
|
@@ -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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfigurationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAutoScalingConfigurationRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/bds/GetOsPatchDetails.ts.html |here} to see how to use GetOsPatchDetailsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetOsPatchDetailsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -29,7 +29,7 @@ export interface GetOsPatchDetailsRequest extends common.BaseRequest {
|
|
|
29
29
|
"opcRequestId"?: string;
|
|
30
30
|
/**
|
|
31
31
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
32
|
-
* for a resource, set the
|
|
32
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
33
33
|
* etag from a previous GET or POST response for that resource.
|
|
34
34
|
* The resource will be updated or deleted only if the etag you
|
|
35
35
|
* provide matches the resource's current etag value.
|
|
@@ -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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/bds/InstallOsPatch.ts.html |here} to see how to use InstallOsPatchRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface InstallOsPatchRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -30,7 +30,7 @@ export interface InstallOsPatchRequest extends common.BaseRequest {
|
|
|
30
30
|
"opcRequestId"?: string;
|
|
31
31
|
/**
|
|
32
32
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
33
|
-
* for a resource, set the
|
|
33
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
34
34
|
* etag from a previous GET or POST response for that resource.
|
|
35
35
|
* The resource will be updated or deleted only if the etag you
|
|
36
36
|
* provide matches the resource's current etag value.
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/bds/InstallPatch.ts.html |here} to see how to use InstallPatchRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface InstallPatchRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -30,7 +30,7 @@ export interface InstallPatchRequest extends common.BaseRequest {
|
|
|
30
30
|
"opcRequestId"?: string;
|
|
31
31
|
/**
|
|
32
32
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
33
|
-
* for a resource, set the
|
|
33
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
34
34
|
* etag from a previous GET or POST response for that resource.
|
|
35
35
|
* The resource will be updated or deleted only if the etag you
|
|
36
36
|
* provide matches the resource's current etag value.
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/bds/ListOsPatches.ts.html |here} to see how to use ListOsPatchesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListOsPatchesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -43,7 +43,7 @@ export interface ListOsPatchesRequest extends common.BaseRequest {
|
|
|
43
43
|
"opcRequestId"?: string;
|
|
44
44
|
/**
|
|
45
45
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
46
|
-
* for a resource, set the
|
|
46
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
47
47
|
* etag from a previous GET or POST response for that resource.
|
|
48
48
|
* The resource will be updated or deleted only if the etag you
|
|
49
49
|
* provide matches the resource's current etag value.
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RemoveAutoScalingConfigurationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -34,7 +34,7 @@ export interface RemoveAutoScalingConfigurationRequest extends common.BaseReques
|
|
|
34
34
|
"opcRequestId"?: string;
|
|
35
35
|
/**
|
|
36
36
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
37
|
-
* for a resource, set the
|
|
37
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
38
38
|
* etag from a previous GET or POST response for that resource.
|
|
39
39
|
* The resource will be updated or deleted only if the etag you
|
|
40
40
|
* provide matches the resource's current etag value.
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSqlRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RemoveCloudSqlRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -30,7 +30,7 @@ export interface RemoveCloudSqlRequest extends common.BaseRequest {
|
|
|
30
30
|
"opcRequestId"?: string;
|
|
31
31
|
/**
|
|
32
32
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
33
|
-
* for a resource, set the
|
|
33
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
34
34
|
* etag from a previous GET or POST response for that resource.
|
|
35
35
|
* The resource will be updated or deleted only if the etag you
|
|
36
36
|
* provide matches the resource's current etag value.
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/bds/RemoveKafka.ts.html |here} to see how to use RemoveKafkaRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RemoveKafkaRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -30,7 +30,7 @@ export interface RemoveKafkaRequest extends common.BaseRequest {
|
|
|
30
30
|
"opcRequestId"?: string;
|
|
31
31
|
/**
|
|
32
32
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
33
|
-
* for a resource, set the
|
|
33
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
34
34
|
* etag from a previous GET or POST response for that resource.
|
|
35
35
|
* The resource will be updated or deleted only if the etag you
|
|
36
36
|
* provide matches the resource's current etag value.
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/bds/RemoveNode.ts.html |here} to see how to use RemoveNodeRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RemoveNodeRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -30,7 +30,7 @@ export interface RemoveNodeRequest extends common.BaseRequest {
|
|
|
30
30
|
"opcRequestId"?: string;
|
|
31
31
|
/**
|
|
32
32
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
33
|
-
* for a resource, set the
|
|
33
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
34
34
|
* etag from a previous GET or POST response for that resource.
|
|
35
35
|
* The resource will be updated or deleted only if the etag you
|
|
36
36
|
* provide matches the resource's current etag value.
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/bds/RenewCertificate.ts.html |here} to see how to use RenewCertificateRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RenewCertificateRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -30,7 +30,7 @@ export interface RenewCertificateRequest extends common.BaseRequest {
|
|
|
30
30
|
"opcRequestId"?: string;
|
|
31
31
|
/**
|
|
32
32
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
33
|
-
* for a resource, set the
|
|
33
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
34
34
|
* etag from a previous GET or POST response for that resource.
|
|
35
35
|
* The resource will be updated or deleted only if the etag you
|
|
36
36
|
* provide matches the resource's current etag value.
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/bds/RestartNode.ts.html |here} to see how to use RestartNodeRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RestartNodeRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -30,7 +30,7 @@ export interface RestartNodeRequest extends common.BaseRequest {
|
|
|
30
30
|
"opcRequestId"?: string;
|
|
31
31
|
/**
|
|
32
32
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
33
|
-
* for a resource, set the
|
|
33
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
34
34
|
* etag from a previous GET or POST response for that resource.
|
|
35
35
|
* The resource will be updated or deleted only if the etag you
|
|
36
36
|
* provide matches the resource's current etag value.
|