oci-databasemigration 2.89.0 → 2.89.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/lib/client.d.ts +44 -35
  2. package/lib/client.js +103 -35
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/advanced-parameter-data-types.d.ts +31 -0
  5. package/lib/model/advanced-parameter-data-types.js +42 -0
  6. package/lib/model/advanced-parameter-data-types.js.map +1 -0
  7. package/lib/model/create-oracle-migration-details.d.ts +4 -0
  8. package/lib/model/create-oracle-migration-details.js +10 -0
  9. package/lib/model/create-oracle-migration-details.js.map +1 -1
  10. package/lib/model/index.d.ts +10 -0
  11. package/lib/model/index.js +15 -4
  12. package/lib/model/index.js.map +1 -1
  13. package/lib/model/migration-parameter-base.d.ts +30 -0
  14. package/lib/model/migration-parameter-base.js +29 -0
  15. package/lib/model/migration-parameter-base.js.map +1 -0
  16. package/lib/model/migration-parameter-details.d.ts +38 -0
  17. package/lib/model/migration-parameter-details.js +29 -0
  18. package/lib/model/migration-parameter-details.js.map +1 -0
  19. package/lib/model/migration-parameter-summary-collection.d.ts +26 -0
  20. package/lib/model/migration-parameter-summary-collection.js +61 -0
  21. package/lib/model/migration-parameter-summary-collection.js.map +1 -0
  22. package/lib/model/migration-parameter-summary.d.ts +76 -0
  23. package/lib/model/migration-parameter-summary.js +29 -0
  24. package/lib/model/migration-parameter-summary.js.map +1 -0
  25. package/lib/model/oracle-migration.d.ts +4 -0
  26. package/lib/model/oracle-migration.js +10 -0
  27. package/lib/model/oracle-migration.js.map +1 -1
  28. package/lib/model/update-oracle-migration-details.d.ts +4 -0
  29. package/lib/model/update-oracle-migration-details.js +10 -0
  30. package/lib/model/update-oracle-migration-details.js.map +1 -1
  31. package/lib/request/abort-job-request.d.ts +1 -1
  32. package/lib/request/add-migration-objects-request.d.ts +1 -1
  33. package/lib/request/change-connection-compartment-request.d.ts +1 -1
  34. package/lib/request/change-migration-compartment-request.d.ts +1 -1
  35. package/lib/request/clone-migration-request.d.ts +1 -1
  36. package/lib/request/connection-diagnostics-request.d.ts +1 -1
  37. package/lib/request/create-connection-request.d.ts +1 -1
  38. package/lib/request/create-migration-request.d.ts +1 -1
  39. package/lib/request/delete-connection-request.d.ts +1 -1
  40. package/lib/request/delete-job-request.d.ts +1 -1
  41. package/lib/request/delete-migration-request.d.ts +1 -1
  42. package/lib/request/evaluate-migration-request.d.ts +1 -1
  43. package/lib/request/get-advisor-report-request.d.ts +1 -1
  44. package/lib/request/get-connection-request.d.ts +1 -1
  45. package/lib/request/get-job-output-content-request.d.ts +1 -1
  46. package/lib/request/get-job-request.d.ts +1 -1
  47. package/lib/request/get-migration-request.d.ts +1 -1
  48. package/lib/request/get-work-request-request.d.ts +1 -1
  49. package/lib/request/index.d.ts +2 -0
  50. package/lib/request/index.js +3 -1
  51. package/lib/request/index.js.map +1 -1
  52. package/lib/request/list-connections-request.d.ts +1 -1
  53. package/lib/request/list-excluded-objects-request.d.ts +1 -1
  54. package/lib/request/list-job-outputs-request.d.ts +1 -1
  55. package/lib/request/list-jobs-request.d.ts +1 -1
  56. package/lib/request/list-migration-object-types-request.d.ts +1 -1
  57. package/lib/request/list-migration-objects-request.d.ts +1 -1
  58. package/lib/request/list-migration-parameters-request.d.ts +62 -0
  59. package/lib/request/list-migration-parameters-request.js +24 -0
  60. package/lib/request/list-migration-parameters-request.js.map +1 -0
  61. package/lib/request/list-migrations-request.d.ts +1 -1
  62. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  63. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  64. package/lib/request/list-work-requests-request.d.ts +1 -1
  65. package/lib/request/remove-migration-objects-request.d.ts +1 -1
  66. package/lib/request/resume-job-request.d.ts +1 -1
  67. package/lib/request/retrieve-supported-phases-request.d.ts +1 -1
  68. package/lib/request/start-migration-request.d.ts +1 -1
  69. package/lib/request/update-connection-request.d.ts +1 -1
  70. package/lib/request/update-job-request.d.ts +1 -1
  71. package/lib/request/update-migration-request.d.ts +1 -1
  72. package/lib/response/index.d.ts +2 -0
  73. package/lib/response/list-migration-parameters-response.d.ts +32 -0
  74. package/lib/response/list-migration-parameters-response.js +15 -0
  75. package/lib/response/list-migration-parameters-response.js.map +1 -0
  76. package/package.json +3 -3
@@ -58,6 +58,8 @@ import * as ListMigrationObjectTypesRequest from "./list-migration-object-types-
58
58
  export import ListMigrationObjectTypesRequest = ListMigrationObjectTypesRequest.ListMigrationObjectTypesRequest;
59
59
  import * as ListMigrationObjectsRequest from "./list-migration-objects-request";
60
60
  export import ListMigrationObjectsRequest = ListMigrationObjectsRequest.ListMigrationObjectsRequest;
61
+ import * as ListMigrationParametersRequest from "./list-migration-parameters-request";
62
+ export import ListMigrationParametersRequest = ListMigrationParametersRequest.ListMigrationParametersRequest;
61
63
  import * as ListMigrationsRequest from "./list-migrations-request";
62
64
  export import ListMigrationsRequest = ListMigrationsRequest.ListMigrationsRequest;
63
65
  import * as ListWorkRequestErrorsRequest from "./list-work-request-errors-request";
@@ -31,7 +31,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
31
31
  return result;
32
32
  };
33
33
  Object.defineProperty(exports, "__esModule", { value: true });
34
- exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListMigrationsRequest = exports.ListMigrationObjectTypesRequest = exports.ListJobsRequest = exports.ListExcludedObjectsRequest = exports.ListConnectionsRequest = void 0;
34
+ exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListMigrationsRequest = exports.ListMigrationParametersRequest = exports.ListMigrationObjectTypesRequest = exports.ListJobsRequest = exports.ListExcludedObjectsRequest = exports.ListConnectionsRequest = void 0;
35
35
  const ListConnectionsRequest = __importStar(require("./list-connections-request"));
36
36
  exports.ListConnectionsRequest = ListConnectionsRequest.ListConnectionsRequest;
37
37
  const ListExcludedObjectsRequest = __importStar(require("./list-excluded-objects-request"));
@@ -40,6 +40,8 @@ const ListJobsRequest = __importStar(require("./list-jobs-request"));
40
40
  exports.ListJobsRequest = ListJobsRequest.ListJobsRequest;
41
41
  const ListMigrationObjectTypesRequest = __importStar(require("./list-migration-object-types-request"));
42
42
  exports.ListMigrationObjectTypesRequest = ListMigrationObjectTypesRequest.ListMigrationObjectTypesRequest;
43
+ const ListMigrationParametersRequest = __importStar(require("./list-migration-parameters-request"));
44
+ exports.ListMigrationParametersRequest = ListMigrationParametersRequest.ListMigrationParametersRequest;
43
45
  const ListMigrationsRequest = __importStar(require("./list-migrations-request"));
44
46
  exports.ListMigrationsRequest = ListMigrationsRequest.ListMigrationsRequest;
45
47
  const ListWorkRequestErrorsRequest = __importStar(require("./list-work-request-errors-request"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAsCH,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AAGjG,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,uGAAyF;AAC3E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAGhH,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAsCH,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AAGjG,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,uGAAyF;AAC3E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAGhH,oGAAsF;AACxE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
@@ -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.89.0/databasemigration/ListConnections.ts.html |here} to see how to use ListConnectionsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/databasemigration/ListConnections.ts.html |here} to see how to use ListConnectionsRequest.
17
17
  */
18
18
  export interface ListConnectionsRequest 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.89.0/databasemigration/ListExcludedObjects.ts.html |here} to see how to use ListExcludedObjectsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/databasemigration/ListExcludedObjects.ts.html |here} to see how to use ListExcludedObjectsRequest.
17
17
  */
18
18
  export interface ListExcludedObjectsRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputsRequest.
16
16
  */
17
17
  export interface ListJobOutputsRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/databasemigration/ListJobs.ts.html |here} to see how to use ListJobsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/databasemigration/ListJobs.ts.html |here} to see how to use ListJobsRequest.
17
17
  */
18
18
  export interface ListJobsRequest 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.89.0/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypesRequest.
17
17
  */
18
18
  export interface ListMigrationObjectTypesRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjectsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjectsRequest.
16
16
  */
17
17
  export interface ListMigrationObjectsRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,62 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20230518
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/2.89.1/databasemigration/ListMigrationParameters.ts.html |here} to see how to use ListMigrationParametersRequest.
17
+ */
18
+ export interface ListMigrationParametersRequest extends common.BaseRequest {
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
21
+ * particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId"?: string;
25
+ /**
26
+ * A filter to return only resources that match a certain Migration Type.
27
+ *
28
+ */
29
+ "migrationType"?: model.MigrationTypes;
30
+ /**
31
+ * A filter to return only resources that match a certain Database Combination.
32
+ *
33
+ */
34
+ "databaseCombination"?: model.DatabaseCombination;
35
+ /**
36
+ * The maximum number of items to return.
37
+ *
38
+ */
39
+ "limit"?: number;
40
+ /**
41
+ * The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
42
+ *
43
+ */
44
+ "page"?: string;
45
+ /**
46
+ * The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending.
47
+ * Default order for displayName is ascending. If no value is specified timeCreated is default.
48
+ *
49
+ */
50
+ "sortBy"?: ListMigrationParametersRequest.SortBy;
51
+ /**
52
+ * The sort order to use, either 'asc' or 'desc'.
53
+ *
54
+ */
55
+ "sortOrder"?: model.SortOrders;
56
+ }
57
+ export declare namespace ListMigrationParametersRequest {
58
+ enum SortBy {
59
+ TimeCreated = "timeCreated",
60
+ DisplayName = "displayName"
61
+ }
62
+ }
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20230518
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
+ exports.ListMigrationParametersRequest = void 0;
16
+ var ListMigrationParametersRequest;
17
+ (function (ListMigrationParametersRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ SortBy["DisplayName"] = "displayName";
22
+ })(SortBy = ListMigrationParametersRequest.SortBy || (ListMigrationParametersRequest.SortBy = {}));
23
+ })(ListMigrationParametersRequest = exports.ListMigrationParametersRequest || (exports.ListMigrationParametersRequest = {}));
24
+ //# sourceMappingURL=list-migration-parameters-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-migration-parameters-request.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/request/list-migration-parameters-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgDH,IAAiB,8BAA8B,CAK9C;AALD,WAAiB,8BAA8B;IAC7C,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,qCAAM,KAAN,qCAAM,QAGjB;AACH,CAAC,EALgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAK9C"}
@@ -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.89.0/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrationsRequest.
17
17
  */
18
18
  export interface ListMigrationsRequest 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.89.0/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjectsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjectsRequest.
17
17
  */
18
18
  export interface RemoveMigrationObjectsRequest 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.89.0/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJobRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJobRequest.
17
17
  */
18
18
  export interface ResumeJobRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhasesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhasesRequest.
16
16
  */
17
17
  export interface RetrieveSupportedPhasesRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/databasemigration/StartMigration.ts.html |here} to see how to use StartMigrationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/databasemigration/StartMigration.ts.html |here} to see how to use StartMigrationRequest.
17
17
  */
18
18
  export interface StartMigrationRequest 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.89.0/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnectionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnectionRequest.
17
17
  */
18
18
  export interface UpdateConnectionRequest 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.89.0/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJobRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJobRequest.
17
17
  */
18
18
  export interface UpdateJobRequest 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.89.0/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigrationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigrationRequest.
17
17
  */
18
18
  export interface UpdateMigrationRequest extends common.BaseRequest {
19
19
  /**
@@ -58,6 +58,8 @@ import * as ListMigrationObjectTypesResponse from "./list-migration-object-types
58
58
  export import ListMigrationObjectTypesResponse = ListMigrationObjectTypesResponse.ListMigrationObjectTypesResponse;
59
59
  import * as ListMigrationObjectsResponse from "./list-migration-objects-response";
60
60
  export import ListMigrationObjectsResponse = ListMigrationObjectsResponse.ListMigrationObjectsResponse;
61
+ import * as ListMigrationParametersResponse from "./list-migration-parameters-response";
62
+ export import ListMigrationParametersResponse = ListMigrationParametersResponse.ListMigrationParametersResponse;
61
63
  import * as ListMigrationsResponse from "./list-migrations-response";
62
64
  export import ListMigrationsResponse = ListMigrationsResponse.ListMigrationsResponse;
63
65
  import * as ListWorkRequestErrorsResponse from "./list-work-request-errors-response";
@@ -0,0 +1,32 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20230518
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
+ export interface ListMigrationParametersResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
+ * subsequent GET request to get the next batch of items.
25
+ *
26
+ */
27
+ "opcNextPage": string;
28
+ /**
29
+ * The returned model.MigrationParameterSummaryCollection instance.
30
+ */
31
+ "migrationParameterSummaryCollection": model.MigrationParameterSummaryCollection;
32
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20230518
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=list-migration-parameters-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-migration-parameters-response.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/response/list-migration-parameters-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-databasemigration",
3
- "version": "2.89.0",
3
+ "version": "2.89.1",
4
4
  "description": "OCI NodeJS client for Database Migration 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.89.0",
19
- "oci-workrequests": "2.89.0"
18
+ "oci-common": "2.89.1",
19
+ "oci-workrequests": "2.89.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"