oci-core 2.104.0 → 2.106.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 (123) hide show
  1. package/lib/client.d.ts +110 -0
  2. package/lib/client.js +790 -51
  3. package/lib/client.js.map +1 -1
  4. package/lib/compute-waiter.d.ts +46 -0
  5. package/lib/compute-waiter.js +87 -0
  6. package/lib/compute-waiter.js.map +1 -1
  7. package/lib/model/change-compute-gpu-memory-cluster-compartment-details.d.ts +34 -0
  8. package/lib/model/change-compute-gpu-memory-cluster-compartment-details.js +36 -0
  9. package/lib/model/change-compute-gpu-memory-cluster-compartment-details.js.map +1 -0
  10. package/lib/model/change-compute-gpu-memory-fabric-compartment-details.d.ts +34 -0
  11. package/lib/model/change-compute-gpu-memory-fabric-compartment-details.js +36 -0
  12. package/lib/model/change-compute-gpu-memory-fabric-compartment-details.js.map +1 -0
  13. package/lib/model/compute-gpu-memory-cluster-collection.d.ts +34 -0
  14. package/lib/model/compute-gpu-memory-cluster-collection.js +68 -0
  15. package/lib/model/compute-gpu-memory-cluster-collection.js.map +1 -0
  16. package/lib/model/compute-gpu-memory-cluster-instance-collection.d.ts +34 -0
  17. package/lib/model/compute-gpu-memory-cluster-instance-collection.js +68 -0
  18. package/lib/model/compute-gpu-memory-cluster-instance-collection.js.map +1 -0
  19. package/lib/model/compute-gpu-memory-cluster-instance-summary.d.ts +102 -0
  20. package/lib/model/compute-gpu-memory-cluster-instance-summary.js +55 -0
  21. package/lib/model/compute-gpu-memory-cluster-instance-summary.js.map +1 -0
  22. package/lib/model/compute-gpu-memory-cluster-summary.d.ts +95 -0
  23. package/lib/model/compute-gpu-memory-cluster-summary.js +36 -0
  24. package/lib/model/compute-gpu-memory-cluster-summary.js.map +1 -0
  25. package/lib/model/compute-gpu-memory-cluster.d.ts +126 -0
  26. package/lib/model/compute-gpu-memory-cluster.js +49 -0
  27. package/lib/model/compute-gpu-memory-cluster.js.map +1 -0
  28. package/lib/model/compute-gpu-memory-fabric-collection.d.ts +34 -0
  29. package/lib/model/compute-gpu-memory-fabric-collection.js +68 -0
  30. package/lib/model/compute-gpu-memory-fabric-collection.js.map +1 -0
  31. package/lib/model/compute-gpu-memory-fabric-summary.d.ts +115 -0
  32. package/lib/model/compute-gpu-memory-fabric-summary.js +36 -0
  33. package/lib/model/compute-gpu-memory-fabric-summary.js.map +1 -0
  34. package/lib/model/compute-gpu-memory-fabric.d.ts +147 -0
  35. package/lib/model/compute-gpu-memory-fabric.js +59 -0
  36. package/lib/model/compute-gpu-memory-fabric.js.map +1 -0
  37. package/lib/model/create-byoip-range-details.d.ts +0 -8
  38. package/lib/model/create-byoip-range-details.js.map +1 -1
  39. package/lib/model/create-compute-gpu-memory-cluster-details.d.ts +88 -0
  40. package/lib/model/create-compute-gpu-memory-cluster-details.js +36 -0
  41. package/lib/model/create-compute-gpu-memory-cluster-details.js.map +1 -0
  42. package/lib/model/index.d.ts +26 -0
  43. package/lib/model/index.js +38 -12
  44. package/lib/model/index.js.map +1 -1
  45. package/lib/model/update-byoip-range-details.d.ts +0 -8
  46. package/lib/model/update-byoip-range-details.js.map +1 -1
  47. package/lib/model/update-compute-gpu-memory-cluster-details.d.ts +67 -0
  48. package/lib/model/update-compute-gpu-memory-cluster-details.js +36 -0
  49. package/lib/model/update-compute-gpu-memory-cluster-details.js.map +1 -0
  50. package/lib/model/update-compute-gpu-memory-fabric-details.d.ts +57 -0
  51. package/lib/model/update-compute-gpu-memory-fabric-details.js +36 -0
  52. package/lib/model/update-compute-gpu-memory-fabric-details.js.map +1 -0
  53. package/lib/request/change-compute-gpu-memory-cluster-compartment-request.d.ts +49 -0
  54. package/lib/request/change-compute-gpu-memory-cluster-compartment-request.js +15 -0
  55. package/lib/request/change-compute-gpu-memory-cluster-compartment-request.js.map +1 -0
  56. package/lib/request/change-compute-gpu-memory-fabric-compartment-request.d.ts +49 -0
  57. package/lib/request/change-compute-gpu-memory-fabric-compartment-request.js +15 -0
  58. package/lib/request/change-compute-gpu-memory-fabric-compartment-request.js.map +1 -0
  59. package/lib/request/create-compute-gpu-memory-cluster-request.d.ts +38 -0
  60. package/lib/request/create-compute-gpu-memory-cluster-request.js +15 -0
  61. package/lib/request/create-compute-gpu-memory-cluster-request.js.map +1 -0
  62. package/lib/request/delete-compute-gpu-memory-cluster-request.d.ts +35 -0
  63. package/lib/request/delete-compute-gpu-memory-cluster-request.js +15 -0
  64. package/lib/request/delete-compute-gpu-memory-cluster-request.js.map +1 -0
  65. package/lib/request/get-compute-gpu-memory-cluster-request.d.ts +28 -0
  66. package/lib/request/get-compute-gpu-memory-cluster-request.js +15 -0
  67. package/lib/request/get-compute-gpu-memory-cluster-request.js.map +1 -0
  68. package/lib/request/get-compute-gpu-memory-fabric-request.d.ts +28 -0
  69. package/lib/request/get-compute-gpu-memory-fabric-request.js +15 -0
  70. package/lib/request/get-compute-gpu-memory-fabric-request.js.map +1 -0
  71. package/lib/request/index.d.ts +22 -0
  72. package/lib/request/index.js +8 -2
  73. package/lib/request/index.js.map +1 -1
  74. package/lib/request/list-compute-gpu-memory-cluster-instances-request.d.ts +72 -0
  75. package/lib/request/list-compute-gpu-memory-cluster-instances-request.js +29 -0
  76. package/lib/request/list-compute-gpu-memory-cluster-instances-request.js.map +1 -0
  77. package/lib/request/list-compute-gpu-memory-clusters-request.d.ts +96 -0
  78. package/lib/request/list-compute-gpu-memory-clusters-request.js +29 -0
  79. package/lib/request/list-compute-gpu-memory-clusters-request.js.map +1 -0
  80. package/lib/request/list-compute-gpu-memory-fabrics-request.d.ts +107 -0
  81. package/lib/request/list-compute-gpu-memory-fabrics-request.js +29 -0
  82. package/lib/request/list-compute-gpu-memory-fabrics-request.js.map +1 -0
  83. package/lib/request/update-compute-gpu-memory-cluster-request.d.ts +49 -0
  84. package/lib/request/update-compute-gpu-memory-cluster-request.js +15 -0
  85. package/lib/request/update-compute-gpu-memory-cluster-request.js.map +1 -0
  86. package/lib/request/update-compute-gpu-memory-fabric-request.d.ts +49 -0
  87. package/lib/request/update-compute-gpu-memory-fabric-request.js +15 -0
  88. package/lib/request/update-compute-gpu-memory-fabric-request.js.map +1 -0
  89. package/lib/response/change-compute-gpu-memory-cluster-compartment-response.d.ts +20 -0
  90. package/lib/response/change-compute-gpu-memory-cluster-compartment-response.js +15 -0
  91. package/lib/response/change-compute-gpu-memory-cluster-compartment-response.js.map +1 -0
  92. package/lib/response/change-compute-gpu-memory-fabric-compartment-response.d.ts +20 -0
  93. package/lib/response/change-compute-gpu-memory-fabric-compartment-response.js +15 -0
  94. package/lib/response/change-compute-gpu-memory-fabric-compartment-response.js.map +1 -0
  95. package/lib/response/create-compute-gpu-memory-cluster-response.d.ts +37 -0
  96. package/lib/response/create-compute-gpu-memory-cluster-response.js +15 -0
  97. package/lib/response/create-compute-gpu-memory-cluster-response.js.map +1 -0
  98. package/lib/response/delete-compute-gpu-memory-cluster-response.d.ts +27 -0
  99. package/lib/response/delete-compute-gpu-memory-cluster-response.js +15 -0
  100. package/lib/response/delete-compute-gpu-memory-cluster-response.js.map +1 -0
  101. package/lib/response/get-compute-gpu-memory-cluster-response.d.ts +30 -0
  102. package/lib/response/get-compute-gpu-memory-cluster-response.js +15 -0
  103. package/lib/response/get-compute-gpu-memory-cluster-response.js.map +1 -0
  104. package/lib/response/get-compute-gpu-memory-fabric-response.d.ts +30 -0
  105. package/lib/response/get-compute-gpu-memory-fabric-response.js +15 -0
  106. package/lib/response/get-compute-gpu-memory-fabric-response.js.map +1 -0
  107. package/lib/response/index.d.ts +22 -0
  108. package/lib/response/list-compute-gpu-memory-cluster-instances-response.d.ts +37 -0
  109. package/lib/response/list-compute-gpu-memory-cluster-instances-response.js +15 -0
  110. package/lib/response/list-compute-gpu-memory-cluster-instances-response.js.map +1 -0
  111. package/lib/response/list-compute-gpu-memory-clusters-response.d.ts +37 -0
  112. package/lib/response/list-compute-gpu-memory-clusters-response.js +15 -0
  113. package/lib/response/list-compute-gpu-memory-clusters-response.js.map +1 -0
  114. package/lib/response/list-compute-gpu-memory-fabrics-response.d.ts +32 -0
  115. package/lib/response/list-compute-gpu-memory-fabrics-response.js +15 -0
  116. package/lib/response/list-compute-gpu-memory-fabrics-response.js.map +1 -0
  117. package/lib/response/update-compute-gpu-memory-cluster-response.d.ts +37 -0
  118. package/lib/response/update-compute-gpu-memory-cluster-response.js +15 -0
  119. package/lib/response/update-compute-gpu-memory-cluster-response.js.map +1 -0
  120. package/lib/response/update-compute-gpu-memory-fabric-response.d.ts +30 -0
  121. package/lib/response/update-compute-gpu-memory-fabric-response.js +15 -0
  122. package/lib/response/update-compute-gpu-memory-fabric-response.js.map +1 -0
  123. package/package.json +3 -3
@@ -0,0 +1,115 @@
1
+ /**
2
+ * Core Services API
3
+ * Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
4
+ compute instances, and block storage volumes. For more information, see the console
5
+ documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
6
+ [Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
7
+ [Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
8
+ The required permissions are documented in the
9
+ [Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
10
+
11
+ * OpenAPI spec version: 20160918
12
+ *
13
+ *
14
+ * NOTE: This class is auto generated by OracleSDKGenerator.
15
+ * Do not edit the class manually.
16
+ *
17
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
18
+ * 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.
19
+ */
20
+ /**
21
+ * Summary information for a compute GPU memory fabric.
22
+ *
23
+ */
24
+ export interface ComputeGpuMemoryFabricSummary {
25
+ /**
26
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Customer-unique GPU memory fabric
27
+ *
28
+ */
29
+ "id": string;
30
+ /**
31
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the compartment. This should always be the
32
+ * root compartment.
33
+ *
34
+ */
35
+ "compartmentId": string;
36
+ /**
37
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique HPC Island
38
+ *
39
+ */
40
+ "computeHpcIslandId": string;
41
+ /**
42
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique Network Block
43
+ *
44
+ */
45
+ "computeNetworkBlockId": string;
46
+ /**
47
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique Local Block
48
+ *
49
+ */
50
+ "computeLocalBlockId": string;
51
+ /**
52
+ * The lifecycle state of the GPU memory fabric
53
+ *
54
+ */
55
+ "lifecycleState": string;
56
+ /**
57
+ * The health state of the GPU memory fabric
58
+ *
59
+ */
60
+ "fabricHealth": string;
61
+ /**
62
+ * The total number of bare metal hosts located in this compute GPU memory fabric. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
63
+ */
64
+ "totalHostCount": number;
65
+ /**
66
+ * The date and time that the compute GPU memory fabric record was created, in the format defined by [RFC3339]
67
+ * (https://tools.ietf.org/html/rfc3339).
68
+ * <p>
69
+ Example: {@code 2016-08-25T21:10:29.600Z}
70
+ *
71
+ */
72
+ "timeCreated": Date;
73
+ /**
74
+ * Defined tags for this resource. Each key is predefined and scoped to a
75
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
76
+ * <p>
77
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
78
+ *
79
+ */
80
+ "definedTags"?: {
81
+ [key: string]: {
82
+ [key: string]: any;
83
+ };
84
+ };
85
+ /**
86
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no
87
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
88
+ * <p>
89
+ Example: {@code {\"Department\": \"Finance\"}}
90
+ *
91
+ */
92
+ "freeformTags"?: {
93
+ [key: string]: string;
94
+ };
95
+ /**
96
+ * Usage of system tag keys. These predefined keys are scoped to namespaces.
97
+ * Example: {@code { \"orcl-cloud\": { \"free-tier-retained\": \"true\" } }}
98
+ *
99
+ */
100
+ "systemTags"?: {
101
+ [key: string]: {
102
+ [key: string]: any;
103
+ };
104
+ };
105
+ /**
106
+ * A user-friendly name. Does not have to be unique, and it's changeable.
107
+ * Avoid entering confidential information.
108
+ *
109
+ */
110
+ "displayName"?: string;
111
+ }
112
+ export declare namespace ComputeGpuMemoryFabricSummary {
113
+ function getJsonObj(obj: ComputeGpuMemoryFabricSummary): object;
114
+ function getDeserializedJsonObj(obj: ComputeGpuMemoryFabricSummary): object;
115
+ }
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ /**
3
+ * Core Services API
4
+ * Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
5
+ compute instances, and block storage volumes. For more information, see the console
6
+ documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
7
+ [Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
8
+ [Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
9
+ The required permissions are documented in the
10
+ [Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
11
+
12
+ * OpenAPI spec version: 20160918
13
+ *
14
+ *
15
+ * NOTE: This class is auto generated by OracleSDKGenerator.
16
+ * Do not edit the class manually.
17
+ *
18
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
19
+ * 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.
20
+ */
21
+ Object.defineProperty(exports, "__esModule", { value: true });
22
+ exports.ComputeGpuMemoryFabricSummary = void 0;
23
+ var ComputeGpuMemoryFabricSummary;
24
+ (function (ComputeGpuMemoryFabricSummary) {
25
+ function getJsonObj(obj) {
26
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
27
+ return jsonObj;
28
+ }
29
+ ComputeGpuMemoryFabricSummary.getJsonObj = getJsonObj;
30
+ function getDeserializedJsonObj(obj) {
31
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
32
+ return jsonObj;
33
+ }
34
+ ComputeGpuMemoryFabricSummary.getDeserializedJsonObj = getDeserializedJsonObj;
35
+ })(ComputeGpuMemoryFabricSummary = exports.ComputeGpuMemoryFabricSummary || (exports.ComputeGpuMemoryFabricSummary = {}));
36
+ //# sourceMappingURL=compute-gpu-memory-fabric-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compute-gpu-memory-fabric-summary.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/compute-gpu-memory-fabric-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAwFH,IAAiB,6BAA6B,CAW7C;AAXD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAW7C"}
@@ -0,0 +1,147 @@
1
+ /**
2
+ * Core Services API
3
+ * Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
4
+ compute instances, and block storage volumes. For more information, see the console
5
+ documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
6
+ [Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
7
+ [Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
8
+ The required permissions are documented in the
9
+ [Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
10
+
11
+ * OpenAPI spec version: 20160918
12
+ *
13
+ *
14
+ * NOTE: This class is auto generated by OracleSDKGenerator.
15
+ * Do not edit the class manually.
16
+ *
17
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
18
+ * 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.
19
+ */
20
+ /**
21
+ * The customer facing object includes GPU memory fabric details.
22
+ *
23
+ */
24
+ export interface ComputeGpuMemoryFabric {
25
+ /**
26
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Customer-unique GPU memory fabric
27
+ *
28
+ */
29
+ "id": string;
30
+ /**
31
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the compartment. This should always be the root
32
+ * compartment.
33
+ *
34
+ */
35
+ "compartmentId": string;
36
+ /**
37
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique HPC Island
38
+ *
39
+ */
40
+ "computeHpcIslandId": string;
41
+ /**
42
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique Network Block
43
+ *
44
+ */
45
+ "computeNetworkBlockId": string;
46
+ /**
47
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique Local Block
48
+ *
49
+ */
50
+ "computeLocalBlockId": string;
51
+ /**
52
+ * The lifecycle state of the GPU memory fabric
53
+ *
54
+ */
55
+ "lifecycleState": ComputeGpuMemoryFabric.LifecycleState;
56
+ /**
57
+ * The health state of the GPU memory fabric
58
+ *
59
+ */
60
+ "fabricHealth": ComputeGpuMemoryFabric.FabricHealth;
61
+ /**
62
+ * Additional data that can be exposed to the customer. Right now it will include the switch tray ids.
63
+ *
64
+ */
65
+ "additionalData"?: {
66
+ [key: string]: any;
67
+ };
68
+ /**
69
+ * The total number of healthy bare metal hosts located in this compute GPU memory fabric. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
70
+ */
71
+ "healthyHostCount": number;
72
+ /**
73
+ * The total number of bare metal hosts located in this compute GPU memory fabric. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
74
+ */
75
+ "totalHostCount": number;
76
+ /**
77
+ * The date and time that the compute GPU memory fabric record was created, in the format defined by [RFC3339]
78
+ * (https://tools.ietf.org/html/rfc3339).
79
+ * <p>
80
+ Example: {@code 2016-08-25T21:10:29.600Z}
81
+ *
82
+ */
83
+ "timeCreated": Date;
84
+ /**
85
+ * Defined tags for this resource. Each key is predefined and scoped to a
86
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
87
+ * <p>
88
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
89
+ *
90
+ */
91
+ "definedTags"?: {
92
+ [key: string]: {
93
+ [key: string]: any;
94
+ };
95
+ };
96
+ /**
97
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no
98
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
99
+ * <p>
100
+ Example: {@code {\"Department\": \"Finance\"}}
101
+ *
102
+ */
103
+ "freeformTags"?: {
104
+ [key: string]: string;
105
+ };
106
+ /**
107
+ * Usage of system tag keys. These predefined keys are scoped to namespaces.
108
+ * Example: {@code { \"orcl-cloud\": { \"free-tier-retained\": \"true\" } }}
109
+ *
110
+ */
111
+ "systemTags"?: {
112
+ [key: string]: {
113
+ [key: string]: any;
114
+ };
115
+ };
116
+ /**
117
+ * A user-friendly name. Does not have to be unique, and it's changeable.
118
+ * Avoid entering confidential information.
119
+ *
120
+ */
121
+ "displayName"?: string;
122
+ }
123
+ export declare namespace ComputeGpuMemoryFabric {
124
+ enum LifecycleState {
125
+ Available = "AVAILABLE",
126
+ Occupied = "OCCUPIED",
127
+ Provisioning = "PROVISIONING",
128
+ Degraded = "DEGRADED",
129
+ Unavailable = "UNAVAILABLE",
130
+ /**
131
+ * This value is used if a service returns a value for this enum that is not recognized by this
132
+ * version of the SDK.
133
+ */
134
+ UnknownValue = "UNKNOWN_VALUE"
135
+ }
136
+ enum FabricHealth {
137
+ Healthy = "HEALTHY",
138
+ Unhealthy = "UNHEALTHY",
139
+ /**
140
+ * This value is used if a service returns a value for this enum that is not recognized by this
141
+ * version of the SDK.
142
+ */
143
+ UnknownValue = "UNKNOWN_VALUE"
144
+ }
145
+ function getJsonObj(obj: ComputeGpuMemoryFabric): object;
146
+ function getDeserializedJsonObj(obj: ComputeGpuMemoryFabric): object;
147
+ }
@@ -0,0 +1,59 @@
1
+ "use strict";
2
+ /**
3
+ * Core Services API
4
+ * Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
5
+ compute instances, and block storage volumes. For more information, see the console
6
+ documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
7
+ [Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
8
+ [Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
9
+ The required permissions are documented in the
10
+ [Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
11
+
12
+ * OpenAPI spec version: 20160918
13
+ *
14
+ *
15
+ * NOTE: This class is auto generated by OracleSDKGenerator.
16
+ * Do not edit the class manually.
17
+ *
18
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
19
+ * 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.
20
+ */
21
+ Object.defineProperty(exports, "__esModule", { value: true });
22
+ exports.ComputeGpuMemoryFabric = void 0;
23
+ var ComputeGpuMemoryFabric;
24
+ (function (ComputeGpuMemoryFabric) {
25
+ let LifecycleState;
26
+ (function (LifecycleState) {
27
+ LifecycleState["Available"] = "AVAILABLE";
28
+ LifecycleState["Occupied"] = "OCCUPIED";
29
+ LifecycleState["Provisioning"] = "PROVISIONING";
30
+ LifecycleState["Degraded"] = "DEGRADED";
31
+ LifecycleState["Unavailable"] = "UNAVAILABLE";
32
+ /**
33
+ * This value is used if a service returns a value for this enum that is not recognized by this
34
+ * version of the SDK.
35
+ */
36
+ LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
37
+ })(LifecycleState = ComputeGpuMemoryFabric.LifecycleState || (ComputeGpuMemoryFabric.LifecycleState = {}));
38
+ let FabricHealth;
39
+ (function (FabricHealth) {
40
+ FabricHealth["Healthy"] = "HEALTHY";
41
+ FabricHealth["Unhealthy"] = "UNHEALTHY";
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
+ FabricHealth["UnknownValue"] = "UNKNOWN_VALUE";
47
+ })(FabricHealth = ComputeGpuMemoryFabric.FabricHealth || (ComputeGpuMemoryFabric.FabricHealth = {}));
48
+ function getJsonObj(obj) {
49
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
50
+ return jsonObj;
51
+ }
52
+ ComputeGpuMemoryFabric.getJsonObj = getJsonObj;
53
+ function getDeserializedJsonObj(obj) {
54
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
55
+ return jsonObj;
56
+ }
57
+ ComputeGpuMemoryFabric.getDeserializedJsonObj = getDeserializedJsonObj;
58
+ })(ComputeGpuMemoryFabric = exports.ComputeGpuMemoryFabric || (exports.ComputeGpuMemoryFabric = {}));
59
+ //# sourceMappingURL=compute-gpu-memory-fabric.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compute-gpu-memory-fabric.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/compute-gpu-memory-fabric.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAiGH,IAAiB,sBAAsB,CAkCtC;AAlCD,WAAiB,sBAAsB;IACrC,IAAY,cAWX;IAXD,WAAY,cAAc;QACxB,yCAAuB,CAAA;QACvB,uCAAqB,CAAA;QACrB,+CAA6B,CAAA;QAC7B,uCAAqB,CAAA;QACrB,6CAA2B,CAAA;QAC3B;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAXW,cAAc,GAAd,qCAAc,KAAd,qCAAc,QAWzB;IAED,IAAY,YAQX;IARD,WAAY,YAAY;QACtB,mCAAmB,CAAA;QACnB,uCAAuB,CAAA;QACvB;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EARW,YAAY,GAAZ,mCAAY,KAAZ,mCAAY,QAQvB;IAED,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAsB,yBAIrC,CAAA;AACH,CAAC,EAlCgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAkCtC"}
@@ -32,14 +32,6 @@ export interface CreateByoipRangeDetails {
32
32
  *
33
33
  */
34
34
  "compartmentId": string;
35
- /**
36
- * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the {@code IpAnycast} resource.
37
- */
38
- "ipAnycastId"?: string;
39
- /**
40
- * The IP address of the CIDR for Prefix Monitoring.
41
- */
42
- "monitorIp"?: string;
43
35
  /**
44
36
  * The BYOIPv6 prefix. You can assign some or all of it to a VCN after it is validated.
45
37
  *
@@ -1 +1 @@
1
- {"version":3,"file":"create-byoip-range-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/create-byoip-range-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAyDH,IAAiB,uBAAuB,CAWvC;AAXD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAWvC"}
1
+ {"version":3,"file":"create-byoip-range-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/create-byoip-range-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAiDH,IAAiB,uBAAuB,CAWvC;AAXD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAWvC"}
@@ -0,0 +1,88 @@
1
+ /**
2
+ * Core Services API
3
+ * Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
4
+ compute instances, and block storage volumes. For more information, see the console
5
+ documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
6
+ [Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
7
+ [Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
8
+ The required permissions are documented in the
9
+ [Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
10
+
11
+ * OpenAPI spec version: 20160918
12
+ *
13
+ *
14
+ * NOTE: This class is auto generated by OracleSDKGenerator.
15
+ * Do not edit the class manually.
16
+ *
17
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
18
+ * 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.
19
+ */
20
+ /**
21
+ * The customer facing object includes GPU memory cluster details.
22
+ *
23
+ */
24
+ export interface CreateComputeGpuMemoryClusterDetails {
25
+ /**
26
+ * The availability domain of the GPU memory cluster.
27
+ *
28
+ */
29
+ "availabilityDomain": string;
30
+ /**
31
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the compute GPU memory cluster.
32
+ * compartment.
33
+ *
34
+ */
35
+ "compartmentId": string;
36
+ /**
37
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the GPU memory fabric.
38
+ *
39
+ */
40
+ "gpuMemoryFabricId"?: string;
41
+ /**
42
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute cluster.
43
+ *
44
+ */
45
+ "computeClusterId": string;
46
+ /**
47
+ * Instance Configuration to be used for this GPU Memory Cluster
48
+ *
49
+ */
50
+ "instanceConfigurationId": string;
51
+ /**
52
+ * The number of instances currently running in the GpuMemoryCluster
53
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
54
+ */
55
+ "size"?: number;
56
+ /**
57
+ * Defined tags for this resource. Each key is predefined and scoped to a
58
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
59
+ * <p>
60
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
61
+ *
62
+ */
63
+ "definedTags"?: {
64
+ [key: string]: {
65
+ [key: string]: any;
66
+ };
67
+ };
68
+ /**
69
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no
70
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
71
+ * <p>
72
+ Example: {@code {\"Department\": \"Finance\"}}
73
+ *
74
+ */
75
+ "freeformTags"?: {
76
+ [key: string]: string;
77
+ };
78
+ /**
79
+ * A user-friendly name. Does not have to be unique, and it's changeable.
80
+ * Avoid entering confidential information.
81
+ *
82
+ */
83
+ "displayName"?: string;
84
+ }
85
+ export declare namespace CreateComputeGpuMemoryClusterDetails {
86
+ function getJsonObj(obj: CreateComputeGpuMemoryClusterDetails): object;
87
+ function getDeserializedJsonObj(obj: CreateComputeGpuMemoryClusterDetails): object;
88
+ }
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ /**
3
+ * Core Services API
4
+ * Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
5
+ compute instances, and block storage volumes. For more information, see the console
6
+ documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
7
+ [Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
8
+ [Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
9
+ The required permissions are documented in the
10
+ [Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
11
+
12
+ * OpenAPI spec version: 20160918
13
+ *
14
+ *
15
+ * NOTE: This class is auto generated by OracleSDKGenerator.
16
+ * Do not edit the class manually.
17
+ *
18
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
19
+ * 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.
20
+ */
21
+ Object.defineProperty(exports, "__esModule", { value: true });
22
+ exports.CreateComputeGpuMemoryClusterDetails = void 0;
23
+ var CreateComputeGpuMemoryClusterDetails;
24
+ (function (CreateComputeGpuMemoryClusterDetails) {
25
+ function getJsonObj(obj) {
26
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
27
+ return jsonObj;
28
+ }
29
+ CreateComputeGpuMemoryClusterDetails.getJsonObj = getJsonObj;
30
+ function getDeserializedJsonObj(obj) {
31
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
32
+ return jsonObj;
33
+ }
34
+ CreateComputeGpuMemoryClusterDetails.getDeserializedJsonObj = getDeserializedJsonObj;
35
+ })(CreateComputeGpuMemoryClusterDetails = exports.CreateComputeGpuMemoryClusterDetails || (exports.CreateComputeGpuMemoryClusterDetails = {}));
36
+ //# sourceMappingURL=create-compute-gpu-memory-cluster-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-compute-gpu-memory-cluster-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/create-compute-gpu-memory-cluster-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAiEH,IAAiB,oCAAoC,CAWpD;AAXD,WAAiB,oCAAoC;IACnD,SAAgB,UAAU,CAAC,GAAyC;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyC;QAC9E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAWpD"}
@@ -157,6 +157,10 @@ import * as ChangeComputeCapacityTopologyCompartmentDetails from "./change-compu
157
157
  export import ChangeComputeCapacityTopologyCompartmentDetails = ChangeComputeCapacityTopologyCompartmentDetails.ChangeComputeCapacityTopologyCompartmentDetails;
158
158
  import * as ChangeComputeClusterCompartmentDetails from "./change-compute-cluster-compartment-details";
159
159
  export import ChangeComputeClusterCompartmentDetails = ChangeComputeClusterCompartmentDetails.ChangeComputeClusterCompartmentDetails;
160
+ import * as ChangeComputeGpuMemoryClusterCompartmentDetails from "./change-compute-gpu-memory-cluster-compartment-details";
161
+ export import ChangeComputeGpuMemoryClusterCompartmentDetails = ChangeComputeGpuMemoryClusterCompartmentDetails.ChangeComputeGpuMemoryClusterCompartmentDetails;
162
+ import * as ChangeComputeGpuMemoryFabricCompartmentDetails from "./change-compute-gpu-memory-fabric-compartment-details";
163
+ export import ChangeComputeGpuMemoryFabricCompartmentDetails = ChangeComputeGpuMemoryFabricCompartmentDetails.ChangeComputeGpuMemoryFabricCompartmentDetails;
160
164
  import * as ChangeComputeImageCapabilitySchemaCompartmentDetails from "./change-compute-image-capability-schema-compartment-details";
161
165
  export import ChangeComputeImageCapabilitySchemaCompartmentDetails = ChangeComputeImageCapabilitySchemaCompartmentDetails.ChangeComputeImageCapabilitySchemaCompartmentDetails;
162
166
  import * as ChangeCpeCompartmentDetails from "./change-cpe-compartment-details";
@@ -265,6 +269,22 @@ import * as ComputeGlobalImageCapabilitySchemaVersion from "./compute-global-ima
265
269
  export import ComputeGlobalImageCapabilitySchemaVersion = ComputeGlobalImageCapabilitySchemaVersion.ComputeGlobalImageCapabilitySchemaVersion;
266
270
  import * as ComputeGlobalImageCapabilitySchemaVersionSummary from "./compute-global-image-capability-schema-version-summary";
267
271
  export import ComputeGlobalImageCapabilitySchemaVersionSummary = ComputeGlobalImageCapabilitySchemaVersionSummary.ComputeGlobalImageCapabilitySchemaVersionSummary;
272
+ import * as ComputeGpuMemoryCluster from "./compute-gpu-memory-cluster";
273
+ export import ComputeGpuMemoryCluster = ComputeGpuMemoryCluster.ComputeGpuMemoryCluster;
274
+ import * as ComputeGpuMemoryClusterCollection from "./compute-gpu-memory-cluster-collection";
275
+ export import ComputeGpuMemoryClusterCollection = ComputeGpuMemoryClusterCollection.ComputeGpuMemoryClusterCollection;
276
+ import * as ComputeGpuMemoryClusterInstanceCollection from "./compute-gpu-memory-cluster-instance-collection";
277
+ export import ComputeGpuMemoryClusterInstanceCollection = ComputeGpuMemoryClusterInstanceCollection.ComputeGpuMemoryClusterInstanceCollection;
278
+ import * as ComputeGpuMemoryClusterInstanceSummary from "./compute-gpu-memory-cluster-instance-summary";
279
+ export import ComputeGpuMemoryClusterInstanceSummary = ComputeGpuMemoryClusterInstanceSummary.ComputeGpuMemoryClusterInstanceSummary;
280
+ import * as ComputeGpuMemoryClusterSummary from "./compute-gpu-memory-cluster-summary";
281
+ export import ComputeGpuMemoryClusterSummary = ComputeGpuMemoryClusterSummary.ComputeGpuMemoryClusterSummary;
282
+ import * as ComputeGpuMemoryFabric from "./compute-gpu-memory-fabric";
283
+ export import ComputeGpuMemoryFabric = ComputeGpuMemoryFabric.ComputeGpuMemoryFabric;
284
+ import * as ComputeGpuMemoryFabricCollection from "./compute-gpu-memory-fabric-collection";
285
+ export import ComputeGpuMemoryFabricCollection = ComputeGpuMemoryFabricCollection.ComputeGpuMemoryFabricCollection;
286
+ import * as ComputeGpuMemoryFabricSummary from "./compute-gpu-memory-fabric-summary";
287
+ export import ComputeGpuMemoryFabricSummary = ComputeGpuMemoryFabricSummary.ComputeGpuMemoryFabricSummary;
268
288
  import * as ComputeHpcIsland from "./compute-hpc-island";
269
289
  export import ComputeHpcIsland = ComputeHpcIsland.ComputeHpcIsland;
270
290
  import * as ComputeHpcIslandCollection from "./compute-hpc-island-collection";
@@ -333,6 +353,8 @@ import * as CreateComputeCapacityTopologyDetails from "./create-compute-capacity
333
353
  export import CreateComputeCapacityTopologyDetails = CreateComputeCapacityTopologyDetails.CreateComputeCapacityTopologyDetails;
334
354
  import * as CreateComputeClusterDetails from "./create-compute-cluster-details";
335
355
  export import CreateComputeClusterDetails = CreateComputeClusterDetails.CreateComputeClusterDetails;
356
+ import * as CreateComputeGpuMemoryClusterDetails from "./create-compute-gpu-memory-cluster-details";
357
+ export import CreateComputeGpuMemoryClusterDetails = CreateComputeGpuMemoryClusterDetails.CreateComputeGpuMemoryClusterDetails;
336
358
  import * as CreateComputeImageCapabilitySchemaDetails from "./create-compute-image-capability-schema-details";
337
359
  export import CreateComputeImageCapabilitySchemaDetails = CreateComputeImageCapabilitySchemaDetails.CreateComputeImageCapabilitySchemaDetails;
338
360
  import * as CreateCpeDetails from "./create-cpe-details";
@@ -877,6 +899,10 @@ import * as UpdateComputeCapacityTopologyDetails from "./update-compute-capacity
877
899
  export import UpdateComputeCapacityTopologyDetails = UpdateComputeCapacityTopologyDetails.UpdateComputeCapacityTopologyDetails;
878
900
  import * as UpdateComputeClusterDetails from "./update-compute-cluster-details";
879
901
  export import UpdateComputeClusterDetails = UpdateComputeClusterDetails.UpdateComputeClusterDetails;
902
+ import * as UpdateComputeGpuMemoryClusterDetails from "./update-compute-gpu-memory-cluster-details";
903
+ export import UpdateComputeGpuMemoryClusterDetails = UpdateComputeGpuMemoryClusterDetails.UpdateComputeGpuMemoryClusterDetails;
904
+ import * as UpdateComputeGpuMemoryFabricDetails from "./update-compute-gpu-memory-fabric-details";
905
+ export import UpdateComputeGpuMemoryFabricDetails = UpdateComputeGpuMemoryFabricDetails.UpdateComputeGpuMemoryFabricDetails;
880
906
  import * as UpdateComputeImageCapabilitySchemaDetails from "./update-compute-image-capability-schema-details";
881
907
  export import UpdateComputeImageCapabilitySchemaDetails = UpdateComputeImageCapabilitySchemaDetails.UpdateComputeImageCapabilitySchemaDetails;
882
908
  import * as UpdateConsoleHistoryDetails from "./update-console-history-details";