oci-databasemanagement 2.107.3 → 2.109.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 (51) hide show
  1. package/lib/client.d.ts +12 -22
  2. package/lib/client.js +67 -120
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/database-diagnostics-and-management-feature-details.d.ts +5 -1
  5. package/lib/model/database-diagnostics-and-management-feature-details.js.map +1 -1
  6. package/lib/model/disable-database-management-feature-details.d.ts +4 -0
  7. package/lib/model/disable-database-management-feature-details.js.map +1 -1
  8. package/lib/model/disable-external-container-database-management-feature-details.d.ts +4 -0
  9. package/lib/model/disable-external-container-database-management-feature-details.js.map +1 -1
  10. package/lib/model/discovered-external-database.d.ts +8 -0
  11. package/lib/model/discovered-external-database.js.map +1 -1
  12. package/lib/model/exadata-infrastructure-lifecycle-state-values.d.ts +5 -4
  13. package/lib/model/exadata-infrastructure-lifecycle-state-values.js +11 -10
  14. package/lib/model/exadata-infrastructure-lifecycle-state-values.js.map +1 -1
  15. package/lib/model/external-database-diagnostics-and-management-feature-details.d.ts +8 -0
  16. package/lib/model/external-database-diagnostics-and-management-feature-details.js.map +1 -1
  17. package/lib/model/index.d.ts +0 -6
  18. package/lib/model/index.js +10 -16
  19. package/lib/model/index.js.map +1 -1
  20. package/lib/model/managed-database-summary.d.ts +1 -2
  21. package/lib/model/managed-database-summary.js.map +1 -1
  22. package/lib/model/managed-database.d.ts +1 -2
  23. package/lib/model/managed-database.js.map +1 -1
  24. package/lib/model/modify-database-management-feature-details.d.ts +1 -1
  25. package/lib/request/index.d.ts +2 -4
  26. package/lib/request/index.js.map +1 -1
  27. package/lib/request/{enable-external-mysql-associated-service-request.d.ts → modify-external-container-database-management-feature-request.d.ts} +10 -10
  28. package/lib/{response/disable-external-mysql-associated-service-response.js → request/modify-external-container-database-management-feature-request.js} +1 -1
  29. package/lib/request/modify-external-container-database-management-feature-request.js.map +1 -0
  30. package/lib/response/index.d.ts +2 -4
  31. package/lib/response/{enable-external-mysql-associated-service-response.d.ts → modify-external-container-database-management-feature-response.d.ts} +6 -1
  32. package/lib/{request/disable-external-mysql-associated-service-request.js → response/modify-external-container-database-management-feature-response.js} +1 -1
  33. package/lib/response/modify-external-container-database-management-feature-response.js.map +1 -0
  34. package/package.json +3 -3
  35. package/lib/model/disable-external-mysql-associated-service-details.d.ts +0 -37
  36. package/lib/model/disable-external-mysql-associated-service-details.js +0 -32
  37. package/lib/model/disable-external-mysql-associated-service-details.js.map +0 -1
  38. package/lib/model/enable-external-mysql-associated-service-details.d.ts +0 -37
  39. package/lib/model/enable-external-mysql-associated-service-details.js +0 -32
  40. package/lib/model/enable-external-mysql-associated-service-details.js.map +0 -1
  41. package/lib/model/external-mysql-associated-service-name.d.ts +0 -25
  42. package/lib/model/external-mysql-associated-service-name.js +0 -36
  43. package/lib/model/external-mysql-associated-service-name.js.map +0 -1
  44. package/lib/request/disable-external-mysql-associated-service-request.d.ts +0 -49
  45. package/lib/request/disable-external-mysql-associated-service-request.js.map +0 -1
  46. package/lib/request/enable-external-mysql-associated-service-request.js +0 -15
  47. package/lib/request/enable-external-mysql-associated-service-request.js.map +0 -1
  48. package/lib/response/disable-external-mysql-associated-service-response.d.ts +0 -20
  49. package/lib/response/disable-external-mysql-associated-service-response.js.map +0 -1
  50. package/lib/response/enable-external-mysql-associated-service-response.js +0 -15
  51. package/lib/response/enable-external-mysql-associated-service-response.js.map +0 -1
@@ -369,6 +369,8 @@ import * as ModifyAutonomousDatabaseManagementFeatureRequest from "./modify-auto
369
369
  export import ModifyAutonomousDatabaseManagementFeatureRequest = ModifyAutonomousDatabaseManagementFeatureRequest.ModifyAutonomousDatabaseManagementFeatureRequest;
370
370
  import * as ModifyDatabaseManagementFeatureRequest from "./modify-database-management-feature-request";
371
371
  export import ModifyDatabaseManagementFeatureRequest = ModifyDatabaseManagementFeatureRequest.ModifyDatabaseManagementFeatureRequest;
372
+ import * as ModifyExternalContainerDatabaseManagementFeatureRequest from "./modify-external-container-database-management-feature-request";
373
+ export import ModifyExternalContainerDatabaseManagementFeatureRequest = ModifyExternalContainerDatabaseManagementFeatureRequest.ModifyExternalContainerDatabaseManagementFeatureRequest;
372
374
  import * as ModifyPluggableDatabaseManagementFeatureRequest from "./modify-pluggable-database-management-feature-request";
373
375
  export import ModifyPluggableDatabaseManagementFeatureRequest = ModifyPluggableDatabaseManagementFeatureRequest.ModifyPluggableDatabaseManagementFeatureRequest;
374
376
  import * as PatchExternalDbSystemDiscoveryRequest from "./patch-external-db-system-discovery-request";
@@ -477,10 +479,6 @@ import * as SummarizeAlertLogCountsRequest from "./summarize-alert-log-counts-re
477
479
  export import SummarizeAlertLogCountsRequest = SummarizeAlertLogCountsRequest.SummarizeAlertLogCountsRequest;
478
480
  import * as SummarizeAttentionLogCountsRequest from "./summarize-attention-log-counts-request";
479
481
  export import SummarizeAttentionLogCountsRequest = SummarizeAttentionLogCountsRequest.SummarizeAttentionLogCountsRequest;
480
- import * as DisableExternalMysqlAssociatedServiceRequest from "./disable-external-mysql-associated-service-request";
481
- export import DisableExternalMysqlAssociatedServiceRequest = DisableExternalMysqlAssociatedServiceRequest.DisableExternalMysqlAssociatedServiceRequest;
482
- import * as EnableExternalMysqlAssociatedServiceRequest from "./enable-external-mysql-associated-service-request";
483
- export import EnableExternalMysqlAssociatedServiceRequest = EnableExternalMysqlAssociatedServiceRequest.EnableExternalMysqlAssociatedServiceRequest;
484
482
  import * as GetHeatWaveFleetMetricRequest from "./get-heat-wave-fleet-metric-request";
485
483
  export import GetHeatWaveFleetMetricRequest = GetHeatWaveFleetMetricRequest.GetHeatWaveFleetMetricRequest;
486
484
  import * as GetManagedMySqlDatabaseRequest from "./get-managed-my-sql-database-request";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/request/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/request/index.ts"],"names":[],"mappings":"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"}
@@ -13,17 +13,21 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemanagement/EnableExternalMysqlAssociatedService.ts.html |here} to see how to use EnableExternalMysqlAssociatedServiceRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemanagement/ModifyExternalContainerDatabaseManagementFeature.ts.html |here} to see how to use ModifyExternalContainerDatabaseManagementFeatureRequest.
17
17
  */
18
- export interface EnableExternalMysqlAssociatedServiceRequest extends common.BaseRequest {
18
+ export interface ModifyExternalContainerDatabaseManagementFeatureRequest extends common.BaseRequest {
19
19
  /**
20
- * The OCID of the External MySQL Database.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the external container database.
21
21
  */
22
- "externalMySqlDatabaseId": string;
22
+ "externalContainerDatabaseId": string;
23
23
  /**
24
- * The details required to enable an Associated Service for an external MySQL database resource.
24
+ * The details required to enable a Database Management feature for an external container database.
25
25
  */
26
- "enableExternalMysqlAssociatedServiceDetails": model.EnableExternalMysqlAssociatedServiceDetails;
26
+ "enableExternalContainerDatabaseManagementFeatureDetails": model.EnableExternalContainerDatabaseManagementFeatureDetails;
27
+ /**
28
+ * The client request ID for tracing.
29
+ */
30
+ "opcRequestId"?: string;
27
31
  /**
28
32
  * A token that uniquely identifies a request so it can be retried in case of a timeout or
29
33
  * server error without risk of executing that same action again. Retry tokens expire after 24
@@ -42,8 +46,4 @@ export interface EnableExternalMysqlAssociatedServiceRequest extends common.Base
42
46
  *
43
47
  */
44
48
  "ifMatch"?: string;
45
- /**
46
- * The client request ID for tracing.
47
- */
48
- "opcRequestId"?: string;
49
49
  }
@@ -12,4 +12,4 @@
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
- //# sourceMappingURL=disable-external-mysql-associated-service-response.js.map
15
+ //# sourceMappingURL=modify-external-container-database-management-feature-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"modify-external-container-database-management-feature-request.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/request/modify-external-container-database-management-feature-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -369,6 +369,8 @@ import * as ModifyAutonomousDatabaseManagementFeatureResponse from "./modify-aut
369
369
  export import ModifyAutonomousDatabaseManagementFeatureResponse = ModifyAutonomousDatabaseManagementFeatureResponse.ModifyAutonomousDatabaseManagementFeatureResponse;
370
370
  import * as ModifyDatabaseManagementFeatureResponse from "./modify-database-management-feature-response";
371
371
  export import ModifyDatabaseManagementFeatureResponse = ModifyDatabaseManagementFeatureResponse.ModifyDatabaseManagementFeatureResponse;
372
+ import * as ModifyExternalContainerDatabaseManagementFeatureResponse from "./modify-external-container-database-management-feature-response";
373
+ export import ModifyExternalContainerDatabaseManagementFeatureResponse = ModifyExternalContainerDatabaseManagementFeatureResponse.ModifyExternalContainerDatabaseManagementFeatureResponse;
372
374
  import * as ModifyPluggableDatabaseManagementFeatureResponse from "./modify-pluggable-database-management-feature-response";
373
375
  export import ModifyPluggableDatabaseManagementFeatureResponse = ModifyPluggableDatabaseManagementFeatureResponse.ModifyPluggableDatabaseManagementFeatureResponse;
374
376
  import * as PatchExternalDbSystemDiscoveryResponse from "./patch-external-db-system-discovery-response";
@@ -477,10 +479,6 @@ import * as SummarizeAlertLogCountsResponse from "./summarize-alert-log-counts-r
477
479
  export import SummarizeAlertLogCountsResponse = SummarizeAlertLogCountsResponse.SummarizeAlertLogCountsResponse;
478
480
  import * as SummarizeAttentionLogCountsResponse from "./summarize-attention-log-counts-response";
479
481
  export import SummarizeAttentionLogCountsResponse = SummarizeAttentionLogCountsResponse.SummarizeAttentionLogCountsResponse;
480
- import * as DisableExternalMysqlAssociatedServiceResponse from "./disable-external-mysql-associated-service-response";
481
- export import DisableExternalMysqlAssociatedServiceResponse = DisableExternalMysqlAssociatedServiceResponse.DisableExternalMysqlAssociatedServiceResponse;
482
- import * as EnableExternalMysqlAssociatedServiceResponse from "./enable-external-mysql-associated-service-response";
483
- export import EnableExternalMysqlAssociatedServiceResponse = EnableExternalMysqlAssociatedServiceResponse.EnableExternalMysqlAssociatedServiceResponse;
484
482
  import * as GetHeatWaveFleetMetricResponse from "./get-heat-wave-fleet-metric-response";
485
483
  export import GetHeatWaveFleetMetricResponse = GetHeatWaveFleetMetricResponse.GetHeatWaveFleetMetricResponse;
486
484
  import * as GetManagedMySqlDatabaseResponse from "./get-managed-my-sql-database-response";
@@ -10,11 +10,16 @@
10
10
  * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
- export interface EnableExternalMysqlAssociatedServiceResponse {
13
+ export interface ModifyExternalContainerDatabaseManagementFeatureResponse {
14
14
  /**
15
15
  * Unique Oracle-assigned identifier for the request. If you need to contact
16
16
  * Oracle about a particular request, please provide the request ID.
17
17
  *
18
18
  */
19
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;
20
25
  }
@@ -12,4 +12,4 @@
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
- //# sourceMappingURL=disable-external-mysql-associated-service-request.js.map
15
+ //# sourceMappingURL=modify-external-container-database-management-feature-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"modify-external-container-database-management-feature-response.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/response/modify-external-container-database-management-feature-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-databasemanagement",
3
- "version": "2.107.3",
3
+ "version": "2.109.0",
4
4
  "description": "OCI NodeJS client for Database Management 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.107.3",
19
- "oci-workrequests": "2.107.3"
18
+ "oci-common": "2.109.0",
19
+ "oci-workrequests": "2.109.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"
@@ -1,37 +0,0 @@
1
- /**
2
- * Database Management API
3
- * Use the Database Management API to monitor and manage resources such as
4
- Oracle Databases, MySQL Databases, and External Database Systems.
5
- For more information, see [Database Management](https://docs.oracle.com/iaas/database-management/home.htm).
6
-
7
- * OpenAPI spec version: 20201101
8
- *
9
- *
10
- * NOTE: This class is auto generated by OracleSDKGenerator.
11
- * Do not edit the class manually.
12
- *
13
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
14
- * 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.
15
- */
16
- import * as model from "../model";
17
- /**
18
- * Details to disable an eMysql Associated Service.
19
- */
20
- export interface DisableExternalMysqlAssociatedServiceDetails {
21
- /**
22
- * OCID of the Service Resource.
23
- */
24
- "serviceResourceId": string;
25
- /**
26
- * OCID of the External MySQL Database connector.
27
- */
28
- "connectorId": string;
29
- /**
30
- * Name of the Associated Service.
31
- */
32
- "serviceName": model.ExternalMysqlAssociatedServiceName;
33
- }
34
- export declare namespace DisableExternalMysqlAssociatedServiceDetails {
35
- function getJsonObj(obj: DisableExternalMysqlAssociatedServiceDetails): object;
36
- function getDeserializedJsonObj(obj: DisableExternalMysqlAssociatedServiceDetails): object;
37
- }
@@ -1,32 +0,0 @@
1
- "use strict";
2
- /**
3
- * Database Management API
4
- * Use the Database Management API to monitor and manage resources such as
5
- Oracle Databases, MySQL Databases, and External Database Systems.
6
- For more information, see [Database Management](https://docs.oracle.com/iaas/database-management/home.htm).
7
-
8
- * OpenAPI spec version: 20201101
9
- *
10
- *
11
- * NOTE: This class is auto generated by OracleSDKGenerator.
12
- * Do not edit the class manually.
13
- *
14
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
15
- * 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.
16
- */
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.DisableExternalMysqlAssociatedServiceDetails = void 0;
19
- var DisableExternalMysqlAssociatedServiceDetails;
20
- (function (DisableExternalMysqlAssociatedServiceDetails) {
21
- function getJsonObj(obj) {
22
- const jsonObj = Object.assign(Object.assign({}, obj), {});
23
- return jsonObj;
24
- }
25
- DisableExternalMysqlAssociatedServiceDetails.getJsonObj = getJsonObj;
26
- function getDeserializedJsonObj(obj) {
27
- const jsonObj = Object.assign(Object.assign({}, obj), {});
28
- return jsonObj;
29
- }
30
- DisableExternalMysqlAssociatedServiceDetails.getDeserializedJsonObj = getDeserializedJsonObj;
31
- })(DisableExternalMysqlAssociatedServiceDetails = exports.DisableExternalMysqlAssociatedServiceDetails || (exports.DisableExternalMysqlAssociatedServiceDetails = {}));
32
- //# sourceMappingURL=disable-external-mysql-associated-service-details.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"disable-external-mysql-associated-service-details.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/model/disable-external-mysql-associated-service-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAuBH,IAAiB,4CAA4C,CAa5D;AAbD,WAAiB,4CAA4C;IAC3D,SAAgB,UAAU,CAAC,GAAiD;QAC1E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAiD;QAEjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,mEAAsB,yBAMrC,CAAA;AACH,CAAC,EAbgB,4CAA4C,GAA5C,oDAA4C,KAA5C,oDAA4C,QAa5D"}
@@ -1,37 +0,0 @@
1
- /**
2
- * Database Management API
3
- * Use the Database Management API to monitor and manage resources such as
4
- Oracle Databases, MySQL Databases, and External Database Systems.
5
- For more information, see [Database Management](https://docs.oracle.com/iaas/database-management/home.htm).
6
-
7
- * OpenAPI spec version: 20201101
8
- *
9
- *
10
- * NOTE: This class is auto generated by OracleSDKGenerator.
11
- * Do not edit the class manually.
12
- *
13
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
14
- * 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.
15
- */
16
- import * as model from "../model";
17
- /**
18
- * Details to enable an eMysql Associated Service.
19
- */
20
- export interface EnableExternalMysqlAssociatedServiceDetails {
21
- /**
22
- * OCID of the Service Resource.
23
- */
24
- "serviceResourceId": string;
25
- /**
26
- * OCID of the External MySQL Database connector.
27
- */
28
- "connectorId": string;
29
- /**
30
- * Name of the Associated Service.
31
- */
32
- "serviceName": model.ExternalMysqlAssociatedServiceName;
33
- }
34
- export declare namespace EnableExternalMysqlAssociatedServiceDetails {
35
- function getJsonObj(obj: EnableExternalMysqlAssociatedServiceDetails): object;
36
- function getDeserializedJsonObj(obj: EnableExternalMysqlAssociatedServiceDetails): object;
37
- }
@@ -1,32 +0,0 @@
1
- "use strict";
2
- /**
3
- * Database Management API
4
- * Use the Database Management API to monitor and manage resources such as
5
- Oracle Databases, MySQL Databases, and External Database Systems.
6
- For more information, see [Database Management](https://docs.oracle.com/iaas/database-management/home.htm).
7
-
8
- * OpenAPI spec version: 20201101
9
- *
10
- *
11
- * NOTE: This class is auto generated by OracleSDKGenerator.
12
- * Do not edit the class manually.
13
- *
14
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
15
- * 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.
16
- */
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.EnableExternalMysqlAssociatedServiceDetails = void 0;
19
- var EnableExternalMysqlAssociatedServiceDetails;
20
- (function (EnableExternalMysqlAssociatedServiceDetails) {
21
- function getJsonObj(obj) {
22
- const jsonObj = Object.assign(Object.assign({}, obj), {});
23
- return jsonObj;
24
- }
25
- EnableExternalMysqlAssociatedServiceDetails.getJsonObj = getJsonObj;
26
- function getDeserializedJsonObj(obj) {
27
- const jsonObj = Object.assign(Object.assign({}, obj), {});
28
- return jsonObj;
29
- }
30
- EnableExternalMysqlAssociatedServiceDetails.getDeserializedJsonObj = getDeserializedJsonObj;
31
- })(EnableExternalMysqlAssociatedServiceDetails = exports.EnableExternalMysqlAssociatedServiceDetails || (exports.EnableExternalMysqlAssociatedServiceDetails = {}));
32
- //# sourceMappingURL=enable-external-mysql-associated-service-details.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"enable-external-mysql-associated-service-details.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/model/enable-external-mysql-associated-service-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAuBH,IAAiB,2CAA2C,CAW3D;AAXD,WAAiB,2CAA2C;IAC1D,SAAgB,UAAU,CAAC,GAAgD;QACzE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgD;QACrF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kEAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,2CAA2C,GAA3C,mDAA2C,KAA3C,mDAA2C,QAW3D"}
@@ -1,25 +0,0 @@
1
- /**
2
- * Database Management API
3
- * Use the Database Management API to monitor and manage resources such as
4
- Oracle Databases, MySQL Databases, and External Database Systems.
5
- For more information, see [Database Management](https://docs.oracle.com/iaas/database-management/home.htm).
6
-
7
- * OpenAPI spec version: 20201101
8
- *
9
- *
10
- * NOTE: This class is auto generated by OracleSDKGenerator.
11
- * Do not edit the class manually.
12
- *
13
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
14
- * 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.
15
- */
16
- /**
17
- * The name of the eMysql Associated Service.
18
- **/
19
- export declare enum ExternalMysqlAssociatedServiceName {
20
- OperationsInsights = "OPERATIONS_INSIGHTS"
21
- }
22
- export declare namespace ExternalMysqlAssociatedServiceName {
23
- function getJsonObj(obj: ExternalMysqlAssociatedServiceName): ExternalMysqlAssociatedServiceName;
24
- function getDeserializedJsonObj(obj: ExternalMysqlAssociatedServiceName): ExternalMysqlAssociatedServiceName;
25
- }
@@ -1,36 +0,0 @@
1
- "use strict";
2
- /**
3
- * Database Management API
4
- * Use the Database Management API to monitor and manage resources such as
5
- Oracle Databases, MySQL Databases, and External Database Systems.
6
- For more information, see [Database Management](https://docs.oracle.com/iaas/database-management/home.htm).
7
-
8
- * OpenAPI spec version: 20201101
9
- *
10
- *
11
- * NOTE: This class is auto generated by OracleSDKGenerator.
12
- * Do not edit the class manually.
13
- *
14
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
15
- * 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.
16
- */
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.ExternalMysqlAssociatedServiceName = void 0;
19
- /**
20
- * The name of the eMysql Associated Service.
21
- **/
22
- var ExternalMysqlAssociatedServiceName;
23
- (function (ExternalMysqlAssociatedServiceName) {
24
- ExternalMysqlAssociatedServiceName["OperationsInsights"] = "OPERATIONS_INSIGHTS";
25
- })(ExternalMysqlAssociatedServiceName = exports.ExternalMysqlAssociatedServiceName || (exports.ExternalMysqlAssociatedServiceName = {}));
26
- (function (ExternalMysqlAssociatedServiceName) {
27
- function getJsonObj(obj) {
28
- return obj;
29
- }
30
- ExternalMysqlAssociatedServiceName.getJsonObj = getJsonObj;
31
- function getDeserializedJsonObj(obj) {
32
- return obj;
33
- }
34
- ExternalMysqlAssociatedServiceName.getDeserializedJsonObj = getDeserializedJsonObj;
35
- })(ExternalMysqlAssociatedServiceName = exports.ExternalMysqlAssociatedServiceName || (exports.ExternalMysqlAssociatedServiceName = {}));
36
- //# sourceMappingURL=external-mysql-associated-service-name.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"external-mysql-associated-service-name.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/model/external-mysql-associated-service-name.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;IAEI;AACJ,IAAY,kCAEX;AAFD,WAAY,kCAAkC;IAC5C,gFAA0C,CAAA;AAC5C,CAAC,EAFW,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAE7C;AAED,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CACxB,GAAuC;QAEvC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,6CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAuC;QAEvC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,yDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAWlD"}
@@ -1,49 +0,0 @@
1
- /**
2
- *
3
- *
4
- * OpenAPI spec version: 20201101
5
- *
6
- *
7
- * NOTE: This class is auto generated by OracleSDKGenerator.
8
- * Do not edit the class manually.
9
- *
10
- * Copyright (c) 2020, 2025, 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.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemanagement/DisableExternalMysqlAssociatedService.ts.html |here} to see how to use DisableExternalMysqlAssociatedServiceRequest.
17
- */
18
- export interface DisableExternalMysqlAssociatedServiceRequest extends common.BaseRequest {
19
- /**
20
- * The OCID of the External MySQL Database.
21
- */
22
- "externalMySqlDatabaseId": string;
23
- /**
24
- * The details required to disable an Associated Service for an external MySQL database resource.
25
- */
26
- "disableExternalMysqlAssociatedServiceDetails": model.DisableExternalMysqlAssociatedServiceDetails;
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
- * For optimistic concurrency control. In the PUT or DELETE call
38
- * for a resource, set the {@code if-match} parameter to the value of the
39
- * etag from a previous GET or POST response for that resource.
40
- * The resource will be updated or deleted only if the etag you
41
- * provide matches the resource's current etag value.
42
- *
43
- */
44
- "ifMatch"?: string;
45
- /**
46
- * The client request ID for tracing.
47
- */
48
- "opcRequestId"?: string;
49
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"disable-external-mysql-associated-service-request.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/request/disable-external-mysql-associated-service-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /**
3
- *
4
- *
5
- * OpenAPI spec version: 20201101
6
- *
7
- *
8
- * NOTE: This class is auto generated by OracleSDKGenerator.
9
- * Do not edit the class manually.
10
- *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
- * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
- */
14
- Object.defineProperty(exports, "__esModule", { value: true });
15
- //# sourceMappingURL=enable-external-mysql-associated-service-request.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"enable-external-mysql-associated-service-request.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/request/enable-external-mysql-associated-service-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -1,20 +0,0 @@
1
- /**
2
- *
3
- *
4
- * OpenAPI spec version: 20201101
5
- *
6
- *
7
- * NOTE: This class is auto generated by OracleSDKGenerator.
8
- * Do not edit the class manually.
9
- *
10
- * Copyright (c) 2020, 2025, 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 DisableExternalMysqlAssociatedServiceResponse {
14
- /**
15
- * Unique Oracle-assigned identifier for the request. If you need to contact
16
- * Oracle about a particular request, please provide the request ID.
17
- *
18
- */
19
- "opcRequestId": string;
20
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"disable-external-mysql-associated-service-response.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/response/disable-external-mysql-associated-service-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /**
3
- *
4
- *
5
- * OpenAPI spec version: 20201101
6
- *
7
- *
8
- * NOTE: This class is auto generated by OracleSDKGenerator.
9
- * Do not edit the class manually.
10
- *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
- * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
- */
14
- Object.defineProperty(exports, "__esModule", { value: true });
15
- //# sourceMappingURL=enable-external-mysql-associated-service-response.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"enable-external-mysql-associated-service-response.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/response/enable-external-mysql-associated-service-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}