oci-bds 2.6.0 → 2.9.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 (77) hide show
  1. package/lib/bds-waiter.d.ts +8 -0
  2. package/lib/bds-waiter.js +12 -0
  3. package/lib/bds-waiter.js.map +1 -1
  4. package/lib/client.d.ts +101 -22
  5. package/lib/client.js +373 -23
  6. package/lib/client.js.map +1 -1
  7. package/lib/model/bds-api-key-summary.d.ts +46 -0
  8. package/lib/model/bds-api-key-summary.js +30 -0
  9. package/lib/model/bds-api-key-summary.js.map +1 -0
  10. package/lib/model/bds-api-key.d.ts +74 -0
  11. package/lib/model/bds-api-key.js +43 -0
  12. package/lib/model/bds-api-key.js.map +1 -0
  13. package/lib/model/create-bds-api-key-details.d.ts +42 -0
  14. package/lib/model/create-bds-api-key-details.js +30 -0
  15. package/lib/model/create-bds-api-key-details.js.map +1 -0
  16. package/lib/model/index.d.ts +8 -0
  17. package/lib/model/index.js +9 -1
  18. package/lib/model/index.js.map +1 -1
  19. package/lib/model/test-bds-object-storage-connection-details.d.ts +34 -0
  20. package/lib/model/test-bds-object-storage-connection-details.js +30 -0
  21. package/lib/model/test-bds-object-storage-connection-details.js.map +1 -0
  22. package/lib/request/add-auto-scaling-configuration-request.d.ts +1 -1
  23. package/lib/request/add-block-storage-request.d.ts +1 -1
  24. package/lib/request/add-cloud-sql-request.d.ts +1 -1
  25. package/lib/request/add-worker-nodes-request.d.ts +1 -1
  26. package/lib/request/change-bds-instance-compartment-request.d.ts +1 -1
  27. package/lib/request/change-shape-request.d.ts +1 -1
  28. package/lib/request/create-bds-api-key-request.d.ts +40 -0
  29. package/lib/request/create-bds-api-key-request.js +15 -0
  30. package/lib/request/create-bds-api-key-request.js.map +1 -0
  31. package/lib/request/create-bds-instance-request.d.ts +1 -1
  32. package/lib/request/delete-bds-api-key-request.d.ts +39 -0
  33. package/lib/request/delete-bds-api-key-request.js +15 -0
  34. package/lib/request/delete-bds-api-key-request.js.map +1 -0
  35. package/lib/request/delete-bds-instance-request.d.ts +1 -1
  36. package/lib/request/get-auto-scaling-configuration-request.d.ts +1 -1
  37. package/lib/request/get-bds-api-key-request.d.ts +30 -0
  38. package/lib/request/get-bds-api-key-request.js +15 -0
  39. package/lib/request/get-bds-api-key-request.js.map +1 -0
  40. package/lib/request/get-bds-instance-request.d.ts +1 -1
  41. package/lib/request/get-work-request-request.d.ts +1 -1
  42. package/lib/request/index.d.ts +10 -0
  43. package/lib/request/index.js +3 -1
  44. package/lib/request/index.js.map +1 -1
  45. package/lib/request/list-auto-scaling-configurations-request.d.ts +1 -1
  46. package/lib/request/list-bds-api-keys-request.d.ts +62 -0
  47. package/lib/request/list-bds-api-keys-request.js +24 -0
  48. package/lib/request/list-bds-api-keys-request.js.map +1 -0
  49. package/lib/request/list-bds-instances-request.d.ts +1 -1
  50. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  51. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  52. package/lib/request/list-work-requests-request.d.ts +1 -1
  53. package/lib/request/remove-auto-scaling-configuration-request.d.ts +1 -1
  54. package/lib/request/remove-cloud-sql-request.d.ts +1 -1
  55. package/lib/request/restart-node-request.d.ts +1 -1
  56. package/lib/request/test-bds-object-storage-connection-request.d.ts +35 -0
  57. package/lib/request/test-bds-object-storage-connection-request.js +15 -0
  58. package/lib/request/test-bds-object-storage-connection-request.js.map +1 -0
  59. package/lib/request/update-auto-scaling-configuration-request.d.ts +1 -1
  60. package/lib/request/update-bds-instance-request.d.ts +1 -1
  61. package/lib/response/create-bds-api-key-response.d.ts +25 -0
  62. package/lib/response/create-bds-api-key-response.js +15 -0
  63. package/lib/response/create-bds-api-key-response.js.map +1 -0
  64. package/lib/response/delete-bds-api-key-response.d.ts +25 -0
  65. package/lib/response/delete-bds-api-key-response.js +15 -0
  66. package/lib/response/delete-bds-api-key-response.js.map +1 -0
  67. package/lib/response/get-bds-api-key-response.d.ts +30 -0
  68. package/lib/response/get-bds-api-key-response.js +15 -0
  69. package/lib/response/get-bds-api-key-response.js.map +1 -0
  70. package/lib/response/index.d.ts +10 -0
  71. package/lib/response/list-bds-api-keys-response.d.ts +32 -0
  72. package/lib/response/list-bds-api-keys-response.js +15 -0
  73. package/lib/response/list-bds-api-keys-response.js.map +1 -0
  74. package/lib/response/test-bds-object-storage-connection-response.d.ts +25 -0
  75. package/lib/response/test-bds-object-storage-connection-response.js +15 -0
  76. package/lib/response/test-bds-object-storage-connection-response.js.map +1 -0
  77. 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.6.0/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.9.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstanceRequest.
17
17
  */
18
18
  export interface UpdateBdsInstanceRequest extends common.BaseRequest {
19
19
  /**
@@ -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, 2021, 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 CreateBdsApiKeyResponse {
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, 2021, 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=create-bds-api-key-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-bds-api-key-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/create-bds-api-key-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, 2021, 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 DeleteBdsApiKeyResponse {
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, 2021, 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=delete-bds-api-key-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-bds-api-key-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/delete-bds-api-key-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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, 2021, 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 GetBdsApiKeyResponse {
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
+ * The returned model.BdsApiKey instance.
28
+ */
29
+ "bdsApiKey": model.BdsApiKey;
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, 2021, 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=get-bds-api-key-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-bds-api-key-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/get-bds-api-key-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -23,18 +23,26 @@ import * as ChangeBdsInstanceCompartmentResponse from "./change-bds-instance-com
23
23
  export import ChangeBdsInstanceCompartmentResponse = ChangeBdsInstanceCompartmentResponse.ChangeBdsInstanceCompartmentResponse;
24
24
  import * as ChangeShapeResponse from "./change-shape-response";
25
25
  export import ChangeShapeResponse = ChangeShapeResponse.ChangeShapeResponse;
26
+ import * as CreateBdsApiKeyResponse from "./create-bds-api-key-response";
27
+ export import CreateBdsApiKeyResponse = CreateBdsApiKeyResponse.CreateBdsApiKeyResponse;
26
28
  import * as CreateBdsInstanceResponse from "./create-bds-instance-response";
27
29
  export import CreateBdsInstanceResponse = CreateBdsInstanceResponse.CreateBdsInstanceResponse;
30
+ import * as DeleteBdsApiKeyResponse from "./delete-bds-api-key-response";
31
+ export import DeleteBdsApiKeyResponse = DeleteBdsApiKeyResponse.DeleteBdsApiKeyResponse;
28
32
  import * as DeleteBdsInstanceResponse from "./delete-bds-instance-response";
29
33
  export import DeleteBdsInstanceResponse = DeleteBdsInstanceResponse.DeleteBdsInstanceResponse;
30
34
  import * as GetAutoScalingConfigurationResponse from "./get-auto-scaling-configuration-response";
31
35
  export import GetAutoScalingConfigurationResponse = GetAutoScalingConfigurationResponse.GetAutoScalingConfigurationResponse;
36
+ import * as GetBdsApiKeyResponse from "./get-bds-api-key-response";
37
+ export import GetBdsApiKeyResponse = GetBdsApiKeyResponse.GetBdsApiKeyResponse;
32
38
  import * as GetBdsInstanceResponse from "./get-bds-instance-response";
33
39
  export import GetBdsInstanceResponse = GetBdsInstanceResponse.GetBdsInstanceResponse;
34
40
  import * as GetWorkRequestResponse from "./get-work-request-response";
35
41
  export import GetWorkRequestResponse = GetWorkRequestResponse.GetWorkRequestResponse;
36
42
  import * as ListAutoScalingConfigurationsResponse from "./list-auto-scaling-configurations-response";
37
43
  export import ListAutoScalingConfigurationsResponse = ListAutoScalingConfigurationsResponse.ListAutoScalingConfigurationsResponse;
44
+ import * as ListBdsApiKeysResponse from "./list-bds-api-keys-response";
45
+ export import ListBdsApiKeysResponse = ListBdsApiKeysResponse.ListBdsApiKeysResponse;
38
46
  import * as ListBdsInstancesResponse from "./list-bds-instances-response";
39
47
  export import ListBdsInstancesResponse = ListBdsInstancesResponse.ListBdsInstancesResponse;
40
48
  import * as ListWorkRequestErrorsResponse from "./list-work-request-errors-response";
@@ -49,6 +57,8 @@ import * as RemoveCloudSqlResponse from "./remove-cloud-sql-response";
49
57
  export import RemoveCloudSqlResponse = RemoveCloudSqlResponse.RemoveCloudSqlResponse;
50
58
  import * as RestartNodeResponse from "./restart-node-response";
51
59
  export import RestartNodeResponse = RestartNodeResponse.RestartNodeResponse;
60
+ import * as TestBdsObjectStorageConnectionResponse from "./test-bds-object-storage-connection-response";
61
+ export import TestBdsObjectStorageConnectionResponse = TestBdsObjectStorageConnectionResponse.TestBdsObjectStorageConnectionResponse;
52
62
  import * as UpdateAutoScalingConfigurationResponse from "./update-auto-scaling-configuration-response";
53
63
  export import UpdateAutoScalingConfigurationResponse = UpdateAutoScalingConfigurationResponse.UpdateAutoScalingConfigurationResponse;
54
64
  import * as UpdateBdsInstanceResponse from "./update-bds-instance-response";
@@ -0,0 +1,32 @@
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, 2021, 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 ListBdsApiKeysResponse {
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 pagination of a list of items. When paging through a list, if this header appears in the response,
23
+ * then a partial list might have been returned. Include this value as the `page` parameter for the
24
+ * subsequent GET request to get the next batch of items.
25
+ *
26
+ */
27
+ "opcNextPage": string;
28
+ /**
29
+ * A list of BdsApiKeySummary instances.
30
+ */
31
+ "items": model.BdsApiKeySummary[];
32
+ }
@@ -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, 2021, 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=list-bds-api-keys-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-bds-api-keys-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/list-bds-api-keys-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, 2021, 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 TestBdsObjectStorageConnectionResponse {
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, 2021, 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=test-bds-object-storage-connection-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"test-bds-object-storage-connection-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/test-bds-object-storage-connection-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-bds",
3
- "version": "2.6.0",
3
+ "version": "2.9.0",
4
4
  "description": "OCI NodeJS client for BDS Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.6.0",
19
- "oci-workrequests": "2.6.0"
18
+ "oci-common": "2.9.0",
19
+ "oci-workrequests": "2.9.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"