oci-bds 2.9.1 → 2.10.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 (103) 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 +125 -26
  5. package/lib/client.js +502 -26
  6. package/lib/client.js.map +1 -1
  7. package/lib/model/activate-bds-metastore-configuration-details.d.ts +30 -0
  8. package/lib/model/activate-bds-metastore-configuration-details.js +30 -0
  9. package/lib/model/activate-bds-metastore-configuration-details.js.map +1 -0
  10. package/lib/model/bds-metastore-configuration-summary.d.ts +54 -0
  11. package/lib/model/bds-metastore-configuration-summary.js +30 -0
  12. package/lib/model/bds-metastore-configuration-summary.js.map +1 -0
  13. package/lib/model/bds-metastore-configuration.d.ts +78 -0
  14. package/lib/model/bds-metastore-configuration.js +56 -0
  15. package/lib/model/bds-metastore-configuration.js.map +1 -0
  16. package/lib/model/create-bds-metastore-configuration-details.d.ts +42 -0
  17. package/lib/model/create-bds-metastore-configuration-details.js +30 -0
  18. package/lib/model/create-bds-metastore-configuration-details.js.map +1 -0
  19. package/lib/model/index.d.ts +12 -0
  20. package/lib/model/index.js +13 -1
  21. package/lib/model/index.js.map +1 -1
  22. package/lib/model/operation-types.d.ts +8 -0
  23. package/lib/model/operation-types.js +8 -0
  24. package/lib/model/operation-types.js.map +1 -1
  25. package/lib/model/test-bds-metastore-configuration-details.d.ts +26 -0
  26. package/lib/model/test-bds-metastore-configuration-details.js +30 -0
  27. package/lib/model/test-bds-metastore-configuration-details.js.map +1 -0
  28. package/lib/model/update-bds-metastore-configuration-details.d.ts +38 -0
  29. package/lib/model/update-bds-metastore-configuration-details.js +30 -0
  30. package/lib/model/update-bds-metastore-configuration-details.js.map +1 -0
  31. package/lib/request/activate-bds-metastore-configuration-request.d.ts +53 -0
  32. package/lib/request/activate-bds-metastore-configuration-request.js +15 -0
  33. package/lib/request/activate-bds-metastore-configuration-request.js.map +1 -0
  34. package/lib/request/add-auto-scaling-configuration-request.d.ts +1 -1
  35. package/lib/request/add-block-storage-request.d.ts +1 -1
  36. package/lib/request/add-cloud-sql-request.d.ts +1 -1
  37. package/lib/request/add-worker-nodes-request.d.ts +1 -1
  38. package/lib/request/change-bds-instance-compartment-request.d.ts +1 -1
  39. package/lib/request/change-shape-request.d.ts +1 -1
  40. package/lib/request/create-bds-api-key-request.d.ts +1 -1
  41. package/lib/request/create-bds-instance-request.d.ts +1 -1
  42. package/lib/request/create-bds-metastore-configuration-request.d.ts +40 -0
  43. package/lib/request/create-bds-metastore-configuration-request.js +15 -0
  44. package/lib/request/create-bds-metastore-configuration-request.js.map +1 -0
  45. package/lib/request/delete-bds-api-key-request.d.ts +1 -1
  46. package/lib/request/delete-bds-instance-request.d.ts +1 -1
  47. package/lib/request/delete-bds-metastore-configuration-request.d.ts +39 -0
  48. package/lib/request/delete-bds-metastore-configuration-request.js +15 -0
  49. package/lib/request/delete-bds-metastore-configuration-request.js.map +1 -0
  50. package/lib/request/get-auto-scaling-configuration-request.d.ts +1 -1
  51. package/lib/request/get-bds-api-key-request.d.ts +1 -1
  52. package/lib/request/get-bds-instance-request.d.ts +1 -1
  53. package/lib/request/get-bds-metastore-configuration-request.d.ts +30 -0
  54. package/lib/request/get-bds-metastore-configuration-request.js +15 -0
  55. package/lib/request/get-bds-metastore-configuration-request.js.map +1 -0
  56. package/lib/request/get-work-request-request.d.ts +1 -1
  57. package/lib/request/index.d.ts +14 -0
  58. package/lib/request/index.js +3 -1
  59. package/lib/request/index.js.map +1 -1
  60. package/lib/request/list-auto-scaling-configurations-request.d.ts +1 -1
  61. package/lib/request/list-bds-api-keys-request.d.ts +1 -1
  62. package/lib/request/list-bds-instances-request.d.ts +1 -1
  63. package/lib/request/list-bds-metastore-configurations-request.d.ts +70 -0
  64. package/lib/request/list-bds-metastore-configurations-request.js +24 -0
  65. package/lib/request/list-bds-metastore-configurations-request.js.map +1 -0
  66. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  67. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  68. package/lib/request/list-work-requests-request.d.ts +1 -1
  69. package/lib/request/remove-auto-scaling-configuration-request.d.ts +1 -1
  70. package/lib/request/remove-cloud-sql-request.d.ts +1 -1
  71. package/lib/request/restart-node-request.d.ts +1 -1
  72. package/lib/request/test-bds-metastore-configuration-request.d.ts +44 -0
  73. package/lib/request/test-bds-metastore-configuration-request.js +15 -0
  74. package/lib/request/test-bds-metastore-configuration-request.js.map +1 -0
  75. package/lib/request/test-bds-object-storage-connection-request.d.ts +1 -1
  76. package/lib/request/update-auto-scaling-configuration-request.d.ts +1 -1
  77. package/lib/request/update-bds-instance-request.d.ts +1 -1
  78. package/lib/request/update-bds-metastore-configuration-request.d.ts +44 -0
  79. package/lib/request/update-bds-metastore-configuration-request.js +15 -0
  80. package/lib/request/update-bds-metastore-configuration-request.js.map +1 -0
  81. package/lib/response/activate-bds-metastore-configuration-response.d.ts +25 -0
  82. package/lib/response/activate-bds-metastore-configuration-response.js +15 -0
  83. package/lib/response/activate-bds-metastore-configuration-response.js.map +1 -0
  84. package/lib/response/create-bds-metastore-configuration-response.d.ts +25 -0
  85. package/lib/response/create-bds-metastore-configuration-response.js +15 -0
  86. package/lib/response/create-bds-metastore-configuration-response.js.map +1 -0
  87. package/lib/response/delete-bds-metastore-configuration-response.d.ts +25 -0
  88. package/lib/response/delete-bds-metastore-configuration-response.js +15 -0
  89. package/lib/response/delete-bds-metastore-configuration-response.js.map +1 -0
  90. package/lib/response/get-bds-metastore-configuration-response.d.ts +30 -0
  91. package/lib/response/get-bds-metastore-configuration-response.js +15 -0
  92. package/lib/response/get-bds-metastore-configuration-response.js.map +1 -0
  93. package/lib/response/index.d.ts +14 -0
  94. package/lib/response/list-bds-metastore-configurations-response.d.ts +32 -0
  95. package/lib/response/list-bds-metastore-configurations-response.js +15 -0
  96. package/lib/response/list-bds-metastore-configurations-response.js.map +1 -0
  97. package/lib/response/test-bds-metastore-configuration-response.d.ts +25 -0
  98. package/lib/response/test-bds-metastore-configuration-response.js +15 -0
  99. package/lib/response/test-bds-metastore-configuration-response.js.map +1 -0
  100. package/lib/response/update-bds-metastore-configuration-response.d.ts +25 -0
  101. package/lib/response/update-bds-metastore-configuration-response.js +15 -0
  102. package/lib/response/update-bds-metastore-configuration-response.js.map +1 -0
  103. package/package.json +3 -3
@@ -13,6 +13,8 @@
13
13
  */
14
14
  import * as ActionTypes from "./action-types";
15
15
  export import ActionTypes = ActionTypes.ActionTypes;
16
+ import * as ActivateBdsMetastoreConfigurationDetails from "./activate-bds-metastore-configuration-details";
17
+ export import ActivateBdsMetastoreConfigurationDetails = ActivateBdsMetastoreConfigurationDetails.ActivateBdsMetastoreConfigurationDetails;
16
18
  import * as AddAutoScalingConfigurationDetails from "./add-auto-scaling-configuration-details";
17
19
  export import AddAutoScalingConfigurationDetails = AddAutoScalingConfigurationDetails.AddAutoScalingConfigurationDetails;
18
20
  import * as AddBlockStorageDetails from "./add-block-storage-details";
@@ -39,6 +41,10 @@ import * as BdsInstance from "./bds-instance";
39
41
  export import BdsInstance = BdsInstance.BdsInstance;
40
42
  import * as BdsInstanceSummary from "./bds-instance-summary";
41
43
  export import BdsInstanceSummary = BdsInstanceSummary.BdsInstanceSummary;
44
+ import * as BdsMetastoreConfiguration from "./bds-metastore-configuration";
45
+ export import BdsMetastoreConfiguration = BdsMetastoreConfiguration.BdsMetastoreConfiguration;
46
+ import * as BdsMetastoreConfigurationSummary from "./bds-metastore-configuration-summary";
47
+ export import BdsMetastoreConfigurationSummary = BdsMetastoreConfigurationSummary.BdsMetastoreConfigurationSummary;
42
48
  import * as ChangeBdsInstanceCompartmentDetails from "./change-bds-instance-compartment-details";
43
49
  export import ChangeBdsInstanceCompartmentDetails = ChangeBdsInstanceCompartmentDetails.ChangeBdsInstanceCompartmentDetails;
44
50
  import * as ChangeShapeDetails from "./change-shape-details";
@@ -53,6 +59,8 @@ import * as CreateBdsApiKeyDetails from "./create-bds-api-key-details";
53
59
  export import CreateBdsApiKeyDetails = CreateBdsApiKeyDetails.CreateBdsApiKeyDetails;
54
60
  import * as CreateBdsInstanceDetails from "./create-bds-instance-details";
55
61
  export import CreateBdsInstanceDetails = CreateBdsInstanceDetails.CreateBdsInstanceDetails;
62
+ import * as CreateBdsMetastoreConfigurationDetails from "./create-bds-metastore-configuration-details";
63
+ export import CreateBdsMetastoreConfigurationDetails = CreateBdsMetastoreConfigurationDetails.CreateBdsMetastoreConfigurationDetails;
56
64
  import * as CreateNodeDetails from "./create-node-details";
57
65
  export import CreateNodeDetails = CreateNodeDetails.CreateNodeDetails;
58
66
  import * as DefaultError from "./default-error";
@@ -77,12 +85,16 @@ import * as RestartNodeDetails from "./restart-node-details";
77
85
  export import RestartNodeDetails = RestartNodeDetails.RestartNodeDetails;
78
86
  import * as SortOrders from "./sort-orders";
79
87
  export import SortOrders = SortOrders.SortOrders;
88
+ import * as TestBdsMetastoreConfigurationDetails from "./test-bds-metastore-configuration-details";
89
+ export import TestBdsMetastoreConfigurationDetails = TestBdsMetastoreConfigurationDetails.TestBdsMetastoreConfigurationDetails;
80
90
  import * as TestBdsObjectStorageConnectionDetails from "./test-bds-object-storage-connection-details";
81
91
  export import TestBdsObjectStorageConnectionDetails = TestBdsObjectStorageConnectionDetails.TestBdsObjectStorageConnectionDetails;
82
92
  import * as UpdateAutoScalingConfigurationDetails from "./update-auto-scaling-configuration-details";
83
93
  export import UpdateAutoScalingConfigurationDetails = UpdateAutoScalingConfigurationDetails.UpdateAutoScalingConfigurationDetails;
84
94
  import * as UpdateBdsInstanceDetails from "./update-bds-instance-details";
85
95
  export import UpdateBdsInstanceDetails = UpdateBdsInstanceDetails.UpdateBdsInstanceDetails;
96
+ import * as UpdateBdsMetastoreConfigurationDetails from "./update-bds-metastore-configuration-details";
97
+ export import UpdateBdsMetastoreConfigurationDetails = UpdateBdsMetastoreConfigurationDetails.UpdateBdsMetastoreConfigurationDetails;
86
98
  import * as VolumeAttachmentDetail from "./volume-attachment-detail";
87
99
  export import VolumeAttachmentDetail = VolumeAttachmentDetail.VolumeAttachmentDetail;
88
100
  import * as WorkRequest from "./work-request";
@@ -32,9 +32,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
32
32
  return result;
33
33
  };
34
34
  Object.defineProperty(exports, "__esModule", { value: true });
35
- exports.WorkRequestResource = exports.WorkRequestLogEntry = exports.WorkRequestError = exports.WorkRequest = exports.VolumeAttachmentDetail = exports.UpdateBdsInstanceDetails = exports.UpdateAutoScalingConfigurationDetails = exports.TestBdsObjectStorageConnectionDetails = exports.SortOrders = exports.RestartNodeDetails = exports.RemoveCloudSqlDetails = exports.RemoveAutoScalingConfigurationDetails = exports.OperationTypes = exports.OperationStatus = exports.Node = exports.NetworkConfig = exports.MetricThresholdRule = exports.KerberosDetails = exports.DefaultError = exports.CreateNodeDetails = exports.CreateBdsInstanceDetails = exports.CreateBdsApiKeyDetails = exports.ClusterDetails = exports.CloudSqlDetails = exports.ChangeShapeNodes = exports.ChangeShapeDetails = exports.ChangeBdsInstanceCompartmentDetails = exports.BdsInstanceSummary = exports.BdsInstance = exports.BdsApiKeySummary = exports.BdsApiKey = exports.AutoScalingConfigurationSummary = exports.AutoScalingConfiguration = exports.AutoScalePolicyRule = exports.AutoScalePolicyMetricRule = exports.AutoScalePolicy = exports.AddWorkerNodesDetails = exports.AddCloudSqlDetails = exports.AddBlockStorageDetails = exports.AddAutoScalingConfigurationDetails = exports.ActionTypes = void 0;
35
+ exports.WorkRequestResource = exports.WorkRequestLogEntry = exports.WorkRequestError = exports.WorkRequest = exports.VolumeAttachmentDetail = exports.UpdateBdsMetastoreConfigurationDetails = exports.UpdateBdsInstanceDetails = exports.UpdateAutoScalingConfigurationDetails = exports.TestBdsObjectStorageConnectionDetails = exports.TestBdsMetastoreConfigurationDetails = exports.SortOrders = exports.RestartNodeDetails = exports.RemoveCloudSqlDetails = exports.RemoveAutoScalingConfigurationDetails = exports.OperationTypes = exports.OperationStatus = exports.Node = exports.NetworkConfig = exports.MetricThresholdRule = exports.KerberosDetails = exports.DefaultError = exports.CreateNodeDetails = exports.CreateBdsMetastoreConfigurationDetails = exports.CreateBdsInstanceDetails = exports.CreateBdsApiKeyDetails = exports.ClusterDetails = exports.CloudSqlDetails = exports.ChangeShapeNodes = exports.ChangeShapeDetails = exports.ChangeBdsInstanceCompartmentDetails = exports.BdsMetastoreConfigurationSummary = exports.BdsMetastoreConfiguration = exports.BdsInstanceSummary = exports.BdsInstance = exports.BdsApiKeySummary = exports.BdsApiKey = exports.AutoScalingConfigurationSummary = exports.AutoScalingConfiguration = exports.AutoScalePolicyRule = exports.AutoScalePolicyMetricRule = exports.AutoScalePolicy = exports.AddWorkerNodesDetails = exports.AddCloudSqlDetails = exports.AddBlockStorageDetails = exports.AddAutoScalingConfigurationDetails = exports.ActivateBdsMetastoreConfigurationDetails = exports.ActionTypes = void 0;
36
36
  const ActionTypes = __importStar(require("./action-types"));
37
37
  exports.ActionTypes = ActionTypes.ActionTypes;
38
+ const ActivateBdsMetastoreConfigurationDetails = __importStar(require("./activate-bds-metastore-configuration-details"));
39
+ exports.ActivateBdsMetastoreConfigurationDetails = ActivateBdsMetastoreConfigurationDetails.ActivateBdsMetastoreConfigurationDetails;
38
40
  const AddAutoScalingConfigurationDetails = __importStar(require("./add-auto-scaling-configuration-details"));
39
41
  exports.AddAutoScalingConfigurationDetails = AddAutoScalingConfigurationDetails.AddAutoScalingConfigurationDetails;
40
42
  const AddBlockStorageDetails = __importStar(require("./add-block-storage-details"));
@@ -61,6 +63,10 @@ const BdsInstance = __importStar(require("./bds-instance"));
61
63
  exports.BdsInstance = BdsInstance.BdsInstance;
62
64
  const BdsInstanceSummary = __importStar(require("./bds-instance-summary"));
63
65
  exports.BdsInstanceSummary = BdsInstanceSummary.BdsInstanceSummary;
66
+ const BdsMetastoreConfiguration = __importStar(require("./bds-metastore-configuration"));
67
+ exports.BdsMetastoreConfiguration = BdsMetastoreConfiguration.BdsMetastoreConfiguration;
68
+ const BdsMetastoreConfigurationSummary = __importStar(require("./bds-metastore-configuration-summary"));
69
+ exports.BdsMetastoreConfigurationSummary = BdsMetastoreConfigurationSummary.BdsMetastoreConfigurationSummary;
64
70
  const ChangeBdsInstanceCompartmentDetails = __importStar(require("./change-bds-instance-compartment-details"));
65
71
  exports.ChangeBdsInstanceCompartmentDetails = ChangeBdsInstanceCompartmentDetails.ChangeBdsInstanceCompartmentDetails;
66
72
  const ChangeShapeDetails = __importStar(require("./change-shape-details"));
@@ -75,6 +81,8 @@ const CreateBdsApiKeyDetails = __importStar(require("./create-bds-api-key-detail
75
81
  exports.CreateBdsApiKeyDetails = CreateBdsApiKeyDetails.CreateBdsApiKeyDetails;
76
82
  const CreateBdsInstanceDetails = __importStar(require("./create-bds-instance-details"));
77
83
  exports.CreateBdsInstanceDetails = CreateBdsInstanceDetails.CreateBdsInstanceDetails;
84
+ const CreateBdsMetastoreConfigurationDetails = __importStar(require("./create-bds-metastore-configuration-details"));
85
+ exports.CreateBdsMetastoreConfigurationDetails = CreateBdsMetastoreConfigurationDetails.CreateBdsMetastoreConfigurationDetails;
78
86
  const CreateNodeDetails = __importStar(require("./create-node-details"));
79
87
  exports.CreateNodeDetails = CreateNodeDetails.CreateNodeDetails;
80
88
  const DefaultError = __importStar(require("./default-error"));
@@ -99,12 +107,16 @@ const RestartNodeDetails = __importStar(require("./restart-node-details"));
99
107
  exports.RestartNodeDetails = RestartNodeDetails.RestartNodeDetails;
100
108
  const SortOrders = __importStar(require("./sort-orders"));
101
109
  exports.SortOrders = SortOrders.SortOrders;
110
+ const TestBdsMetastoreConfigurationDetails = __importStar(require("./test-bds-metastore-configuration-details"));
111
+ exports.TestBdsMetastoreConfigurationDetails = TestBdsMetastoreConfigurationDetails.TestBdsMetastoreConfigurationDetails;
102
112
  const TestBdsObjectStorageConnectionDetails = __importStar(require("./test-bds-object-storage-connection-details"));
103
113
  exports.TestBdsObjectStorageConnectionDetails = TestBdsObjectStorageConnectionDetails.TestBdsObjectStorageConnectionDetails;
104
114
  const UpdateAutoScalingConfigurationDetails = __importStar(require("./update-auto-scaling-configuration-details"));
105
115
  exports.UpdateAutoScalingConfigurationDetails = UpdateAutoScalingConfigurationDetails.UpdateAutoScalingConfigurationDetails;
106
116
  const UpdateBdsInstanceDetails = __importStar(require("./update-bds-instance-details"));
107
117
  exports.UpdateBdsInstanceDetails = UpdateBdsInstanceDetails.UpdateBdsInstanceDetails;
118
+ const UpdateBdsMetastoreConfigurationDetails = __importStar(require("./update-bds-metastore-configuration-details"));
119
+ exports.UpdateBdsMetastoreConfigurationDetails = UpdateBdsMetastoreConfigurationDetails.UpdateBdsMetastoreConfigurationDetails;
108
120
  const VolumeAttachmentDetail = __importStar(require("./volume-attachment-detail"));
109
121
  exports.VolumeAttachmentDetail = VolumeAttachmentDetail.VolumeAttachmentDetail;
110
122
  const WorkRequest = __importStar(require("./work-request"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,yHAA2G;AAC7F,QAAA,wCAAwC,GAAG,wCAAwC,CAAC,wCAAwC,CAAC;AAC3I,6GAA+F;AACjF,QAAA,kCAAkC,GAAG,kCAAkC,CAAC,kCAAkC,CAAC;AACzH,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,4EAA8D;AAChD,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,kFAAoE;AACtD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,2FAA6E;AAC/D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,8EAAgE;AAClD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,uFAAyE;AAC3D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,sGAAwF;AAC1E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAChH,yDAA2C;AAC7B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,wEAA0D;AAC5C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,yFAA2E;AAC7D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,wGAA0F;AAC5E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC;AACnH,+GAAiG;AACnF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,kEAAoD;AACtC,QAAA,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC;AAC7D,qFAAuE;AACzD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,qHAAuG;AACzF,QAAA,sCAAsC,GAAG,sCAAsC,CAAC,sCAAsC,CAAC;AACrI,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,8DAAgD;AAClC,QAAA,YAAY,GAAG,YAAY,CAAC,YAAY,CAAC;AACvD,oEAAsD;AACxC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,gEAAkD;AACpC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,6CAA+B;AACjB,QAAA,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;AAC/B,oEAAsD;AACxC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,kEAAoD;AACtC,QAAA,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC;AAC7D,mHAAqG;AACvF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,kFAAoE;AACtD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,0DAA4C;AAC9B,QAAA,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;AACjD,iHAAmG;AACrF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAC/H,oHAAsG;AACxF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,mHAAqG;AACvF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,qHAAuG;AACzF,QAAA,sCAAsC,GAAG,sCAAsC,CAAC,sCAAsC,CAAC;AACrI,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,8EAAgE;AAClD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC"}
@@ -28,6 +28,14 @@ export declare enum OperationTypes {
28
28
  RestartNode = "RESTART_NODE",
29
29
  AutoscaleConfig = "AUTOSCALE_CONFIG",
30
30
  AutoscaleRun = "AUTOSCALE_RUN",
31
+ CreateApiKey = "CREATE_API_KEY",
32
+ DeleteApiKey = "DELETE_API_KEY",
33
+ TestObjectStoreConnection = "TEST_OBJECT_STORE_CONNECTION",
34
+ CreateMetastoreConfig = "CREATE_METASTORE_CONFIG",
35
+ DeleteMetastoreConfig = "DELETE_METASTORE_CONFIG",
36
+ UpdateMetastoreConfig = "UPDATE_METASTORE_CONFIG",
37
+ ActivateMetastoreConfig = "ACTIVATE_METASTORE_CONFIG",
38
+ TestMetastoreConfig = "TEST_METASTORE_CONFIG",
31
39
  /**
32
40
  * This value is used if a service returns a value for this enum that is not recognized by this
33
41
  * version of the SDK.
@@ -32,6 +32,14 @@ var OperationTypes;
32
32
  OperationTypes["RestartNode"] = "RESTART_NODE";
33
33
  OperationTypes["AutoscaleConfig"] = "AUTOSCALE_CONFIG";
34
34
  OperationTypes["AutoscaleRun"] = "AUTOSCALE_RUN";
35
+ OperationTypes["CreateApiKey"] = "CREATE_API_KEY";
36
+ OperationTypes["DeleteApiKey"] = "DELETE_API_KEY";
37
+ OperationTypes["TestObjectStoreConnection"] = "TEST_OBJECT_STORE_CONNECTION";
38
+ OperationTypes["CreateMetastoreConfig"] = "CREATE_METASTORE_CONFIG";
39
+ OperationTypes["DeleteMetastoreConfig"] = "DELETE_METASTORE_CONFIG";
40
+ OperationTypes["UpdateMetastoreConfig"] = "UPDATE_METASTORE_CONFIG";
41
+ OperationTypes["ActivateMetastoreConfig"] = "ACTIVATE_METASTORE_CONFIG";
42
+ OperationTypes["TestMetastoreConfig"] = "TEST_METASTORE_CONFIG";
35
43
  /**
36
44
  * This value is used if a service returns a value for this enum that is not recognized by this
37
45
  * version of the SDK.
@@ -1 +1 @@
1
- {"version":3,"file":"operation-types.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/operation-types.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;IAEI;AACJ,IAAY,cAoBX;AApBD,WAAY,cAAc;IACxB,0CAAwB,CAAA;IACxB,0CAAwB,CAAA;IACxB,0CAAwB,CAAA;IACxB,uDAAqC,CAAA;IACrC,qDAAmC,CAAA;IACnC,+CAA6B,CAAA;IAC7B,qDAAmC,CAAA;IACnC,wEAAsD,CAAA;IACtD,8CAA4B,CAAA;IAC5B,8CAA4B,CAAA;IAC5B,8CAA4B,CAAA;IAC5B,sDAAoC,CAAA;IACpC,gDAA8B,CAAA;IAE9B;;;OAGG;IACH,gDAA8B,CAAA;AAChC,CAAC,EApBW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAoBzB;AAED,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,yBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,qCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAO9B"}
1
+ {"version":3,"file":"operation-types.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/operation-types.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;IAEI;AACJ,IAAY,cA4BX;AA5BD,WAAY,cAAc;IACxB,0CAAwB,CAAA;IACxB,0CAAwB,CAAA;IACxB,0CAAwB,CAAA;IACxB,uDAAqC,CAAA;IACrC,qDAAmC,CAAA;IACnC,+CAA6B,CAAA;IAC7B,qDAAmC,CAAA;IACnC,wEAAsD,CAAA;IACtD,8CAA4B,CAAA;IAC5B,8CAA4B,CAAA;IAC5B,8CAA4B,CAAA;IAC5B,sDAAoC,CAAA;IACpC,gDAA8B,CAAA;IAC9B,iDAA+B,CAAA;IAC/B,iDAA+B,CAAA;IAC/B,4EAA0D,CAAA;IAC1D,mEAAiD,CAAA;IACjD,mEAAiD,CAAA;IACjD,mEAAiD,CAAA;IACjD,uEAAqD,CAAA;IACrD,+DAA6C,CAAA;IAE7C;;;OAGG;IACH,gDAA8B,CAAA;AAChC,CAAC,EA5BW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QA4BzB;AAED,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,yBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,qCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAO9B"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Big Data Service API
3
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
4
+
5
+ * OpenAPI spec version: 20190531
6
+ * Contact: rahul.ra.arora@oracle.com
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
+ /**
15
+ * The reqeust body when testing a BDS metastore configuration
16
+ */
17
+ export interface TestBdsMetastoreConfigurationDetails {
18
+ /**
19
+ * Base-64 encoded password for the cluster admin user.
20
+ */
21
+ "clusterAdminPassword": string;
22
+ }
23
+ export declare namespace TestBdsMetastoreConfigurationDetails {
24
+ function getJsonObj(obj: TestBdsMetastoreConfigurationDetails): object;
25
+ function getDeserializedJsonObj(obj: TestBdsMetastoreConfigurationDetails): object;
26
+ }
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ /**
3
+ * Big Data Service API
4
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
5
+
6
+ * OpenAPI spec version: 20190531
7
+ * Contact: rahul.ra.arora@oracle.com
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
13
+ * 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.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.TestBdsMetastoreConfigurationDetails = void 0;
17
+ var TestBdsMetastoreConfigurationDetails;
18
+ (function (TestBdsMetastoreConfigurationDetails) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ TestBdsMetastoreConfigurationDetails.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ TestBdsMetastoreConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(TestBdsMetastoreConfigurationDetails = exports.TestBdsMetastoreConfigurationDetails || (exports.TestBdsMetastoreConfigurationDetails = {}));
30
+ //# sourceMappingURL=test-bds-metastore-configuration-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"test-bds-metastore-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/test-bds-metastore-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAeH,IAAiB,oCAAoC,CAWpD;AAXD,WAAiB,oCAAoC;IACnD,SAAgB,UAAU,CAAC,GAAyC;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyC;QAC9E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAWpD"}
@@ -0,0 +1,38 @@
1
+ /**
2
+ * Big Data Service API
3
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
4
+
5
+ * OpenAPI spec version: 20190531
6
+ * Contact: rahul.ra.arora@oracle.com
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
+ /**
15
+ * The request body when updating BDS metastore configuration.
16
+ */
17
+ export interface UpdateBdsMetastoreConfigurationDetails {
18
+ /**
19
+ * The display name of the metastore configuration.
20
+ */
21
+ "displayName"?: string;
22
+ /**
23
+ * The ID of BDS Api Key used for Data Catalog metastore integration. Set only if metastore's type is EXTERNAL.
24
+ */
25
+ "bdsApiKeyId"?: string;
26
+ /**
27
+ * Base-64 encoded passphrase of the BDS Api Key.
28
+ */
29
+ "bdsApiKeyPassphrase"?: string;
30
+ /**
31
+ * Base-64 encoded password for the cluster admin user.
32
+ */
33
+ "clusterAdminPassword"?: string;
34
+ }
35
+ export declare namespace UpdateBdsMetastoreConfigurationDetails {
36
+ function getJsonObj(obj: UpdateBdsMetastoreConfigurationDetails): object;
37
+ function getDeserializedJsonObj(obj: UpdateBdsMetastoreConfigurationDetails): object;
38
+ }
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ /**
3
+ * Big Data Service API
4
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
5
+
6
+ * OpenAPI spec version: 20190531
7
+ * Contact: rahul.ra.arora@oracle.com
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
13
+ * 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.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.UpdateBdsMetastoreConfigurationDetails = void 0;
17
+ var UpdateBdsMetastoreConfigurationDetails;
18
+ (function (UpdateBdsMetastoreConfigurationDetails) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ UpdateBdsMetastoreConfigurationDetails.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ UpdateBdsMetastoreConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(UpdateBdsMetastoreConfigurationDetails = exports.UpdateBdsMetastoreConfigurationDetails || (exports.UpdateBdsMetastoreConfigurationDetails = {}));
30
+ //# sourceMappingURL=update-bds-metastore-configuration-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-bds-metastore-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/update-bds-metastore-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA2BH,IAAiB,sCAAsC,CAWtD;AAXD,WAAiB,sCAAsC;IACrD,SAAgB,UAAU,CAAC,GAA2C;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2C;QAChF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,sCAAsC,GAAtC,8CAAsC,KAAtC,8CAAsC,QAWtD"}
@@ -0,0 +1,53 @@
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfigurationRequest.
17
+ */
18
+ export interface ActivateBdsMetastoreConfigurationRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the cluster.
21
+ */
22
+ "bdsInstanceId": string;
23
+ /**
24
+ * The metastore configuration ID
25
+ */
26
+ "metastoreConfigId": string;
27
+ /**
28
+ * The request body when activating specified metastore configuration.
29
+ */
30
+ "activateBdsMetastoreConfigurationDetails": model.ActivateBdsMetastoreConfigurationDetails;
31
+ /**
32
+ * The client request ID for tracing.
33
+ */
34
+ "opcRequestId"?: string;
35
+ /**
36
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
37
+ * server error, without risk of executing that same action again. Retry tokens expire after 24
38
+ * hours but can be invalidated before then due to conflicting operations. For example, if a resource
39
+ * has been deleted and purged from the system, then a retry of the original creation request
40
+ * might be rejected.
41
+ *
42
+ */
43
+ "opcRetryToken"?: string;
44
+ /**
45
+ * For optimistic concurrency control. In the PUT or DELETE call
46
+ * for a resource, set the `if-match` parameter to the value of the
47
+ * etag from a previous GET or POST response for that resource.
48
+ * The resource will be updated or deleted only if the etag you
49
+ * provide matches the resource's current etag value.
50
+ *
51
+ */
52
+ "ifMatch"?: string;
53
+ }
@@ -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=activate-bds-metastore-configuration-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"activate-bds-metastore-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/activate-bds-metastore-configuration-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.9.1/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfigurationRequest.
17
17
  */
18
18
  export interface AddAutoScalingConfigurationRequest 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.9.1/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorageRequest.
17
17
  */
18
18
  export interface AddBlockStorageRequest 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.9.1/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSqlRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSqlRequest.
17
17
  */
18
18
  export interface AddCloudSqlRequest 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.9.1/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodesRequest.
17
17
  */
18
18
  export interface AddWorkerNodesRequest 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.9.1/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartmentRequest.
17
17
  */
18
18
  export interface ChangeBdsInstanceCompartmentRequest 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.9.1/bds/ChangeShape.ts.html |here} to see how to use ChangeShapeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShapeRequest.
17
17
  */
18
18
  export interface ChangeShapeRequest 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.9.1/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKeyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/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.9.1/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstanceRequest.
17
17
  */
18
18
  export interface CreateBdsInstanceRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,40 @@
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfigurationRequest.
17
+ */
18
+ export interface CreateBdsMetastoreConfigurationRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the cluster.
21
+ */
22
+ "bdsInstanceId": string;
23
+ /**
24
+ * The request body when creating and activating external metastore configuration.
25
+ */
26
+ "createBdsMetastoreConfigurationDetails": model.CreateBdsMetastoreConfigurationDetails;
27
+ /**
28
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
29
+ * server error, without risk of executing that same action again. Retry tokens expire after 24
30
+ * hours but can be invalidated before then due to conflicting operations. For example, if a resource
31
+ * has been deleted and purged from the system, then a retry of the original creation request
32
+ * might be rejected.
33
+ *
34
+ */
35
+ "opcRetryToken"?: string;
36
+ /**
37
+ * The client request ID for tracing.
38
+ */
39
+ "opcRequestId"?: string;
40
+ }
@@ -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-metastore-configuration-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-bds-metastore-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/create-bds-metastore-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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.9.1/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKeyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKeyRequest.
16
16
  */
17
17
  export interface DeleteBdsApiKeyRequest 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.9.1/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstanceRequest.
16
16
  */
17
17
  export interface DeleteBdsInstanceRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,39 @@
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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfigurationRequest.
16
+ */
17
+ export interface DeleteBdsMetastoreConfigurationRequest extends common.BaseRequest {
18
+ /**
19
+ * The OCID of the cluster.
20
+ */
21
+ "bdsInstanceId": string;
22
+ /**
23
+ * The metastore configuration ID
24
+ */
25
+ "metastoreConfigId": string;
26
+ /**
27
+ * The client request ID for tracing.
28
+ */
29
+ "opcRequestId"?: string;
30
+ /**
31
+ * For optimistic concurrency control. In the PUT or DELETE call
32
+ * for a resource, set the `if-match` parameter to the value of the
33
+ * etag from a previous GET or POST response for that resource.
34
+ * The resource will be updated or deleted only if the etag you
35
+ * provide matches the resource's current etag value.
36
+ *
37
+ */
38
+ "ifMatch"?: string;
39
+ }
@@ -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-metastore-configuration-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-bds-metastore-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/delete-bds-metastore-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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.9.1/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/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.9.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.10.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKeyRequest.
16
16
  */
17
17
  export interface GetBdsApiKeyRequest extends common.BaseRequest {
18
18
  /**