oci-globallydistributeddatabase 2.87.0 → 2.88.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 (53) hide show
  1. package/lib/client.d.ts +39 -29
  2. package/lib/client.js +96 -30
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-dedicated-sharded-database.d.ts +13 -0
  5. package/lib/model/create-dedicated-sharded-database.js.map +1 -1
  6. package/lib/model/dedicated-sharded-database-summary.d.ts +13 -0
  7. package/lib/model/dedicated-sharded-database-summary.js.map +1 -1
  8. package/lib/model/dedicated-sharded-database.d.ts +24 -0
  9. package/lib/model/dedicated-sharded-database.js +10 -0
  10. package/lib/model/dedicated-sharded-database.js.map +1 -1
  11. package/lib/model/operation-type.d.ts +12 -0
  12. package/lib/model/operation-type.js +12 -0
  13. package/lib/model/operation-type.js.map +1 -1
  14. package/lib/model/private-endpoint.d.ts +4 -0
  15. package/lib/model/private-endpoint.js.map +1 -1
  16. package/lib/request/change-private-endpoint-compartment-request.d.ts +1 -1
  17. package/lib/request/change-sharded-database-compartment-request.d.ts +1 -1
  18. package/lib/request/configure-sharded-database-gsms-request.d.ts +1 -1
  19. package/lib/request/configure-sharding-request.d.ts +1 -1
  20. package/lib/request/create-private-endpoint-request.d.ts +1 -1
  21. package/lib/request/create-sharded-database-request.d.ts +1 -1
  22. package/lib/request/delete-private-endpoint-request.d.ts +1 -1
  23. package/lib/request/delete-sharded-database-request.d.ts +1 -1
  24. package/lib/request/download-gsm-certificate-signing-request-request.d.ts +1 -1
  25. package/lib/request/fetch-connection-string-request.d.ts +1 -1
  26. package/lib/request/fetch-shardable-cloud-autonomous-vm-clusters-request.d.ts +1 -1
  27. package/lib/request/generate-gsm-certificate-signing-request-request.d.ts +5 -1
  28. package/lib/request/generate-wallet-request.d.ts +1 -1
  29. package/lib/request/get-private-endpoint-request.d.ts +10 -1
  30. package/lib/request/get-sharded-database-request.d.ts +10 -1
  31. package/lib/request/get-work-request-request.d.ts +1 -1
  32. package/lib/request/index.d.ts +2 -0
  33. package/lib/request/list-private-endpoints-request.d.ts +1 -1
  34. package/lib/request/list-sharded-databases-request.d.ts +1 -1
  35. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  36. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  37. package/lib/request/list-work-requests-request.d.ts +1 -1
  38. package/lib/request/patch-sharded-database-request.d.ts +1 -1
  39. package/lib/request/prevalidate-sharded-database-request.d.ts +1 -1
  40. package/lib/request/reinstate-proxy-instance-request.d.ts +44 -0
  41. package/lib/request/reinstate-proxy-instance-request.js +15 -0
  42. package/lib/request/reinstate-proxy-instance-request.js.map +1 -0
  43. package/lib/request/start-sharded-database-request.d.ts +1 -1
  44. package/lib/request/stop-sharded-database-request.d.ts +1 -1
  45. package/lib/request/update-private-endpoint-request.d.ts +1 -1
  46. package/lib/request/update-sharded-database-request.d.ts +1 -1
  47. package/lib/request/upload-signed-certificate-and-generate-wallet-request.d.ts +1 -1
  48. package/lib/request/validate-network-request.d.ts +1 -1
  49. package/lib/response/index.d.ts +2 -0
  50. package/lib/response/reinstate-proxy-instance-response.d.ts +25 -0
  51. package/lib/response/reinstate-proxy-instance-response.js +15 -0
  52. package/lib/response/reinstate-proxy-instance-response.js.map +1 -0
  53. package/package.json +3 -3
@@ -15,6 +15,19 @@ import * as model from "../model";
15
15
  * Request details for creation of ATP-Dedicated based sharded database.
16
16
  */
17
17
  export interface CreateDedicatedShardedDatabase extends model.CreateShardedDatabaseDetails {
18
+ /**
19
+ * The Replication method for sharded database.
20
+ */
21
+ "replicationMethod"?: string;
22
+ /**
23
+ * The Replication factor for RAFT replication based sharded database. Currently supported values are 3, 5 and 7.
24
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
25
+ */
26
+ "replicationFactor"?: number;
27
+ /**
28
+ * For RAFT replication based sharded database, the value should be atleast twice the number of shards. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
29
+ */
30
+ "replicationUnit"?: number;
18
31
  /**
19
32
  * The certificate common name used in all cloudAutonomousVmClusters for the sharded database topology. Eg. Production.
20
33
  * All the clusters used in one sharded database topology shall have same CABundle setup. Valid characterset for
@@ -1 +1 @@
1
- {"version":3,"file":"create-dedicated-sharded-database.js","sourceRoot":"","sources":["../../../../../lib/globallydistributeddatabase/lib/model/create-dedicated-sharded-database.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgFlC,IAAiB,8BAA8B,CA8D9C;AA9DD,WAAiB,8BAA8B;IAC7C,IAAY,UAGX;IAHD,WAAY,UAAU;QACpB,2BAAa,CAAA;QACb,uBAAS,CAAA;IACX,CAAC,EAHW,UAAU,GAAV,yCAAU,KAAV,yCAAU,QAGrB;IAED,IAAY,cAGX;IAHD,WAAY,cAAc;QACxB,+BAAa,CAAA;QACb,mCAAiB,CAAA;IACnB,CAAC,EAHW,cAAc,GAAd,6CAAc,KAAd,6CAAc,QAGzB;IAED,SAAgB,UAAU,CACxB,GAAmC,EACnC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,4BAA4B,CAAC,UAAU,CAAC,GAAG,CAAoC,CAAC,GACxF;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC3D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,4BAA4B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAvBe,yCAAU,aAuBzB,CAAA;IACY,+CAAgB,GAAG,WAAW,CAAC;IAC5C,SAAgB,sBAAsB,CACpC,GAAmC,EACnC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CACxD,GAAG,CAC+B,CAAC,GACtC;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACvE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,qDAAsB,yBAyBrC,CAAA;AACH,CAAC,EA9DgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QA8D9C"}
1
+ {"version":3,"file":"create-dedicated-sharded-database.js","sourceRoot":"","sources":["../../../../../lib/globallydistributeddatabase/lib/model/create-dedicated-sharded-database.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA6FlC,IAAiB,8BAA8B,CA8D9C;AA9DD,WAAiB,8BAA8B;IAC7C,IAAY,UAGX;IAHD,WAAY,UAAU;QACpB,2BAAa,CAAA;QACb,uBAAS,CAAA;IACX,CAAC,EAHW,UAAU,GAAV,yCAAU,KAAV,yCAAU,QAGrB;IAED,IAAY,cAGX;IAHD,WAAY,cAAc;QACxB,+BAAa,CAAA;QACb,mCAAiB,CAAA;IACnB,CAAC,EAHW,cAAc,GAAd,6CAAc,KAAd,6CAAc,QAGzB;IAED,SAAgB,UAAU,CACxB,GAAmC,EACnC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,4BAA4B,CAAC,UAAU,CAAC,GAAG,CAAoC,CAAC,GACxF;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC3D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,4BAA4B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAvBe,yCAAU,aAuBzB,CAAA;IACY,+CAAgB,GAAG,WAAW,CAAC;IAC5C,SAAgB,sBAAsB,CACpC,GAAmC,EACnC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CACxD,GAAG,CAC+B,CAAC,GACtC;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACvE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,qDAAsB,yBAyBrC,CAAA;AACH,CAAC,EA9DgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QA8D9C"}
@@ -15,6 +15,19 @@ import * as model from "../model";
15
15
  * Summary of ATP-D based sharded database.
16
16
  */
17
17
  export interface DedicatedShardedDatabaseSummary extends model.ShardedDatabaseSummary {
18
+ /**
19
+ * The Replication method for sharded database.
20
+ */
21
+ "replicationMethod"?: string;
22
+ /**
23
+ * The Replication factor for RAFT replication based sharded database. Currently supported values are 3, 5 and 7.
24
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
25
+ */
26
+ "replicationFactor"?: number;
27
+ /**
28
+ * For RAFT replication based sharded database, the value should be atleast twice the number of shards. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
29
+ */
30
+ "replicationUnit"?: number;
18
31
  /**
19
32
  * The certificate common name used in all cloudAutonomousVmClusters for the sharded database topology. Eg. Production.
20
33
  * All the clusters used in one sharded database topology shall have same CABundle setup. Valid characterset for
@@ -1 +1 @@
1
- {"version":3,"file":"dedicated-sharded-database-summary.js","sourceRoot":"","sources":["../../../../../lib/globallydistributeddatabase/lib/model/dedicated-sharded-database-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwElC,IAAiB,+BAA+B,CAkD/C;AAlDD,WAAiB,+BAA+B;IAC9C,IAAY,UAQX;IARD,WAAY,UAAU;QACpB,2BAAa,CAAA;QACb,uBAAS,CAAA;QACT;;;WAGG;QACH,4CAA8B,CAAA;IAChC,CAAC,EARW,UAAU,GAAV,0CAAU,KAAV,0CAAU,QAQrB;IAED,IAAY,cAQX;IARD,WAAY,cAAc;QACxB,+BAAa,CAAA;QACb,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EARW,cAAc,GAAd,8CAAc,KAAd,8CAAc,QAQzB;IAED,SAAgB,UAAU,CACxB,GAAoC,EACpC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAqC,CAAC,GACnF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,0CAAU,aAYzB,CAAA;IACY,gDAAgB,GAAG,WAAW,CAAC;IAC5C,SAAgB,sBAAsB,CACpC,GAAoC,EACpC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAClD,GAAG,CACgC,CAAC,GACvC,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,sDAAsB,yBAcrC,CAAA;AACH,CAAC,EAlDgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAkD/C"}
1
+ {"version":3,"file":"dedicated-sharded-database-summary.js","sourceRoot":"","sources":["../../../../../lib/globallydistributeddatabase/lib/model/dedicated-sharded-database-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqFlC,IAAiB,+BAA+B,CAkD/C;AAlDD,WAAiB,+BAA+B;IAC9C,IAAY,UAQX;IARD,WAAY,UAAU;QACpB,2BAAa,CAAA;QACb,uBAAS,CAAA;QACT;;;WAGG;QACH,4CAA8B,CAAA;IAChC,CAAC,EARW,UAAU,GAAV,0CAAU,KAAV,0CAAU,QAQrB;IAED,IAAY,cAQX;IARD,WAAY,cAAc;QACxB,+BAAa,CAAA;QACb,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EARW,cAAc,GAAd,8CAAc,KAAd,8CAAc,QAQzB;IAED,SAAgB,UAAU,CACxB,GAAoC,EACpC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAqC,CAAC,GACnF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,0CAAU,aAYzB,CAAA;IACY,gDAAgB,GAAG,WAAW,CAAC;IAC5C,SAAgB,sBAAsB,CACpC,GAAoC,EACpC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAClD,GAAG,CACgC,CAAC,GACvC,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,sDAAsB,yBAcrC,CAAA;AACH,CAAC,EAlDgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAkD/C"}
@@ -15,6 +15,21 @@ import * as model from "../model";
15
15
  * Details of ATP-D based sharded database.
16
16
  */
17
17
  export interface DedicatedShardedDatabase extends model.ShardedDatabase {
18
+ /**
19
+ * The Replication method for sharded database. Use RAFT for Raft replication, and DG for
20
+ * DataGuard. If replicationMethod is not provided, it defaults to DG.
21
+ *
22
+ */
23
+ "replicationMethod"?: DedicatedShardedDatabase.ReplicationMethod;
24
+ /**
25
+ * The Replication factor for RAFT replication based sharded database. Currently supported values are 3, 5 and 7.
26
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
27
+ */
28
+ "replicationFactor"?: number;
29
+ /**
30
+ * For RAFT replication based sharded database, the value should be atleast twice the number of shards. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
31
+ */
32
+ "replicationUnit"?: number;
18
33
  /**
19
34
  * The certificate common name used in all cloudAutonomousVmClusters for the sharded database topology. Eg. Production.
20
35
  * All the clusters used in one sharded database topology shall have same CABundle setup. Valid characterset for
@@ -92,6 +107,15 @@ export interface DedicatedShardedDatabase extends model.ShardedDatabase {
92
107
  "dbDeploymentType": string;
93
108
  }
94
109
  export declare namespace DedicatedShardedDatabase {
110
+ enum ReplicationMethod {
111
+ Raft = "RAFT",
112
+ Dg = "DG",
113
+ /**
114
+ * This value is used if a service returns a value for this enum that is not recognized by this
115
+ * version of the SDK.
116
+ */
117
+ UnknownValue = "UNKNOWN_VALUE"
118
+ }
95
119
  enum DbWorkload {
96
120
  Oltp = "OLTP",
97
121
  Dw = "DW",
@@ -35,6 +35,16 @@ exports.DedicatedShardedDatabase = void 0;
35
35
  const model = __importStar(require("../model"));
36
36
  var DedicatedShardedDatabase;
37
37
  (function (DedicatedShardedDatabase) {
38
+ let ReplicationMethod;
39
+ (function (ReplicationMethod) {
40
+ ReplicationMethod["Raft"] = "RAFT";
41
+ ReplicationMethod["Dg"] = "DG";
42
+ /**
43
+ * This value is used if a service returns a value for this enum that is not recognized by this
44
+ * version of the SDK.
45
+ */
46
+ ReplicationMethod["UnknownValue"] = "UNKNOWN_VALUE";
47
+ })(ReplicationMethod = DedicatedShardedDatabase.ReplicationMethod || (DedicatedShardedDatabase.ReplicationMethod = {}));
38
48
  let DbWorkload;
39
49
  (function (DbWorkload) {
40
50
  DbWorkload["Oltp"] = "OLTP";
@@ -1 +1 @@
1
- {"version":3,"file":"dedicated-sharded-database.js","sourceRoot":"","sources":["../../../../../lib/globallydistributeddatabase/lib/model/dedicated-sharded-database.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"dedicated-sharded-database.js","sourceRoot":"","sources":["../../../../../lib/globallydistributeddatabase/lib/model/dedicated-sharded-database.ts"],"names":[],"mappings":"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"}
@@ -32,6 +32,18 @@ export declare enum OperationType {
32
32
  UploadSignedCertAndGenerateWallet = "UPLOAD_SIGNED_CERT_AND_GENERATE_WALLET",
33
33
  GenerateGsmCertSigningReq = "GENERATE_GSM_CERT_SIGNING_REQ",
34
34
  ConfigureSharding = "CONFIGURE_SHARDING",
35
+ ExecuteValidateNetworkTests = "EXECUTE_VALIDATE_NETWORK_TESTS",
36
+ UpdateShard = "UPDATE_SHARD",
37
+ PrivateDeleteSdb = "PRIVATE_DELETE_SDB",
38
+ ProcessShardedDatabase = "PROCESS_SHARDED_DATABASE",
39
+ CreateCatalogs = "CREATE_CATALOGS",
40
+ CreateShards = "CREATE_SHARDS",
41
+ CreateGsmNodes = "CREATE_GSM_NODES",
42
+ AddGsmNodes = "ADD_GSM_NODES",
43
+ PrivateDeleteAtpdCatalog = "PRIVATE_DELETE_ATPD_CATALOG",
44
+ PrivateDeleteAtpdShard = "PRIVATE_DELETE_ATPD_SHARD",
45
+ PrivateDeleteGsm = "PRIVATE_DELETE_GSM",
46
+ ReinstateProxyInstance = "REINSTATE_PROXY_INSTANCE",
35
47
  /**
36
48
  * This value is used if a service returns a value for this enum that is not recognized by this
37
49
  * version of the SDK.
@@ -36,6 +36,18 @@ var OperationType;
36
36
  OperationType["UploadSignedCertAndGenerateWallet"] = "UPLOAD_SIGNED_CERT_AND_GENERATE_WALLET";
37
37
  OperationType["GenerateGsmCertSigningReq"] = "GENERATE_GSM_CERT_SIGNING_REQ";
38
38
  OperationType["ConfigureSharding"] = "CONFIGURE_SHARDING";
39
+ OperationType["ExecuteValidateNetworkTests"] = "EXECUTE_VALIDATE_NETWORK_TESTS";
40
+ OperationType["UpdateShard"] = "UPDATE_SHARD";
41
+ OperationType["PrivateDeleteSdb"] = "PRIVATE_DELETE_SDB";
42
+ OperationType["ProcessShardedDatabase"] = "PROCESS_SHARDED_DATABASE";
43
+ OperationType["CreateCatalogs"] = "CREATE_CATALOGS";
44
+ OperationType["CreateShards"] = "CREATE_SHARDS";
45
+ OperationType["CreateGsmNodes"] = "CREATE_GSM_NODES";
46
+ OperationType["AddGsmNodes"] = "ADD_GSM_NODES";
47
+ OperationType["PrivateDeleteAtpdCatalog"] = "PRIVATE_DELETE_ATPD_CATALOG";
48
+ OperationType["PrivateDeleteAtpdShard"] = "PRIVATE_DELETE_ATPD_SHARD";
49
+ OperationType["PrivateDeleteGsm"] = "PRIVATE_DELETE_GSM";
50
+ OperationType["ReinstateProxyInstance"] = "REINSTATE_PROXY_INSTANCE";
39
51
  /**
40
52
  * This value is used if a service returns a value for this enum that is not recognized by this
41
53
  * version of the SDK.
@@ -1 +1 @@
1
- {"version":3,"file":"operation-type.js","sourceRoot":"","sources":["../../../../../lib/globallydistributeddatabase/lib/model/operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,aAyBX;AAzBD,WAAY,aAAa;IACvB,kEAAiD,CAAA;IACjD,kEAAiD,CAAA;IACjD,kEAAiD,CAAA;IACjD,iFAAgE,CAAA;IAChE,gEAA+C,CAAA;IAC/C,8DAA6C,CAAA;IAC7C,qDAAoC,CAAA;IACpC,6EAA4D,CAAA;IAC5D,kEAAiD,CAAA;IACjD,kEAAiD,CAAA;IACjD,kEAAiD,CAAA;IACjD,yFAAwE,CAAA;IACxE,+CAA8B,CAAA;IAC9B,+CAA8B,CAAA;IAC9B,4DAA2C,CAAA;IAC3C,6FAA4E,CAAA;IAC5E,4EAA2D,CAAA;IAC3D,yDAAwC,CAAA;IAExC;;;OAGG;IACH,+CAA8B,CAAA;AAChC,CAAC,EAzBW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAyBxB;AAED,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAO7B"}
1
+ {"version":3,"file":"operation-type.js","sourceRoot":"","sources":["../../../../../lib/globallydistributeddatabase/lib/model/operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,aAqCX;AArCD,WAAY,aAAa;IACvB,kEAAiD,CAAA;IACjD,kEAAiD,CAAA;IACjD,kEAAiD,CAAA;IACjD,iFAAgE,CAAA;IAChE,gEAA+C,CAAA;IAC/C,8DAA6C,CAAA;IAC7C,qDAAoC,CAAA;IACpC,6EAA4D,CAAA;IAC5D,kEAAiD,CAAA;IACjD,kEAAiD,CAAA;IACjD,kEAAiD,CAAA;IACjD,yFAAwE,CAAA;IACxE,+CAA8B,CAAA;IAC9B,+CAA8B,CAAA;IAC9B,4DAA2C,CAAA;IAC3C,6FAA4E,CAAA;IAC5E,4EAA2D,CAAA;IAC3D,yDAAwC,CAAA;IACxC,+EAA8D,CAAA;IAC9D,6CAA4B,CAAA;IAC5B,wDAAuC,CAAA;IACvC,oEAAmD,CAAA;IACnD,mDAAkC,CAAA;IAClC,+CAA8B,CAAA;IAC9B,oDAAmC,CAAA;IACnC,8CAA6B,CAAA;IAC7B,yEAAwD,CAAA;IACxD,qEAAoD,CAAA;IACpD,wDAAuC,CAAA;IACvC,oEAAmD,CAAA;IAEnD;;;OAGG;IACH,+CAA8B,CAAA;AAChC,CAAC,EArCW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAqCxB;AAED,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAO7B"}
@@ -67,6 +67,10 @@ export interface PrivateEndpoint {
67
67
  * Detailed message for the lifecycle state.
68
68
  */
69
69
  "lifecycleStateDetails"?: string;
70
+ /**
71
+ * The identifier of the proxy compute instance.
72
+ */
73
+ "proxyComputeInstanceId"?: string;
70
74
  /**
71
75
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
72
76
  * Example: {@code {\"bar-key\": \"value\"}}
@@ -1 +1 @@
1
- {"version":3,"file":"private-endpoint.js","sourceRoot":"","sources":["../../../../../lib/globallydistributeddatabase/lib/model/private-endpoint.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAkFH,IAAiB,eAAe,CA0B/B;AA1BD,WAAiB,eAAe;IAC9B,IAAY,cAaX;IAbD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAbW,cAAc,GAAd,8BAAc,KAAd,8BAAc,QAazB;IAED,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAsB,yBAIrC,CAAA;AACH,CAAC,EA1BgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QA0B/B"}
1
+ {"version":3,"file":"private-endpoint.js","sourceRoot":"","sources":["../../../../../lib/globallydistributeddatabase/lib/model/private-endpoint.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsFH,IAAiB,eAAe,CA0B/B;AA1BD,WAAiB,eAAe;IAC9B,IAAY,cAaX;IAbD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAbW,cAAc,GAAd,8BAAc,KAAd,8BAAc,QAazB;IAED,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAsB,yBAIrC,CAAA;AACH,CAAC,EA1BgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QA0B/B"}
@@ -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.87.0/globallydistributeddatabase/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/globallydistributeddatabase/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartmentRequest.
17
17
  */
18
18
  export interface ChangePrivateEndpointCompartmentRequest 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.87.0/globallydistributeddatabase/ChangeShardedDatabaseCompartment.ts.html |here} to see how to use ChangeShardedDatabaseCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/globallydistributeddatabase/ChangeShardedDatabaseCompartment.ts.html |here} to see how to use ChangeShardedDatabaseCompartmentRequest.
17
17
  */
18
18
  export interface ChangeShardedDatabaseCompartmentRequest 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.87.0/globallydistributeddatabase/ConfigureShardedDatabaseGsms.ts.html |here} to see how to use ConfigureShardedDatabaseGsmsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/globallydistributeddatabase/ConfigureShardedDatabaseGsms.ts.html |here} to see how to use ConfigureShardedDatabaseGsmsRequest.
17
17
  */
18
18
  export interface ConfigureShardedDatabaseGsmsRequest 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.87.0/globallydistributeddatabase/ConfigureSharding.ts.html |here} to see how to use ConfigureShardingRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/globallydistributeddatabase/ConfigureSharding.ts.html |here} to see how to use ConfigureShardingRequest.
16
16
  */
17
17
  export interface ConfigureShardingRequest 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.87.0/globallydistributeddatabase/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/globallydistributeddatabase/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpointRequest.
17
17
  */
18
18
  export interface CreatePrivateEndpointRequest 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.87.0/globallydistributeddatabase/CreateShardedDatabase.ts.html |here} to see how to use CreateShardedDatabaseRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/globallydistributeddatabase/CreateShardedDatabase.ts.html |here} to see how to use CreateShardedDatabaseRequest.
17
17
  */
18
18
  export interface CreateShardedDatabaseRequest 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.87.0/globallydistributeddatabase/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpointRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/globallydistributeddatabase/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpointRequest.
16
16
  */
17
17
  export interface DeletePrivateEndpointRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/globallydistributeddatabase/DeleteShardedDatabase.ts.html |here} to see how to use DeleteShardedDatabaseRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/globallydistributeddatabase/DeleteShardedDatabase.ts.html |here} to see how to use DeleteShardedDatabaseRequest.
16
16
  */
17
17
  export interface DeleteShardedDatabaseRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/globallydistributeddatabase/DownloadGsmCertificateSigningRequest.ts.html |here} to see how to use DownloadGsmCertificateSigningRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/globallydistributeddatabase/DownloadGsmCertificateSigningRequest.ts.html |here} to see how to use DownloadGsmCertificateSigningRequestRequest.
16
16
  */
17
17
  export interface DownloadGsmCertificateSigningRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/globallydistributeddatabase/FetchConnectionString.ts.html |here} to see how to use FetchConnectionStringRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/globallydistributeddatabase/FetchConnectionString.ts.html |here} to see how to use FetchConnectionStringRequest.
16
16
  */
17
17
  export interface FetchConnectionStringRequest 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.87.0/globallydistributeddatabase/FetchShardableCloudAutonomousVmClusters.ts.html |here} to see how to use FetchShardableCloudAutonomousVmClustersRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/globallydistributeddatabase/FetchShardableCloudAutonomousVmClusters.ts.html |here} to see how to use FetchShardableCloudAutonomousVmClustersRequest.
17
17
  */
18
18
  export interface FetchShardableCloudAutonomousVmClustersRequest 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.87.0/globallydistributeddatabase/GenerateGsmCertificateSigningRequest.ts.html |here} to see how to use GenerateGsmCertificateSigningRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/globallydistributeddatabase/GenerateGsmCertificateSigningRequest.ts.html |here} to see how to use GenerateGsmCertificateSigningRequestRequest.
16
16
  */
17
17
  export interface GenerateGsmCertificateSigningRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -41,4 +41,8 @@ export interface GenerateGsmCertificateSigningRequestRequest extends common.Base
41
41
  *
42
42
  */
43
43
  "opcRetryToken"?: string;
44
+ /**
45
+ * The ID of the Ca Bundle.
46
+ */
47
+ "caBundleId"?: string;
44
48
  }
@@ -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.87.0/globallydistributeddatabase/GenerateWallet.ts.html |here} to see how to use GenerateWalletRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/globallydistributeddatabase/GenerateWallet.ts.html |here} to see how to use GenerateWalletRequest.
17
17
  */
18
18
  export interface GenerateWalletRequest extends common.BaseRequest {
19
19
  /**
@@ -12,13 +12,22 @@
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.87.0/globallydistributeddatabase/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpointRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/globallydistributeddatabase/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpointRequest.
16
16
  */
17
17
  export interface GetPrivateEndpointRequest extends common.BaseRequest {
18
18
  /**
19
19
  * Oracle Sharded Database PrivateEndpoint identifier
20
20
  */
21
21
  "privateEndpointId": string;
22
+ /**
23
+ * For conditional requests. In the GET call for a resource, set the
24
+ * {@code If-None-Match} header to the value of the ETag from a previous GET (or
25
+ * POST or PUT) response for that resource. The server will return with
26
+ * either a 304 Not Modified response if the resource has not changed, or a
27
+ * 200 OK response with the updated representation.
28
+ *
29
+ */
30
+ "ifNoneMatch"?: string;
22
31
  /**
23
32
  * The client request ID for tracing.
24
33
  */
@@ -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.87.0/globallydistributeddatabase/GetShardedDatabase.ts.html |here} to see how to use GetShardedDatabaseRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/globallydistributeddatabase/GetShardedDatabase.ts.html |here} to see how to use GetShardedDatabaseRequest.
16
16
  */
17
17
  export interface GetShardedDatabaseRequest extends common.BaseRequest {
18
18
  /**
@@ -25,6 +25,15 @@ export interface GetShardedDatabaseRequest extends common.BaseRequest {
25
25
  *
26
26
  */
27
27
  "metadata"?: string;
28
+ /**
29
+ * For conditional requests. In the GET call for a resource, set the
30
+ * {@code If-None-Match} header to the value of the ETag from a previous GET (or
31
+ * POST or PUT) response for that resource. The server will return with
32
+ * either a 304 Not Modified response if the resource has not changed, or a
33
+ * 200 OK response with the updated representation.
34
+ *
35
+ */
36
+ "ifNoneMatch"?: string;
28
37
  /**
29
38
  * The client request ID for tracing.
30
39
  */
@@ -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.87.0/globallydistributeddatabase/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/globallydistributeddatabase/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -56,6 +56,8 @@ import * as PatchShardedDatabaseRequest from "./patch-sharded-database-request";
56
56
  export import PatchShardedDatabaseRequest = PatchShardedDatabaseRequest.PatchShardedDatabaseRequest;
57
57
  import * as PrevalidateShardedDatabaseRequest from "./prevalidate-sharded-database-request";
58
58
  export import PrevalidateShardedDatabaseRequest = PrevalidateShardedDatabaseRequest.PrevalidateShardedDatabaseRequest;
59
+ import * as ReinstateProxyInstanceRequest from "./reinstate-proxy-instance-request";
60
+ export import ReinstateProxyInstanceRequest = ReinstateProxyInstanceRequest.ReinstateProxyInstanceRequest;
59
61
  import * as StartShardedDatabaseRequest from "./start-sharded-database-request";
60
62
  export import StartShardedDatabaseRequest = StartShardedDatabaseRequest.StartShardedDatabaseRequest;
61
63
  import * as StopShardedDatabaseRequest from "./stop-sharded-database-request";
@@ -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.87.0/globallydistributeddatabase/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpointsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/globallydistributeddatabase/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpointsRequest.
17
17
  */
18
18
  export interface ListPrivateEndpointsRequest 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.87.0/globallydistributeddatabase/ListShardedDatabases.ts.html |here} to see how to use ListShardedDatabasesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/globallydistributeddatabase/ListShardedDatabases.ts.html |here} to see how to use ListShardedDatabasesRequest.
17
17
  */
18
18
  export interface ListShardedDatabasesRequest 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.87.0/globallydistributeddatabase/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.88.1/globallydistributeddatabase/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.87.0/globallydistributeddatabase/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.88.1/globallydistributeddatabase/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.87.0/globallydistributeddatabase/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.88.1/globallydistributeddatabase/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.87.0/globallydistributeddatabase/PatchShardedDatabase.ts.html |here} to see how to use PatchShardedDatabaseRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/globallydistributeddatabase/PatchShardedDatabase.ts.html |here} to see how to use PatchShardedDatabaseRequest.
17
17
  */
18
18
  export interface PatchShardedDatabaseRequest 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.87.0/globallydistributeddatabase/PrevalidateShardedDatabase.ts.html |here} to see how to use PrevalidateShardedDatabaseRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/globallydistributeddatabase/PrevalidateShardedDatabase.ts.html |here} to see how to use PrevalidateShardedDatabaseRequest.
17
17
  */
18
18
  export interface PrevalidateShardedDatabaseRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,44 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20230301
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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/globallydistributeddatabase/ReinstateProxyInstance.ts.html |here} to see how to use ReinstateProxyInstanceRequest.
16
+ */
17
+ export interface ReinstateProxyInstanceRequest extends common.BaseRequest {
18
+ /**
19
+ * Oracle Sharded Database PrivateEndpoint identifier
20
+ */
21
+ "privateEndpointId": string;
22
+ /**
23
+ * The client request ID for tracing.
24
+ */
25
+ "opcRequestId"?: string;
26
+ /**
27
+ * For optimistic concurrency control. In the PUT or DELETE call
28
+ * for a resource, set the {@code if-match} parameter to the value of the
29
+ * etag from a previous GET or POST response for that resource.
30
+ * The resource will be updated or deleted only if the etag you
31
+ * provide matches the resource's current etag value.
32
+ *
33
+ */
34
+ "ifMatch"?: string;
35
+ /**
36
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
37
+ * server error without risk of executing that same action again. Retry tokens expire after 24
38
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
39
+ * has been deleted and purged from the system, then a retry of the original creation request
40
+ * might be rejected.
41
+ *
42
+ */
43
+ "opcRetryToken"?: string;
44
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20230301
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=reinstate-proxy-instance-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reinstate-proxy-instance-request.js","sourceRoot":"","sources":["../../../../../lib/globallydistributeddatabase/lib/request/reinstate-proxy-instance-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/globallydistributeddatabase/StartShardedDatabase.ts.html |here} to see how to use StartShardedDatabaseRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/globallydistributeddatabase/StartShardedDatabase.ts.html |here} to see how to use StartShardedDatabaseRequest.
16
16
  */
17
17
  export interface StartShardedDatabaseRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/globallydistributeddatabase/StopShardedDatabase.ts.html |here} to see how to use StopShardedDatabaseRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/globallydistributeddatabase/StopShardedDatabase.ts.html |here} to see how to use StopShardedDatabaseRequest.
16
16
  */
17
17
  export interface StopShardedDatabaseRequest 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.87.0/globallydistributeddatabase/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/globallydistributeddatabase/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpointRequest.
17
17
  */
18
18
  export interface UpdatePrivateEndpointRequest 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.87.0/globallydistributeddatabase/UpdateShardedDatabase.ts.html |here} to see how to use UpdateShardedDatabaseRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/globallydistributeddatabase/UpdateShardedDatabase.ts.html |here} to see how to use UpdateShardedDatabaseRequest.
17
17
  */
18
18
  export interface UpdateShardedDatabaseRequest extends common.BaseRequest {
19
19
  /**