oci-databasemanagement 2.92.0 → 2.94.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 (71) hide show
  1. package/lib/client.d.ts +30 -0
  2. package/lib/client.js +190 -0
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/autonomous-database-diagnostics-and-management-feature-details.d.ts +27 -0
  5. package/lib/model/autonomous-database-diagnostics-and-management-feature-details.js +57 -0
  6. package/lib/model/autonomous-database-diagnostics-and-management-feature-details.js.map +1 -0
  7. package/lib/model/autonomous-database-feature-details.d.ts +28 -0
  8. package/lib/model/autonomous-database-feature-details.js +89 -0
  9. package/lib/model/autonomous-database-feature-details.js.map +1 -0
  10. package/lib/model/autonomous-database-sql-watch-feature-details.d.ts +27 -0
  11. package/lib/model/autonomous-database-sql-watch-feature-details.js +57 -0
  12. package/lib/model/autonomous-database-sql-watch-feature-details.js.map +1 -0
  13. package/lib/model/connector-details.js +4 -0
  14. package/lib/model/connector-details.js.map +1 -1
  15. package/lib/model/create-db-management-private-endpoint-details.d.ts +4 -0
  16. package/lib/model/create-db-management-private-endpoint-details.js.map +1 -1
  17. package/lib/model/database-feature-configuration.d.ts +1 -1
  18. package/lib/model/database-feature-configuration.js.map +1 -1
  19. package/lib/model/database-feature-details.d.ts +1 -1
  20. package/lib/model/database-feature-details.js.map +1 -1
  21. package/lib/model/db-management-private-endpoint.d.ts +4 -0
  22. package/lib/model/db-management-private-endpoint.js.map +1 -1
  23. package/lib/model/direct-connector-details.d.ts +28 -0
  24. package/lib/model/direct-connector-details.js +57 -0
  25. package/lib/model/direct-connector-details.js.map +1 -0
  26. package/lib/model/disable-autonomous-database-management-feature-details.d.ts +29 -0
  27. package/lib/model/disable-autonomous-database-management-feature-details.js +32 -0
  28. package/lib/model/disable-autonomous-database-management-feature-details.js.map +1 -0
  29. package/lib/model/enable-autonomous-database-management-feature-details.d.ts +26 -0
  30. package/lib/model/enable-autonomous-database-management-feature-details.js +60 -0
  31. package/lib/model/enable-autonomous-database-management-feature-details.js.map +1 -0
  32. package/lib/model/external-database-feature-details.d.ts +1 -1
  33. package/lib/model/external-database-feature-details.js.map +1 -1
  34. package/lib/model/external-pluggable-database-feature-details.d.ts +1 -1
  35. package/lib/model/external-pluggable-database-feature-details.js.map +1 -1
  36. package/lib/model/index.d.ts +14 -0
  37. package/lib/model/index.js +25 -11
  38. package/lib/model/index.js.map +1 -1
  39. package/lib/model/modify-autonomous-database-management-feature-details.d.ts +26 -0
  40. package/lib/model/modify-autonomous-database-management-feature-details.js +60 -0
  41. package/lib/model/modify-autonomous-database-management-feature-details.js.map +1 -0
  42. package/lib/model/optimizer-statistics-collection-operation-summary.d.ts +1 -0
  43. package/lib/model/optimizer-statistics-collection-operation-summary.js +1 -0
  44. package/lib/model/optimizer-statistics-collection-operation-summary.js.map +1 -1
  45. package/lib/model/optimizer-statistics-collection-operation.d.ts +1 -0
  46. package/lib/model/optimizer-statistics-collection-operation.js +1 -0
  47. package/lib/model/optimizer-statistics-collection-operation.js.map +1 -1
  48. package/lib/request/disable-autonomous-database-management-feature-request.d.ts +49 -0
  49. package/lib/request/disable-autonomous-database-management-feature-request.js +15 -0
  50. package/lib/request/disable-autonomous-database-management-feature-request.js.map +1 -0
  51. package/lib/request/enable-autonomous-database-management-feature-request.d.ts +49 -0
  52. package/lib/request/enable-autonomous-database-management-feature-request.js +15 -0
  53. package/lib/request/enable-autonomous-database-management-feature-request.js.map +1 -0
  54. package/lib/request/index.d.ts +6 -0
  55. package/lib/request/index.js.map +1 -1
  56. package/lib/request/list-db-management-private-endpoints-request.d.ts +6 -0
  57. package/lib/request/list-db-management-private-endpoints-request.js.map +1 -1
  58. package/lib/request/modify-autonomous-database-management-feature-request.d.ts +49 -0
  59. package/lib/request/modify-autonomous-database-management-feature-request.js +15 -0
  60. package/lib/request/modify-autonomous-database-management-feature-request.js.map +1 -0
  61. package/lib/response/disable-autonomous-database-management-feature-response.d.ts +25 -0
  62. package/lib/response/disable-autonomous-database-management-feature-response.js +15 -0
  63. package/lib/response/disable-autonomous-database-management-feature-response.js.map +1 -0
  64. package/lib/response/enable-autonomous-database-management-feature-response.d.ts +25 -0
  65. package/lib/response/enable-autonomous-database-management-feature-response.js +15 -0
  66. package/lib/response/enable-autonomous-database-management-feature-response.js.map +1 -0
  67. package/lib/response/index.d.ts +6 -0
  68. package/lib/response/modify-autonomous-database-management-feature-response.d.ts +25 -0
  69. package/lib/response/modify-autonomous-database-management-feature-response.js +15 -0
  70. package/lib/response/modify-autonomous-database-management-feature-response.js.map +1 -0
  71. package/package.json +3 -3
@@ -24,6 +24,7 @@ var OptimizerStatisticsCollectionOperationSummary;
24
24
  Status["Completed"] = "COMPLETED";
25
25
  Status["Failed"] = "FAILED";
26
26
  Status["TimedOut"] = "TIMED_OUT";
27
+ Status["Unknown"] = "UNKNOWN";
27
28
  /**
28
29
  * This value is used if a service returns a value for this enum that is not recognized by this
29
30
  * version of the SDK.
@@ -1 +1 @@
1
- {"version":3,"file":"optimizer-statistics-collection-operation-summary.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/model/optimizer-statistics-collection-operation-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAiEH,IAAiB,6CAA6C,CAyB7D;AAzBD,WAAiB,6CAA6C;IAC5D,IAAY,MAUX;IAVD,WAAY,MAAM;QAChB,oCAA0B,CAAA;QAC1B,iCAAuB,CAAA;QACvB,2BAAiB,CAAA;QACjB,gCAAsB,CAAA;QACtB;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EAVW,MAAM,GAAN,oDAAM,KAAN,oDAAM,QAUjB;IAED,SAAgB,UAAU,CAAC,GAAkD;QAC3E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAkD;QAElD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,oEAAsB,yBAMrC,CAAA;AACH,CAAC,EAzBgB,6CAA6C,GAA7C,qDAA6C,KAA7C,qDAA6C,QAyB7D"}
1
+ {"version":3,"file":"optimizer-statistics-collection-operation-summary.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/model/optimizer-statistics-collection-operation-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAiEH,IAAiB,6CAA6C,CA0B7D;AA1BD,WAAiB,6CAA6C;IAC5D,IAAY,MAWX;IAXD,WAAY,MAAM;QAChB,oCAA0B,CAAA;QAC1B,iCAAuB,CAAA;QACvB,2BAAiB,CAAA;QACjB,gCAAsB,CAAA;QACtB,6BAAmB,CAAA;QACnB;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EAXW,MAAM,GAAN,oDAAM,KAAN,oDAAM,QAWjB;IAED,SAAgB,UAAU,CAAC,GAAkD;QAC3E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAkD;QAElD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,oEAAsB,yBAMrC,CAAA;AACH,CAAC,EA1BgB,6CAA6C,GAA7C,qDAA6C,KAA7C,qDAA6C,QA0B7D"}
@@ -84,6 +84,7 @@ export declare namespace OptimizerStatisticsCollectionOperation {
84
84
  Completed = "COMPLETED",
85
85
  Failed = "FAILED",
86
86
  TimedOut = "TIMED_OUT",
87
+ Unknown = "UNKNOWN",
87
88
  /**
88
89
  * This value is used if a service returns a value for this enum that is not recognized by this
89
90
  * version of the SDK.
@@ -44,6 +44,7 @@ var OptimizerStatisticsCollectionOperation;
44
44
  Status["Completed"] = "COMPLETED";
45
45
  Status["Failed"] = "FAILED";
46
46
  Status["TimedOut"] = "TIMED_OUT";
47
+ Status["Unknown"] = "UNKNOWN";
47
48
  /**
48
49
  * This value is used if a service returns a value for this enum that is not recognized by this
49
50
  * version of the SDK.
@@ -1 +1 @@
1
- {"version":3,"file":"optimizer-statistics-collection-operation.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/model/optimizer-statistics-collection-operation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoElC,IAAiB,sCAAsC,CA6CtD;AA7CD,WAAiB,sCAAsC;IACrD,IAAY,MAUX;IAVD,WAAY,MAAM;QAChB,oCAA0B,CAAA;QAC1B,iCAAuB,CAAA;QACvB,2BAAiB,CAAA;QACjB,gCAAsB,CAAA;QACtB;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EAVW,MAAM,GAAN,6CAAM,KAAN,6CAAM,QAUjB;IAED,SAAgB,UAAU,CAAC,GAA2C;QACpE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;YACvF,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,gCAAgC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACjE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,iDAAU,aAczB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2C;QAChF,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAC,QAAQ,CAAC;gBAC9D,CAAC,CAAC,SAAS;YACb,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC7E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,6DAAsB,yBAgBrC,CAAA;AACH,CAAC,EA7CgB,sCAAsC,GAAtC,8CAAsC,KAAtC,8CAAsC,QA6CtD"}
1
+ {"version":3,"file":"optimizer-statistics-collection-operation.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/model/optimizer-statistics-collection-operation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoElC,IAAiB,sCAAsC,CA8CtD;AA9CD,WAAiB,sCAAsC;IACrD,IAAY,MAWX;IAXD,WAAY,MAAM;QAChB,oCAA0B,CAAA;QAC1B,iCAAuB,CAAA;QACvB,2BAAiB,CAAA;QACjB,gCAAsB,CAAA;QACtB,6BAAmB,CAAA;QACnB;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EAXW,MAAM,GAAN,6CAAM,KAAN,6CAAM,QAWjB;IAED,SAAgB,UAAU,CAAC,GAA2C;QACpE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;YACvF,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,gCAAgC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACjE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,iDAAU,aAczB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2C;QAChF,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAC,QAAQ,CAAC;gBAC9D,CAAC,CAAC,SAAS;YACb,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC7E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,6DAAsB,yBAgBrC,CAAA;AACH,CAAC,EA9CgB,sCAAsC,GAAtC,8CAAsC,KAAtC,8CAAsC,QA8CtD"}
@@ -0,0 +1,49 @@
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, 2024, 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/latest/databasemanagement/DisableAutonomousDatabaseManagementFeature.ts.html |here} to see how to use DisableAutonomousDatabaseManagementFeatureRequest.
17
+ */
18
+ export interface DisableAutonomousDatabaseManagementFeatureRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Autonomous Database.
21
+ */
22
+ "autonomousDatabaseId": string;
23
+ /**
24
+ * The details required to disable a Database Management feature for an Autonomous Database.
25
+ */
26
+ "disableAutonomousDatabaseManagementFeatureDetails": model.DisableAutonomousDatabaseManagementFeatureDetails;
27
+ /**
28
+ * The client request ID for tracing.
29
+ */
30
+ "opcRequestId"?: string;
31
+ /**
32
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
33
+ * server error without risk of executing that same action again. Retry tokens expire after 24
34
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
35
+ * has been deleted and purged from the system, then a retry of the original creation request
36
+ * might be rejected.
37
+ *
38
+ */
39
+ "opcRetryToken"?: string;
40
+ /**
41
+ * For optimistic concurrency control. In the PUT or DELETE call
42
+ * for a resource, set the {@code if-match} parameter to the value of the
43
+ * etag from a previous GET or POST response for that resource.
44
+ * The resource will be updated or deleted only if the etag you
45
+ * provide matches the resource's current etag value.
46
+ *
47
+ */
48
+ "ifMatch"?: string;
49
+ }
@@ -0,0 +1,15 @@
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, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=disable-autonomous-database-management-feature-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"disable-autonomous-database-management-feature-request.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/request/disable-autonomous-database-management-feature-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,49 @@
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, 2024, 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/latest/databasemanagement/EnableAutonomousDatabaseManagementFeature.ts.html |here} to see how to use EnableAutonomousDatabaseManagementFeatureRequest.
17
+ */
18
+ export interface EnableAutonomousDatabaseManagementFeatureRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Autonomous Database.
21
+ */
22
+ "autonomousDatabaseId": string;
23
+ /**
24
+ * The details required to enable a Database Management feature for an Autonomous Database.
25
+ */
26
+ "enableAutonomousDatabaseManagementFeatureDetails": model.EnableAutonomousDatabaseManagementFeatureDetails;
27
+ /**
28
+ * The client request ID for tracing.
29
+ */
30
+ "opcRequestId"?: string;
31
+ /**
32
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
33
+ * server error without risk of executing that same action again. Retry tokens expire after 24
34
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
35
+ * has been deleted and purged from the system, then a retry of the original creation request
36
+ * might be rejected.
37
+ *
38
+ */
39
+ "opcRetryToken"?: string;
40
+ /**
41
+ * For optimistic concurrency control. In the PUT or DELETE call
42
+ * for a resource, set the {@code if-match} parameter to the value of the
43
+ * etag from a previous GET or POST response for that resource.
44
+ * The resource will be updated or deleted only if the etag you
45
+ * provide matches the resource's current etag value.
46
+ *
47
+ */
48
+ "ifMatch"?: string;
49
+ }
@@ -0,0 +1,15 @@
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, 2024, 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-autonomous-database-management-feature-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enable-autonomous-database-management-feature-request.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/request/enable-autonomous-database-management-feature-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -91,6 +91,8 @@ import * as DisableAutomaticInitialPlanCaptureRequest from "./disable-automatic-
91
91
  export import DisableAutomaticInitialPlanCaptureRequest = DisableAutomaticInitialPlanCaptureRequest.DisableAutomaticInitialPlanCaptureRequest;
92
92
  import * as DisableAutomaticSpmEvolveAdvisorTaskRequest from "./disable-automatic-spm-evolve-advisor-task-request";
93
93
  export import DisableAutomaticSpmEvolveAdvisorTaskRequest = DisableAutomaticSpmEvolveAdvisorTaskRequest.DisableAutomaticSpmEvolveAdvisorTaskRequest;
94
+ import * as DisableAutonomousDatabaseManagementFeatureRequest from "./disable-autonomous-database-management-feature-request";
95
+ export import DisableAutonomousDatabaseManagementFeatureRequest = DisableAutonomousDatabaseManagementFeatureRequest.DisableAutonomousDatabaseManagementFeatureRequest;
94
96
  import * as DisableDatabaseManagementFeatureRequest from "./disable-database-management-feature-request";
95
97
  export import DisableDatabaseManagementFeatureRequest = DisableDatabaseManagementFeatureRequest.DisableDatabaseManagementFeatureRequest;
96
98
  import * as DisableExternalContainerDatabaseManagementFeatureRequest from "./disable-external-container-database-management-feature-request";
@@ -121,6 +123,8 @@ import * as EnableAutomaticInitialPlanCaptureRequest from "./enable-automatic-in
121
123
  export import EnableAutomaticInitialPlanCaptureRequest = EnableAutomaticInitialPlanCaptureRequest.EnableAutomaticInitialPlanCaptureRequest;
122
124
  import * as EnableAutomaticSpmEvolveAdvisorTaskRequest from "./enable-automatic-spm-evolve-advisor-task-request";
123
125
  export import EnableAutomaticSpmEvolveAdvisorTaskRequest = EnableAutomaticSpmEvolveAdvisorTaskRequest.EnableAutomaticSpmEvolveAdvisorTaskRequest;
126
+ import * as EnableAutonomousDatabaseManagementFeatureRequest from "./enable-autonomous-database-management-feature-request";
127
+ export import EnableAutonomousDatabaseManagementFeatureRequest = EnableAutonomousDatabaseManagementFeatureRequest.EnableAutonomousDatabaseManagementFeatureRequest;
124
128
  import * as EnableDatabaseManagementFeatureRequest from "./enable-database-management-feature-request";
125
129
  export import EnableDatabaseManagementFeatureRequest = EnableDatabaseManagementFeatureRequest.EnableDatabaseManagementFeatureRequest;
126
130
  import * as EnableExternalContainerDatabaseManagementFeatureRequest from "./enable-external-container-database-management-feature-request";
@@ -331,6 +335,8 @@ import * as LoadSqlPlanBaselinesFromAwrRequest from "./load-sql-plan-baselines-f
331
335
  export import LoadSqlPlanBaselinesFromAwrRequest = LoadSqlPlanBaselinesFromAwrRequest.LoadSqlPlanBaselinesFromAwrRequest;
332
336
  import * as LoadSqlPlanBaselinesFromCursorCacheRequest from "./load-sql-plan-baselines-from-cursor-cache-request";
333
337
  export import LoadSqlPlanBaselinesFromCursorCacheRequest = LoadSqlPlanBaselinesFromCursorCacheRequest.LoadSqlPlanBaselinesFromCursorCacheRequest;
338
+ import * as ModifyAutonomousDatabaseManagementFeatureRequest from "./modify-autonomous-database-management-feature-request";
339
+ export import ModifyAutonomousDatabaseManagementFeatureRequest = ModifyAutonomousDatabaseManagementFeatureRequest.ModifyAutonomousDatabaseManagementFeatureRequest;
334
340
  import * as ModifyDatabaseManagementFeatureRequest from "./modify-database-management-feature-request";
335
341
  export import ModifyDatabaseManagementFeatureRequest = ModifyDatabaseManagementFeatureRequest.ModifyDatabaseManagementFeatureRequest;
336
342
  import * as ModifyPluggableDatabaseManagementFeatureRequest from "./modify-pluggable-database-management-feature-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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"}
@@ -33,6 +33,12 @@ export interface ListDbManagementPrivateEndpointsRequest extends common.BaseRequ
33
33
  *
34
34
  */
35
35
  "isCluster"?: boolean;
36
+ /**
37
+ * The option to filter Database Management private endpoints which are endbled with DNS proxy server. This should be used along with the vcnId query parameter.
38
+ * Only one of this parameter and IsClusterDbManagementPrivateEndpointQueryParam should be set to true at one time.
39
+ *
40
+ */
41
+ "isDnsResolutionEnabled"?: boolean;
36
42
  /**
37
43
  * The lifecycle state of a resource.
38
44
  */
@@ -1 +1 @@
1
- {"version":3,"file":"list-db-management-private-endpoints-request.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/request/list-db-management-private-endpoints-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAyDH,IAAiB,uCAAuC,CAKvD;AALD,WAAiB,uCAAuC;IACtD,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,uBAAa,CAAA;IACf,CAAC,EAHW,MAAM,GAAN,8CAAM,KAAN,8CAAM,QAGjB;AACH,CAAC,EALgB,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QAKvD"}
1
+ {"version":3,"file":"list-db-management-private-endpoints-request.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/request/list-db-management-private-endpoints-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+DH,IAAiB,uCAAuC,CAKvD;AALD,WAAiB,uCAAuC;IACtD,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,uBAAa,CAAA;IACf,CAAC,EAHW,MAAM,GAAN,8CAAM,KAAN,8CAAM,QAGjB;AACH,CAAC,EALgB,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QAKvD"}
@@ -0,0 +1,49 @@
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, 2024, 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/latest/databasemanagement/ModifyAutonomousDatabaseManagementFeature.ts.html |here} to see how to use ModifyAutonomousDatabaseManagementFeatureRequest.
17
+ */
18
+ export interface ModifyAutonomousDatabaseManagementFeatureRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Autonomous Database.
21
+ */
22
+ "autonomousDatabaseId": string;
23
+ /**
24
+ * The details required to modify a Database Management feature for an Autonomous Database.
25
+ */
26
+ "modifyAutonomousDatabaseManagementFeatureDetails": model.ModifyAutonomousDatabaseManagementFeatureDetails;
27
+ /**
28
+ * The client request ID for tracing.
29
+ */
30
+ "opcRequestId"?: string;
31
+ /**
32
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
33
+ * server error without risk of executing that same action again. Retry tokens expire after 24
34
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
35
+ * has been deleted and purged from the system, then a retry of the original creation request
36
+ * might be rejected.
37
+ *
38
+ */
39
+ "opcRetryToken"?: string;
40
+ /**
41
+ * For optimistic concurrency control. In the PUT or DELETE call
42
+ * for a resource, set the {@code if-match} parameter to the value of the
43
+ * etag from a previous GET or POST response for that resource.
44
+ * The resource will be updated or deleted only if the etag you
45
+ * provide matches the resource's current etag value.
46
+ *
47
+ */
48
+ "ifMatch"?: string;
49
+ }
@@ -0,0 +1,15 @@
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, 2024, 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=modify-autonomous-database-management-feature-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"modify-autonomous-database-management-feature-request.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/request/modify-autonomous-database-management-feature-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
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, 2024, 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 DisableAutonomousDatabaseManagementFeatureResponse {
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
+ /**
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: 20201101
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=disable-autonomous-database-management-feature-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"disable-autonomous-database-management-feature-response.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/response/disable-autonomous-database-management-feature-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
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, 2024, 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 EnableAutonomousDatabaseManagementFeatureResponse {
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
+ /**
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: 20201101
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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-autonomous-database-management-feature-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enable-autonomous-database-management-feature-response.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/response/enable-autonomous-database-management-feature-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -91,6 +91,8 @@ import * as DisableAutomaticInitialPlanCaptureResponse from "./disable-automatic
91
91
  export import DisableAutomaticInitialPlanCaptureResponse = DisableAutomaticInitialPlanCaptureResponse.DisableAutomaticInitialPlanCaptureResponse;
92
92
  import * as DisableAutomaticSpmEvolveAdvisorTaskResponse from "./disable-automatic-spm-evolve-advisor-task-response";
93
93
  export import DisableAutomaticSpmEvolveAdvisorTaskResponse = DisableAutomaticSpmEvolveAdvisorTaskResponse.DisableAutomaticSpmEvolveAdvisorTaskResponse;
94
+ import * as DisableAutonomousDatabaseManagementFeatureResponse from "./disable-autonomous-database-management-feature-response";
95
+ export import DisableAutonomousDatabaseManagementFeatureResponse = DisableAutonomousDatabaseManagementFeatureResponse.DisableAutonomousDatabaseManagementFeatureResponse;
94
96
  import * as DisableDatabaseManagementFeatureResponse from "./disable-database-management-feature-response";
95
97
  export import DisableDatabaseManagementFeatureResponse = DisableDatabaseManagementFeatureResponse.DisableDatabaseManagementFeatureResponse;
96
98
  import * as DisableExternalContainerDatabaseManagementFeatureResponse from "./disable-external-container-database-management-feature-response";
@@ -121,6 +123,8 @@ import * as EnableAutomaticInitialPlanCaptureResponse from "./enable-automatic-i
121
123
  export import EnableAutomaticInitialPlanCaptureResponse = EnableAutomaticInitialPlanCaptureResponse.EnableAutomaticInitialPlanCaptureResponse;
122
124
  import * as EnableAutomaticSpmEvolveAdvisorTaskResponse from "./enable-automatic-spm-evolve-advisor-task-response";
123
125
  export import EnableAutomaticSpmEvolveAdvisorTaskResponse = EnableAutomaticSpmEvolveAdvisorTaskResponse.EnableAutomaticSpmEvolveAdvisorTaskResponse;
126
+ import * as EnableAutonomousDatabaseManagementFeatureResponse from "./enable-autonomous-database-management-feature-response";
127
+ export import EnableAutonomousDatabaseManagementFeatureResponse = EnableAutonomousDatabaseManagementFeatureResponse.EnableAutonomousDatabaseManagementFeatureResponse;
124
128
  import * as EnableDatabaseManagementFeatureResponse from "./enable-database-management-feature-response";
125
129
  export import EnableDatabaseManagementFeatureResponse = EnableDatabaseManagementFeatureResponse.EnableDatabaseManagementFeatureResponse;
126
130
  import * as EnableExternalContainerDatabaseManagementFeatureResponse from "./enable-external-container-database-management-feature-response";
@@ -331,6 +335,8 @@ import * as LoadSqlPlanBaselinesFromAwrResponse from "./load-sql-plan-baselines-
331
335
  export import LoadSqlPlanBaselinesFromAwrResponse = LoadSqlPlanBaselinesFromAwrResponse.LoadSqlPlanBaselinesFromAwrResponse;
332
336
  import * as LoadSqlPlanBaselinesFromCursorCacheResponse from "./load-sql-plan-baselines-from-cursor-cache-response";
333
337
  export import LoadSqlPlanBaselinesFromCursorCacheResponse = LoadSqlPlanBaselinesFromCursorCacheResponse.LoadSqlPlanBaselinesFromCursorCacheResponse;
338
+ import * as ModifyAutonomousDatabaseManagementFeatureResponse from "./modify-autonomous-database-management-feature-response";
339
+ export import ModifyAutonomousDatabaseManagementFeatureResponse = ModifyAutonomousDatabaseManagementFeatureResponse.ModifyAutonomousDatabaseManagementFeatureResponse;
334
340
  import * as ModifyDatabaseManagementFeatureResponse from "./modify-database-management-feature-response";
335
341
  export import ModifyDatabaseManagementFeatureResponse = ModifyDatabaseManagementFeatureResponse.ModifyDatabaseManagementFeatureResponse;
336
342
  import * as ModifyPluggableDatabaseManagementFeatureResponse from "./modify-pluggable-database-management-feature-response";
@@ -0,0 +1,25 @@
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, 2024, 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 ModifyAutonomousDatabaseManagementFeatureResponse {
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
+ /**
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: 20201101
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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=modify-autonomous-database-management-feature-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"modify-autonomous-database-management-feature-response.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/response/modify-autonomous-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.92.0",
3
+ "version": "2.94.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.92.0",
19
- "oci-workrequests": "2.92.0"
18
+ "oci-common": "2.94.0",
19
+ "oci-workrequests": "2.94.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"