oci-blockchain 2.27.0 → 2.28.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.
- package/lib/client.d.ts +28 -27
- package/lib/client.js +109 -54
- package/lib/client.js.map +1 -1
- package/lib/request/change-blockchain-platform-compartment-request.d.ts +1 -1
- package/lib/request/create-blockchain-platform-request.d.ts +1 -1
- package/lib/request/create-osn-request.d.ts +1 -1
- package/lib/request/create-peer-request.d.ts +1 -1
- package/lib/request/delete-blockchain-platform-request.d.ts +1 -1
- package/lib/request/delete-osn-request.d.ts +1 -1
- package/lib/request/delete-peer-request.d.ts +1 -1
- package/lib/request/delete-work-request-request.d.ts +1 -1
- package/lib/request/get-blockchain-platform-request.d.ts +1 -1
- package/lib/request/get-osn-request.d.ts +1 -1
- package/lib/request/get-peer-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-blockchain-platform-patches-request.d.ts +1 -1
- package/lib/request/list-blockchain-platforms-request.d.ts +1 -1
- package/lib/request/list-osns-request.d.ts +1 -1
- package/lib/request/list-peers-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/preview-scale-blockchain-platform-request.d.ts +1 -1
- package/lib/request/scale-blockchain-platform-request.d.ts +1 -1
- package/lib/request/start-blockchain-platform-request.d.ts +1 -1
- package/lib/request/stop-blockchain-platform-request.d.ts +1 -1
- package/lib/request/update-blockchain-platform-request.d.ts +1 -1
- package/lib/request/update-osn-request.d.ts +1 -1
- package/lib/request/update-peer-request.d.ts +1 -1
- package/lib/request/upgrade-blockchain-platform-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -28,6 +28,7 @@ export declare class BlockchainPlatformClient {
|
|
|
28
28
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
29
29
|
protected _circuitBreaker: null;
|
|
30
30
|
protected _httpOptions: any;
|
|
31
|
+
targetService: string;
|
|
31
32
|
protected _httpClient: common.HttpClient;
|
|
32
33
|
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
33
34
|
/**
|
|
@@ -74,7 +75,7 @@ export declare class BlockchainPlatformClient {
|
|
|
74
75
|
* @param ChangeBlockchainPlatformCompartmentRequest
|
|
75
76
|
* @return ChangeBlockchainPlatformCompartmentResponse
|
|
76
77
|
* @throws OciError when an error occurs
|
|
77
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
78
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartment API.
|
|
78
79
|
*/
|
|
79
80
|
changeBlockchainPlatformCompartment(changeBlockchainPlatformCompartmentRequest: requests.ChangeBlockchainPlatformCompartmentRequest): Promise<responses.ChangeBlockchainPlatformCompartmentResponse>;
|
|
80
81
|
/**
|
|
@@ -84,7 +85,7 @@ export declare class BlockchainPlatformClient {
|
|
|
84
85
|
* @param CreateBlockchainPlatformRequest
|
|
85
86
|
* @return CreateBlockchainPlatformResponse
|
|
86
87
|
* @throws OciError when an error occurs
|
|
87
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
88
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatform API.
|
|
88
89
|
*/
|
|
89
90
|
createBlockchainPlatform(createBlockchainPlatformRequest: requests.CreateBlockchainPlatformRequest): Promise<responses.CreateBlockchainPlatformResponse>;
|
|
90
91
|
/**
|
|
@@ -93,7 +94,7 @@ export declare class BlockchainPlatformClient {
|
|
|
93
94
|
* @param CreateOsnRequest
|
|
94
95
|
* @return CreateOsnResponse
|
|
95
96
|
* @throws OciError when an error occurs
|
|
96
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
97
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsn API.
|
|
97
98
|
*/
|
|
98
99
|
createOsn(createOsnRequest: requests.CreateOsnRequest): Promise<responses.CreateOsnResponse>;
|
|
99
100
|
/**
|
|
@@ -102,7 +103,7 @@ export declare class BlockchainPlatformClient {
|
|
|
102
103
|
* @param CreatePeerRequest
|
|
103
104
|
* @return CreatePeerResponse
|
|
104
105
|
* @throws OciError when an error occurs
|
|
105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
106
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeer API.
|
|
106
107
|
*/
|
|
107
108
|
createPeer(createPeerRequest: requests.CreatePeerRequest): Promise<responses.CreatePeerResponse>;
|
|
108
109
|
/**
|
|
@@ -111,7 +112,7 @@ export declare class BlockchainPlatformClient {
|
|
|
111
112
|
* @param DeleteBlockchainPlatformRequest
|
|
112
113
|
* @return DeleteBlockchainPlatformResponse
|
|
113
114
|
* @throws OciError when an error occurs
|
|
114
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatform API.
|
|
115
116
|
*/
|
|
116
117
|
deleteBlockchainPlatform(deleteBlockchainPlatformRequest: requests.DeleteBlockchainPlatformRequest): Promise<responses.DeleteBlockchainPlatformResponse>;
|
|
117
118
|
/**
|
|
@@ -120,7 +121,7 @@ export declare class BlockchainPlatformClient {
|
|
|
120
121
|
* @param DeleteOsnRequest
|
|
121
122
|
* @return DeleteOsnResponse
|
|
122
123
|
* @throws OciError when an error occurs
|
|
123
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsn API.
|
|
124
125
|
*/
|
|
125
126
|
deleteOsn(deleteOsnRequest: requests.DeleteOsnRequest): Promise<responses.DeleteOsnResponse>;
|
|
126
127
|
/**
|
|
@@ -129,7 +130,7 @@ export declare class BlockchainPlatformClient {
|
|
|
129
130
|
* @param DeletePeerRequest
|
|
130
131
|
* @return DeletePeerResponse
|
|
131
132
|
* @throws OciError when an error occurs
|
|
132
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
133
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeer API.
|
|
133
134
|
*/
|
|
134
135
|
deletePeer(deletePeerRequest: requests.DeletePeerRequest): Promise<responses.DeletePeerResponse>;
|
|
135
136
|
/**
|
|
@@ -138,7 +139,7 @@ export declare class BlockchainPlatformClient {
|
|
|
138
139
|
* @param DeleteWorkRequestRequest
|
|
139
140
|
* @return DeleteWorkRequestResponse
|
|
140
141
|
* @throws OciError when an error occurs
|
|
141
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
142
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
142
143
|
*/
|
|
143
144
|
deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
|
|
144
145
|
/**
|
|
@@ -147,7 +148,7 @@ export declare class BlockchainPlatformClient {
|
|
|
147
148
|
* @param GetBlockchainPlatformRequest
|
|
148
149
|
* @return GetBlockchainPlatformResponse
|
|
149
150
|
* @throws OciError when an error occurs
|
|
150
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
151
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatform API.
|
|
151
152
|
*/
|
|
152
153
|
getBlockchainPlatform(getBlockchainPlatformRequest: requests.GetBlockchainPlatformRequest): Promise<responses.GetBlockchainPlatformResponse>;
|
|
153
154
|
/**
|
|
@@ -156,7 +157,7 @@ export declare class BlockchainPlatformClient {
|
|
|
156
157
|
* @param GetOsnRequest
|
|
157
158
|
* @return GetOsnResponse
|
|
158
159
|
* @throws OciError when an error occurs
|
|
159
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/blockchain/GetOsn.ts.html |here} to see how to use GetOsn API.
|
|
160
161
|
*/
|
|
161
162
|
getOsn(getOsnRequest: requests.GetOsnRequest): Promise<responses.GetOsnResponse>;
|
|
162
163
|
/**
|
|
@@ -165,7 +166,7 @@ export declare class BlockchainPlatformClient {
|
|
|
165
166
|
* @param GetPeerRequest
|
|
166
167
|
* @return GetPeerResponse
|
|
167
168
|
* @throws OciError when an error occurs
|
|
168
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
169
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/blockchain/GetPeer.ts.html |here} to see how to use GetPeer API.
|
|
169
170
|
*/
|
|
170
171
|
getPeer(getPeerRequest: requests.GetPeerRequest): Promise<responses.GetPeerResponse>;
|
|
171
172
|
/**
|
|
@@ -174,7 +175,7 @@ export declare class BlockchainPlatformClient {
|
|
|
174
175
|
* @param GetWorkRequestRequest
|
|
175
176
|
* @return GetWorkRequestResponse
|
|
176
177
|
* @throws OciError when an error occurs
|
|
177
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
178
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
178
179
|
*/
|
|
179
180
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
180
181
|
/**
|
|
@@ -183,7 +184,7 @@ export declare class BlockchainPlatformClient {
|
|
|
183
184
|
* @param ListBlockchainPlatformPatchesRequest
|
|
184
185
|
* @return ListBlockchainPlatformPatchesResponse
|
|
185
186
|
* @throws OciError when an error occurs
|
|
186
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatches API.
|
|
187
188
|
*/
|
|
188
189
|
listBlockchainPlatformPatches(listBlockchainPlatformPatchesRequest: requests.ListBlockchainPlatformPatchesRequest): Promise<responses.ListBlockchainPlatformPatchesResponse>;
|
|
189
190
|
/**
|
|
@@ -192,7 +193,7 @@ export declare class BlockchainPlatformClient {
|
|
|
192
193
|
* @param ListBlockchainPlatformsRequest
|
|
193
194
|
* @return ListBlockchainPlatformsResponse
|
|
194
195
|
* @throws OciError when an error occurs
|
|
195
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
196
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
|
|
196
197
|
*/
|
|
197
198
|
listBlockchainPlatforms(listBlockchainPlatformsRequest: requests.ListBlockchainPlatformsRequest): Promise<responses.ListBlockchainPlatformsResponse>;
|
|
198
199
|
/**
|
|
@@ -201,7 +202,7 @@ export declare class BlockchainPlatformClient {
|
|
|
201
202
|
* @param ListOsnsRequest
|
|
202
203
|
* @return ListOsnsResponse
|
|
203
204
|
* @throws OciError when an error occurs
|
|
204
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
|
|
205
206
|
*/
|
|
206
207
|
listOsns(listOsnsRequest: requests.ListOsnsRequest): Promise<responses.ListOsnsResponse>;
|
|
207
208
|
/**
|
|
@@ -210,7 +211,7 @@ export declare class BlockchainPlatformClient {
|
|
|
210
211
|
* @param ListPeersRequest
|
|
211
212
|
* @return ListPeersResponse
|
|
212
213
|
* @throws OciError when an error occurs
|
|
213
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
214
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
|
|
214
215
|
*/
|
|
215
216
|
listPeers(listPeersRequest: requests.ListPeersRequest): Promise<responses.ListPeersResponse>;
|
|
216
217
|
/**
|
|
@@ -220,7 +221,7 @@ export declare class BlockchainPlatformClient {
|
|
|
220
221
|
* @param ListWorkRequestErrorsRequest
|
|
221
222
|
* @return ListWorkRequestErrorsResponse
|
|
222
223
|
* @throws OciError when an error occurs
|
|
223
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
224
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
224
225
|
*/
|
|
225
226
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
226
227
|
/**
|
|
@@ -230,7 +231,7 @@ export declare class BlockchainPlatformClient {
|
|
|
230
231
|
* @param ListWorkRequestLogsRequest
|
|
231
232
|
* @return ListWorkRequestLogsResponse
|
|
232
233
|
* @throws OciError when an error occurs
|
|
233
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
234
235
|
*/
|
|
235
236
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
236
237
|
/**
|
|
@@ -240,7 +241,7 @@ export declare class BlockchainPlatformClient {
|
|
|
240
241
|
* @param ListWorkRequestsRequest
|
|
241
242
|
* @return ListWorkRequestsResponse
|
|
242
243
|
* @throws OciError when an error occurs
|
|
243
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
244
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
244
245
|
*/
|
|
245
246
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
246
247
|
/**
|
|
@@ -249,7 +250,7 @@ export declare class BlockchainPlatformClient {
|
|
|
249
250
|
* @param PreviewScaleBlockchainPlatformRequest
|
|
250
251
|
* @return PreviewScaleBlockchainPlatformResponse
|
|
251
252
|
* @throws OciError when an error occurs
|
|
252
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
253
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
|
|
253
254
|
*/
|
|
254
255
|
previewScaleBlockchainPlatform(previewScaleBlockchainPlatformRequest: requests.PreviewScaleBlockchainPlatformRequest): Promise<responses.PreviewScaleBlockchainPlatformResponse>;
|
|
255
256
|
/**
|
|
@@ -258,7 +259,7 @@ export declare class BlockchainPlatformClient {
|
|
|
258
259
|
* @param ScaleBlockchainPlatformRequest
|
|
259
260
|
* @return ScaleBlockchainPlatformResponse
|
|
260
261
|
* @throws OciError when an error occurs
|
|
261
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
262
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
|
|
262
263
|
*/
|
|
263
264
|
scaleBlockchainPlatform(scaleBlockchainPlatformRequest: requests.ScaleBlockchainPlatformRequest): Promise<responses.ScaleBlockchainPlatformResponse>;
|
|
264
265
|
/**
|
|
@@ -267,7 +268,7 @@ export declare class BlockchainPlatformClient {
|
|
|
267
268
|
* @param StartBlockchainPlatformRequest
|
|
268
269
|
* @return StartBlockchainPlatformResponse
|
|
269
270
|
* @throws OciError when an error occurs
|
|
270
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
271
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
|
|
271
272
|
*/
|
|
272
273
|
startBlockchainPlatform(startBlockchainPlatformRequest: requests.StartBlockchainPlatformRequest): Promise<responses.StartBlockchainPlatformResponse>;
|
|
273
274
|
/**
|
|
@@ -276,7 +277,7 @@ export declare class BlockchainPlatformClient {
|
|
|
276
277
|
* @param StopBlockchainPlatformRequest
|
|
277
278
|
* @return StopBlockchainPlatformResponse
|
|
278
279
|
* @throws OciError when an error occurs
|
|
279
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
280
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
|
|
280
281
|
*/
|
|
281
282
|
stopBlockchainPlatform(stopBlockchainPlatformRequest: requests.StopBlockchainPlatformRequest): Promise<responses.StopBlockchainPlatformResponse>;
|
|
282
283
|
/**
|
|
@@ -285,7 +286,7 @@ export declare class BlockchainPlatformClient {
|
|
|
285
286
|
* @param UpdateBlockchainPlatformRequest
|
|
286
287
|
* @return UpdateBlockchainPlatformResponse
|
|
287
288
|
* @throws OciError when an error occurs
|
|
288
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
|
|
289
290
|
*/
|
|
290
291
|
updateBlockchainPlatform(updateBlockchainPlatformRequest: requests.UpdateBlockchainPlatformRequest): Promise<responses.UpdateBlockchainPlatformResponse>;
|
|
291
292
|
/**
|
|
@@ -294,7 +295,7 @@ export declare class BlockchainPlatformClient {
|
|
|
294
295
|
* @param UpdateOsnRequest
|
|
295
296
|
* @return UpdateOsnResponse
|
|
296
297
|
* @throws OciError when an error occurs
|
|
297
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
298
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
|
|
298
299
|
*/
|
|
299
300
|
updateOsn(updateOsnRequest: requests.UpdateOsnRequest): Promise<responses.UpdateOsnResponse>;
|
|
300
301
|
/**
|
|
@@ -303,7 +304,7 @@ export declare class BlockchainPlatformClient {
|
|
|
303
304
|
* @param UpdatePeerRequest
|
|
304
305
|
* @return UpdatePeerResponse
|
|
305
306
|
* @throws OciError when an error occurs
|
|
306
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
307
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
|
|
307
308
|
*/
|
|
308
309
|
updatePeer(updatePeerRequest: requests.UpdatePeerRequest): Promise<responses.UpdatePeerResponse>;
|
|
309
310
|
/**
|
|
@@ -312,7 +313,7 @@ export declare class BlockchainPlatformClient {
|
|
|
312
313
|
* @param UpgradeBlockchainPlatformRequest
|
|
313
314
|
* @return UpgradeBlockchainPlatformResponse
|
|
314
315
|
* @throws OciError when an error occurs
|
|
315
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
316
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatform API.
|
|
316
317
|
*/
|
|
317
318
|
upgradeBlockchainPlatform(upgradeBlockchainPlatformRequest: requests.UpgradeBlockchainPlatformRequest): Promise<responses.UpgradeBlockchainPlatformResponse>;
|
|
318
319
|
}
|