oci-redis 2.102.1 → 2.103.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/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +19 -19
  4. package/lib/client.js +19 -19
  5. package/lib/model/action-type.d.ts +1 -1
  6. package/lib/model/action-type.js +1 -1
  7. package/lib/model/change-redis-cluster-compartment-details.d.ts +2 -2
  8. package/lib/model/change-redis-cluster-compartment-details.js +1 -1
  9. package/lib/model/create-redis-cluster-details.d.ts +6 -6
  10. package/lib/model/create-redis-cluster-details.js +1 -1
  11. package/lib/model/index.d.ts +1 -1
  12. package/lib/model/index.js +1 -1
  13. package/lib/model/node-collection.d.ts +1 -1
  14. package/lib/model/node-collection.js +1 -1
  15. package/lib/model/node-summary.d.ts +1 -1
  16. package/lib/model/node-summary.js +1 -1
  17. package/lib/model/node.d.ts +1 -1
  18. package/lib/model/node.js +1 -1
  19. package/lib/model/operation-status.d.ts +1 -1
  20. package/lib/model/operation-status.js +1 -1
  21. package/lib/model/operation-type.d.ts +1 -1
  22. package/lib/model/operation-type.js +1 -1
  23. package/lib/model/redis-cluster-collection.d.ts +2 -2
  24. package/lib/model/redis-cluster-collection.js +1 -1
  25. package/lib/model/redis-cluster-summary.d.ts +7 -7
  26. package/lib/model/redis-cluster-summary.js +1 -1
  27. package/lib/model/redis-cluster.d.ts +8 -7
  28. package/lib/model/redis-cluster.js +2 -1
  29. package/lib/model/redis-cluster.js.map +1 -1
  30. package/lib/model/redis-node-collection.d.ts +1 -1
  31. package/lib/model/redis-node-collection.js +1 -1
  32. package/lib/model/sort-order.d.ts +1 -1
  33. package/lib/model/sort-order.js +1 -1
  34. package/lib/model/update-redis-cluster-details.d.ts +7 -3
  35. package/lib/model/update-redis-cluster-details.js +1 -1
  36. package/lib/model/update-redis-cluster-details.js.map +1 -1
  37. package/lib/model/work-request-error-collection.d.ts +1 -1
  38. package/lib/model/work-request-error-collection.js +1 -1
  39. package/lib/model/work-request-error.d.ts +2 -2
  40. package/lib/model/work-request-error.js +1 -1
  41. package/lib/model/work-request-log-entry-collection.d.ts +1 -1
  42. package/lib/model/work-request-log-entry-collection.js +1 -1
  43. package/lib/model/work-request-log-entry.d.ts +1 -1
  44. package/lib/model/work-request-log-entry.js +1 -1
  45. package/lib/model/work-request-resource.d.ts +2 -2
  46. package/lib/model/work-request-resource.js +1 -1
  47. package/lib/model/work-request-summary-collection.d.ts +1 -1
  48. package/lib/model/work-request-summary-collection.js +1 -1
  49. package/lib/model/work-request-summary.d.ts +2 -2
  50. package/lib/model/work-request-summary.js +1 -1
  51. package/lib/model/work-request.d.ts +3 -3
  52. package/lib/model/work-request.js +1 -1
  53. package/lib/rediscluster-waiter.d.ts +1 -1
  54. package/lib/rediscluster-waiter.js +1 -1
  55. package/lib/request/cancel-work-request-request.d.ts +1 -1
  56. package/lib/request/change-redis-cluster-compartment-request.d.ts +2 -2
  57. package/lib/request/create-redis-cluster-request.d.ts +1 -1
  58. package/lib/request/delete-redis-cluster-request.d.ts +2 -2
  59. package/lib/request/get-redis-cluster-request.d.ts +2 -2
  60. package/lib/request/get-work-request-request.d.ts +1 -1
  61. package/lib/request/index.d.ts +1 -1
  62. package/lib/request/index.js +1 -1
  63. package/lib/request/list-redis-cluster-nodes-request.d.ts +2 -2
  64. package/lib/request/list-redis-clusters-request.d.ts +2 -2
  65. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  66. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  67. package/lib/request/list-work-requests-request.d.ts +2 -2
  68. package/lib/request/update-redis-cluster-request.d.ts +2 -2
  69. package/lib/response/index.d.ts +1 -1
  70. package/lib/response/index.js +1 -1
  71. package/package.json +3 -3
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * OCI Cache API
3
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
3
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
4
4
  * OpenAPI spec version: 20220315
5
5
  *
6
6
  *
@@ -12,11 +12,11 @@
12
12
  */
13
13
  import * as model from "../model";
14
14
  /**
15
- * An OCI Cache cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.cloud.oracle.com/iaas/Content/ocicache/home.htm).
15
+ * An OCI Cache cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
16
16
  */
17
17
  export interface RedisCluster {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster.
20
20
  */
21
21
  "id": string;
22
22
  /**
@@ -24,7 +24,7 @@ export interface RedisCluster {
24
24
  */
25
25
  "displayName": string;
26
26
  /**
27
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the compartment that contains the cluster.
27
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the compartment that contains the cluster.
28
28
  */
29
29
  "compartmentId": string;
30
30
  /**
@@ -64,7 +64,7 @@ export interface RedisCluster {
64
64
  */
65
65
  "softwareVersion": RedisCluster.SoftwareVersion;
66
66
  /**
67
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster's subnet.
67
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster's subnet.
68
68
  */
69
69
  "subnetId": string;
70
70
  /**
@@ -85,9 +85,9 @@ export interface RedisCluster {
85
85
  */
86
86
  "shardCount"?: number;
87
87
  /**
88
- * A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
88
+ * A list of Network Security Group (NSG) [OCIDs](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
89
89
  * associated with this cluster. For more information,
90
- * see [Using an NSG for Clusters](https://docs.cloud.oracle.com/iaas/Content/ocicache/connecttocluster.htm#connecttocluster__networksecuritygroup).
90
+ * see [Using an NSG for Clusters](https://docs.oracle.com/iaas/Content/ocicache/connecttocluster.htm#connecttocluster__networksecuritygroup).
91
91
  *
92
92
  */
93
93
  "nsgIds"?: Array<string>;
@@ -137,6 +137,7 @@ export declare namespace RedisCluster {
137
137
  enum SoftwareVersion {
138
138
  V705 = "V7_0_5",
139
139
  Redis70 = "REDIS_7_0",
140
+ Valkey72 = "VALKEY_7_2",
140
141
  /**
141
142
  * This value is used if a service returns a value for this enum that is not recognized by this
142
143
  * version of the SDK.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * OCI Cache API
4
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
4
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
5
5
  * OpenAPI spec version: 20220315
6
6
  *
7
7
  *
@@ -53,6 +53,7 @@ var RedisCluster;
53
53
  (function (SoftwareVersion) {
54
54
  SoftwareVersion["V705"] = "V7_0_5";
55
55
  SoftwareVersion["Redis70"] = "REDIS_7_0";
56
+ SoftwareVersion["Valkey72"] = "VALKEY_7_2";
56
57
  /**
57
58
  * This value is used if a service returns a value for this enum that is not recognized by this
58
59
  * version of the SDK.
@@ -1 +1 @@
1
- {"version":3,"file":"redis-cluster.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/model/redis-cluster.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuGlC,IAAiB,YAAY,CA2D5B;AA3DD,WAAiB,YAAY;IAC3B,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,2BAAc,KAAd,2BAAc,QAYzB;IAED,IAAY,eAQX;IARD,WAAY,eAAe;QACzB,kCAAe,CAAA;QACf,wCAAqB,CAAA;QACrB;;;WAGG;QACH,iDAA8B,CAAA;IAChC,CAAC,EARW,eAAe,GAAf,4BAAe,KAAf,4BAAe,QAQ1B;IAED,IAAY,WAQX;IARD,WAAY,WAAW;QACrB,kCAAmB,CAAA;QACnB,wCAAyB,CAAA;QACzB;;;WAGG;QACH,6CAA8B,CAAA;IAChC,CAAC,EARW,WAAW,GAAX,wBAAW,KAAX,wBAAW,QAQtB;IAED,SAAgB,UAAU,CAAC,GAAiB;QAC1C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBACrD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,uBAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBACjE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,mCAAsB,yBAWrC,CAAA;AACH,CAAC,EA3DgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QA2D5B"}
1
+ {"version":3,"file":"redis-cluster.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/model/redis-cluster.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuGlC,IAAiB,YAAY,CA4D5B;AA5DD,WAAiB,YAAY;IAC3B,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,2BAAc,KAAd,2BAAc,QAYzB;IAED,IAAY,eASX;IATD,WAAY,eAAe;QACzB,kCAAe,CAAA;QACf,wCAAqB,CAAA;QACrB,0CAAuB,CAAA;QACvB;;;WAGG;QACH,iDAA8B,CAAA;IAChC,CAAC,EATW,eAAe,GAAf,4BAAe,KAAf,4BAAe,QAS1B;IAED,IAAY,WAQX;IARD,WAAY,WAAW;QACrB,kCAAmB,CAAA;QACnB,wCAAyB,CAAA;QACzB;;;WAGG;QACH,6CAA8B,CAAA;IAChC,CAAC,EARW,WAAW,GAAX,wBAAW,KAAX,wBAAW,QAQtB;IAED,SAAgB,UAAU,CAAC,GAAiB;QAC1C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBACrD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,uBAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBACjE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,mCAAsB,yBAWrC,CAAA;AACH,CAAC,EA5DgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QA4D5B"}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * OCI Cache API
3
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
3
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
4
4
  * OpenAPI spec version: 20220315
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * OCI Cache API
4
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
4
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
5
5
  * OpenAPI spec version: 20220315
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * OCI Cache API
3
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
3
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
4
4
  * OpenAPI spec version: 20220315
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * OCI Cache API
4
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
4
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
5
5
  * OpenAPI spec version: 20220315
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * OCI Cache API
3
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
3
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
4
4
  * OpenAPI spec version: 20220315
5
5
  *
6
6
  *
@@ -31,9 +31,13 @@ export interface UpdateRedisClusterDetails {
31
31
  */
32
32
  "nodeMemoryInGBs"?: number;
33
33
  /**
34
- * A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
34
+ * The OCI Cache engine version that the cluster is running.
35
+ */
36
+ "softwareVersion"?: string;
37
+ /**
38
+ * A list of Network Security Group (NSG) [OCIDs](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
35
39
  * associated with this cluster. For more information,
36
- * see [Using an NSG for Clusters](https://docs.cloud.oracle.com/iaas/Content/ocicache/connecttocluster.htm#connecttocluster__networksecuritygroup).
40
+ * see [Using an NSG for Clusters](https://docs.oracle.com/iaas/Content/ocicache/connecttocluster.htm#connecttocluster__networksecuritygroup).
37
41
  *
38
42
  */
39
43
  "nsgIds"?: Array<string>;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * OCI Cache API
4
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
4
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
5
5
  * OpenAPI spec version: 20220315
6
6
  *
7
7
  *
@@ -1 +1 @@
1
- {"version":3,"file":"update-redis-cluster-details.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/model/update-redis-cluster-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA8CH,IAAiB,yBAAyB,CAWzC;AAXD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAWzC"}
1
+ {"version":3,"file":"update-redis-cluster-details.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/model/update-redis-cluster-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAkDH,IAAiB,yBAAyB,CAWzC;AAXD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAWzC"}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * OCI Cache API
3
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
3
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
4
4
  * OpenAPI spec version: 20220315
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * OCI Cache API
4
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
4
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
5
5
  * OpenAPI spec version: 20220315
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * OCI Cache API
3
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
3
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
4
4
  * OpenAPI spec version: 20220315
5
5
  *
6
6
  *
@@ -15,7 +15,7 @@
15
15
  */
16
16
  export interface WorkRequestError {
17
17
  /**
18
- * A machine-usable code for the error that occured. Error codes are listed at [API Errors](https://docs.cloud.oracle.com/iaas/Content/API/References/apierrors.htm).
18
+ * A machine-usable code for the error that occured. Error codes are listed at [API Errors](https://docs.oracle.com/iaas/Content/API/References/apierrors.htm).
19
19
  *
20
20
  */
21
21
  "code": string;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * OCI Cache API
4
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
4
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
5
5
  * OpenAPI spec version: 20220315
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * OCI Cache API
3
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
3
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
4
4
  * OpenAPI spec version: 20220315
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * OCI Cache API
4
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
4
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
5
5
  * OpenAPI spec version: 20220315
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * OCI Cache API
3
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
3
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
4
4
  * OpenAPI spec version: 20220315
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * OCI Cache API
4
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
4
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
5
5
  * OpenAPI spec version: 20220315
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * OCI Cache API
3
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
3
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
4
4
  * OpenAPI spec version: 20220315
5
5
  *
6
6
  *
@@ -28,7 +28,7 @@ export interface WorkRequestResource {
28
28
  */
29
29
  "actionType": model.ActionType;
30
30
  /**
31
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the resource the work request affects.
31
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the resource the work request affects.
32
32
  */
33
33
  "identifier": string;
34
34
  /**
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * OCI Cache API
4
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
4
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
5
5
  * OpenAPI spec version: 20220315
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * OCI Cache API
3
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
3
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
4
4
  * OpenAPI spec version: 20220315
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * OCI Cache API
4
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
4
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
5
5
  * OpenAPI spec version: 20220315
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * OCI Cache API
3
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
3
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
4
4
  * OpenAPI spec version: 20220315
5
5
  *
6
6
  *
@@ -24,7 +24,7 @@ export interface WorkRequestSummary {
24
24
  */
25
25
  "status": model.OperationStatus;
26
26
  /**
27
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the work request.
27
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the work request.
28
28
  */
29
29
  "id": string;
30
30
  /**
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * OCI Cache API
4
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
4
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
5
5
  * OpenAPI spec version: 20220315
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * OCI Cache API
3
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
3
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
4
4
  * OpenAPI spec version: 20220315
5
5
  *
6
6
  *
@@ -24,11 +24,11 @@ export interface WorkRequest {
24
24
  */
25
25
  "status": model.OperationStatus;
26
26
  /**
27
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the work request.
27
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the work request.
28
28
  */
29
29
  "id": string;
30
30
  /**
31
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the compartment that contains the work request.
31
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the compartment that contains the work request.
32
32
  *
33
33
  */
34
34
  "compartmentId": string;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * OCI Cache API
4
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
4
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
5
5
  * OpenAPI spec version: 20220315
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * OCI Cache API
3
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
3
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
4
4
  * OpenAPI spec version: 20220315
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * OCI Cache API
4
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
4
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
5
5
  * OpenAPI spec version: 20220315
6
6
  *
7
7
  *
@@ -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/latest/redis/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
16
16
  */
17
17
  export interface CancelWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,11 +13,11 @@
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/latest/redis/ChangeRedisClusterCompartment.ts.html |here} to see how to use ChangeRedisClusterCompartmentRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ChangeRedisClusterCompartment.ts.html |here} to see how to use ChangeRedisClusterCompartmentRequest.
17
17
  */
18
18
  export interface ChangeRedisClusterCompartmentRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster.
21
21
  */
22
22
  "redisClusterId": string;
23
23
  /**
@@ -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/latest/redis/CreateRedisCluster.ts.html |here} to see how to use CreateRedisClusterRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/CreateRedisCluster.ts.html |here} to see how to use CreateRedisClusterRequest.
17
17
  */
18
18
  export interface CreateRedisClusterRequest extends common.BaseRequest {
19
19
  /**
@@ -12,11 +12,11 @@
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/latest/redis/DeleteRedisCluster.ts.html |here} to see how to use DeleteRedisClusterRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/DeleteRedisCluster.ts.html |here} to see how to use DeleteRedisClusterRequest.
16
16
  */
17
17
  export interface DeleteRedisClusterRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster.
20
20
  */
21
21
  "redisClusterId": string;
22
22
  /**
@@ -12,11 +12,11 @@
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/latest/redis/GetRedisCluster.ts.html |here} to see how to use GetRedisClusterRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/GetRedisCluster.ts.html |here} to see how to use GetRedisClusterRequest.
16
16
  */
17
17
  export interface GetRedisClusterRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster.
20
20
  */
21
21
  "redisClusterId": string;
22
22
  /**
@@ -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/latest/redis/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * OCI Cache API
3
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
3
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
4
4
  * OpenAPI spec version: 20220315
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * OCI Cache API
4
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
4
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
5
5
  * OpenAPI spec version: 20220315
6
6
  *
7
7
  *
@@ -13,11 +13,11 @@
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/latest/redis/ListRedisClusterNodes.ts.html |here} to see how to use ListRedisClusterNodesRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ListRedisClusterNodes.ts.html |here} to see how to use ListRedisClusterNodesRequest.
17
17
  */
18
18
  export interface ListRedisClusterNodesRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster.
21
21
  */
22
22
  "redisClusterId": string;
23
23
  /**
@@ -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/latest/redis/ListRedisClusters.ts.html |here} to see how to use ListRedisClustersRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ListRedisClusters.ts.html |here} to see how to use ListRedisClustersRequest.
17
17
  */
18
18
  export interface ListRedisClustersRequest extends common.BaseRequest {
19
19
  /**
@@ -29,7 +29,7 @@ export interface ListRedisClustersRequest extends common.BaseRequest {
29
29
  */
30
30
  "displayName"?: string;
31
31
  /**
32
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster.
32
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster.
33
33
  */
34
34
  "id"?: string;
35
35
  /**
@@ -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/latest/redis/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/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/latest/redis/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/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/latest/redis/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -29,7 +29,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
29
29
  */
30
30
  "status"?: model.OperationStatus;
31
31
  /**
32
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the resource affected by the work request.
32
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the resource affected by the work request.
33
33
  */
34
34
  "resourceId"?: string;
35
35
  /**
@@ -13,11 +13,11 @@
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/latest/redis/UpdateRedisCluster.ts.html |here} to see how to use UpdateRedisClusterRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/UpdateRedisCluster.ts.html |here} to see how to use UpdateRedisClusterRequest.
17
17
  */
18
18
  export interface UpdateRedisClusterRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster.
21
21
  */
22
22
  "redisClusterId": string;
23
23
  /**
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * OCI Cache API
3
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
3
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
4
4
  * OpenAPI spec version: 20220315
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * OCI Cache API
4
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
4
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
5
5
  * OpenAPI spec version: 20220315
6
6
  *
7
7
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-redis",
3
- "version": "2.102.1",
3
+ "version": "2.103.0",
4
4
  "description": "OCI NodeJS client for Redis 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.102.1",
19
- "oci-workrequests": "2.102.1"
18
+ "oci-common": "2.103.0",
19
+ "oci-workrequests": "2.103.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"