oci-blockchain 2.76.1 → 2.77.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 +27 -27
- package/lib/client.js +27 -27
- package/lib/model/blockchain-platform-by-hostname.d.ts +2 -2
- package/lib/model/blockchain-platform-summary.d.ts +2 -2
- package/lib/model/blockchain-platform.d.ts +2 -2
- package/lib/model/create-blockchain-platform-details.d.ts +2 -2
- package/lib/model/update-blockchain-platform-details.d.ts +2 -2
- package/lib/request/change-blockchain-platform-compartment-request.d.ts +2 -2
- package/lib/request/create-blockchain-platform-request.d.ts +1 -1
- package/lib/request/create-osn-request.d.ts +2 -2
- package/lib/request/create-peer-request.d.ts +1 -1
- package/lib/request/delete-blockchain-platform-request.d.ts +2 -2
- package/lib/request/delete-osn-request.d.ts +2 -2
- package/lib/request/delete-peer-request.d.ts +2 -2
- package/lib/request/delete-work-request-request.d.ts +2 -2
- 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 +2 -2
- package/lib/request/list-osns-request.d.ts +2 -2
- package/lib/request/list-peers-request.d.ts +2 -2
- 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 +2 -2
- package/lib/request/start-blockchain-platform-request.d.ts +2 -2
- package/lib/request/stop-blockchain-platform-request.d.ts +2 -2
- package/lib/request/update-blockchain-platform-request.d.ts +2 -2
- package/lib/request/update-osn-request.d.ts +2 -2
- package/lib/request/update-peer-request.d.ts +2 -2
- package/lib/request/upgrade-blockchain-platform-request.d.ts +2 -2
- package/lib/response/get-blockchain-platform-response.d.ts +1 -1
- package/lib/response/get-osn-response.d.ts +1 -1
- package/lib/response/get-peer-response.d.ts +1 -1
- package/lib/response/get-work-request-response.d.ts +1 -1
- package/lib/response/list-blockchain-platform-patches-response.d.ts +1 -1
- package/lib/response/list-blockchain-platforms-response.d.ts +1 -1
- package/lib/response/list-osns-response.d.ts +1 -1
- package/lib/response/list-peers-response.d.ts +1 -1
- package/lib/response/list-work-request-errors-response.d.ts +1 -1
- package/lib/response/list-work-request-logs-response.d.ts +1 -1
- package/lib/response/list-work-requests-response.d.ts +1 -1
- package/lib/response/preview-scale-blockchain-platform-response.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -86,7 +86,7 @@ export declare class BlockchainPlatformClient {
|
|
|
86
86
|
* @param ChangeBlockchainPlatformCompartmentRequest
|
|
87
87
|
* @return ChangeBlockchainPlatformCompartmentResponse
|
|
88
88
|
* @throws OciError when an error occurs
|
|
89
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
89
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartment API.
|
|
90
90
|
*/
|
|
91
91
|
changeBlockchainPlatformCompartment(changeBlockchainPlatformCompartmentRequest: requests.ChangeBlockchainPlatformCompartmentRequest): Promise<responses.ChangeBlockchainPlatformCompartmentResponse>;
|
|
92
92
|
/**
|
|
@@ -96,7 +96,7 @@ export declare class BlockchainPlatformClient {
|
|
|
96
96
|
* @param CreateBlockchainPlatformRequest
|
|
97
97
|
* @return CreateBlockchainPlatformResponse
|
|
98
98
|
* @throws OciError when an error occurs
|
|
99
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
99
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatform API.
|
|
100
100
|
*/
|
|
101
101
|
createBlockchainPlatform(createBlockchainPlatformRequest: requests.CreateBlockchainPlatformRequest): Promise<responses.CreateBlockchainPlatformResponse>;
|
|
102
102
|
/**
|
|
@@ -105,7 +105,7 @@ export declare class BlockchainPlatformClient {
|
|
|
105
105
|
* @param CreateOsnRequest
|
|
106
106
|
* @return CreateOsnResponse
|
|
107
107
|
* @throws OciError when an error occurs
|
|
108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsn API.
|
|
109
109
|
*/
|
|
110
110
|
createOsn(createOsnRequest: requests.CreateOsnRequest): Promise<responses.CreateOsnResponse>;
|
|
111
111
|
/**
|
|
@@ -114,7 +114,7 @@ export declare class BlockchainPlatformClient {
|
|
|
114
114
|
* @param CreatePeerRequest
|
|
115
115
|
* @return CreatePeerResponse
|
|
116
116
|
* @throws OciError when an error occurs
|
|
117
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeer API.
|
|
118
118
|
*/
|
|
119
119
|
createPeer(createPeerRequest: requests.CreatePeerRequest): Promise<responses.CreatePeerResponse>;
|
|
120
120
|
/**
|
|
@@ -123,7 +123,7 @@ export declare class BlockchainPlatformClient {
|
|
|
123
123
|
* @param DeleteBlockchainPlatformRequest
|
|
124
124
|
* @return DeleteBlockchainPlatformResponse
|
|
125
125
|
* @throws OciError when an error occurs
|
|
126
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
126
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatform API.
|
|
127
127
|
*/
|
|
128
128
|
deleteBlockchainPlatform(deleteBlockchainPlatformRequest: requests.DeleteBlockchainPlatformRequest): Promise<responses.DeleteBlockchainPlatformResponse>;
|
|
129
129
|
/**
|
|
@@ -132,7 +132,7 @@ export declare class BlockchainPlatformClient {
|
|
|
132
132
|
* @param DeleteOsnRequest
|
|
133
133
|
* @return DeleteOsnResponse
|
|
134
134
|
* @throws OciError when an error occurs
|
|
135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
135
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsn API.
|
|
136
136
|
*/
|
|
137
137
|
deleteOsn(deleteOsnRequest: requests.DeleteOsnRequest): Promise<responses.DeleteOsnResponse>;
|
|
138
138
|
/**
|
|
@@ -141,7 +141,7 @@ export declare class BlockchainPlatformClient {
|
|
|
141
141
|
* @param DeletePeerRequest
|
|
142
142
|
* @return DeletePeerResponse
|
|
143
143
|
* @throws OciError when an error occurs
|
|
144
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
144
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeer API.
|
|
145
145
|
*/
|
|
146
146
|
deletePeer(deletePeerRequest: requests.DeletePeerRequest): Promise<responses.DeletePeerResponse>;
|
|
147
147
|
/**
|
|
@@ -150,7 +150,7 @@ export declare class BlockchainPlatformClient {
|
|
|
150
150
|
* @param DeleteWorkRequestRequest
|
|
151
151
|
* @return DeleteWorkRequestResponse
|
|
152
152
|
* @throws OciError when an error occurs
|
|
153
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
153
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
154
154
|
*/
|
|
155
155
|
deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
|
|
156
156
|
/**
|
|
@@ -159,7 +159,7 @@ export declare class BlockchainPlatformClient {
|
|
|
159
159
|
* @param GetBlockchainPlatformRequest
|
|
160
160
|
* @return GetBlockchainPlatformResponse
|
|
161
161
|
* @throws OciError when an error occurs
|
|
162
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
162
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatform API.
|
|
163
163
|
*/
|
|
164
164
|
getBlockchainPlatform(getBlockchainPlatformRequest: requests.GetBlockchainPlatformRequest): Promise<responses.GetBlockchainPlatformResponse>;
|
|
165
165
|
/**
|
|
@@ -168,7 +168,7 @@ export declare class BlockchainPlatformClient {
|
|
|
168
168
|
* @param GetOsnRequest
|
|
169
169
|
* @return GetOsnResponse
|
|
170
170
|
* @throws OciError when an error occurs
|
|
171
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
171
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/GetOsn.ts.html |here} to see how to use GetOsn API.
|
|
172
172
|
*/
|
|
173
173
|
getOsn(getOsnRequest: requests.GetOsnRequest): Promise<responses.GetOsnResponse>;
|
|
174
174
|
/**
|
|
@@ -177,7 +177,7 @@ export declare class BlockchainPlatformClient {
|
|
|
177
177
|
* @param GetPeerRequest
|
|
178
178
|
* @return GetPeerResponse
|
|
179
179
|
* @throws OciError when an error occurs
|
|
180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
180
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/GetPeer.ts.html |here} to see how to use GetPeer API.
|
|
181
181
|
*/
|
|
182
182
|
getPeer(getPeerRequest: requests.GetPeerRequest): Promise<responses.GetPeerResponse>;
|
|
183
183
|
/**
|
|
@@ -186,7 +186,7 @@ export declare class BlockchainPlatformClient {
|
|
|
186
186
|
* @param GetWorkRequestRequest
|
|
187
187
|
* @return GetWorkRequestResponse
|
|
188
188
|
* @throws OciError when an error occurs
|
|
189
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
189
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
190
190
|
*/
|
|
191
191
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
192
192
|
/**
|
|
@@ -195,7 +195,7 @@ export declare class BlockchainPlatformClient {
|
|
|
195
195
|
* @param ListBlockchainPlatformPatchesRequest
|
|
196
196
|
* @return ListBlockchainPlatformPatchesResponse
|
|
197
197
|
* @throws OciError when an error occurs
|
|
198
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
198
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatches API.
|
|
199
199
|
*/
|
|
200
200
|
listBlockchainPlatformPatches(listBlockchainPlatformPatchesRequest: requests.ListBlockchainPlatformPatchesRequest): Promise<responses.ListBlockchainPlatformPatchesResponse>;
|
|
201
201
|
/**
|
|
@@ -204,7 +204,7 @@ export declare class BlockchainPlatformClient {
|
|
|
204
204
|
* @param ListBlockchainPlatformsRequest
|
|
205
205
|
* @return ListBlockchainPlatformsResponse
|
|
206
206
|
* @throws OciError when an error occurs
|
|
207
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
207
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
|
|
208
208
|
*/
|
|
209
209
|
listBlockchainPlatforms(listBlockchainPlatformsRequest: requests.ListBlockchainPlatformsRequest): Promise<responses.ListBlockchainPlatformsResponse>;
|
|
210
210
|
/**
|
|
@@ -213,7 +213,7 @@ export declare class BlockchainPlatformClient {
|
|
|
213
213
|
* @param ListOsnsRequest
|
|
214
214
|
* @return ListOsnsResponse
|
|
215
215
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
216
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
|
|
217
217
|
*/
|
|
218
218
|
listOsns(listOsnsRequest: requests.ListOsnsRequest): Promise<responses.ListOsnsResponse>;
|
|
219
219
|
/**
|
|
@@ -222,7 +222,7 @@ export declare class BlockchainPlatformClient {
|
|
|
222
222
|
* @param ListPeersRequest
|
|
223
223
|
* @return ListPeersResponse
|
|
224
224
|
* @throws OciError when an error occurs
|
|
225
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
225
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
|
|
226
226
|
*/
|
|
227
227
|
listPeers(listPeersRequest: requests.ListPeersRequest): Promise<responses.ListPeersResponse>;
|
|
228
228
|
/**
|
|
@@ -232,7 +232,7 @@ export declare class BlockchainPlatformClient {
|
|
|
232
232
|
* @param ListWorkRequestErrorsRequest
|
|
233
233
|
* @return ListWorkRequestErrorsResponse
|
|
234
234
|
* @throws OciError when an error occurs
|
|
235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
235
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
236
236
|
*/
|
|
237
237
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
238
238
|
/**
|
|
@@ -242,7 +242,7 @@ export declare class BlockchainPlatformClient {
|
|
|
242
242
|
* @param ListWorkRequestLogsRequest
|
|
243
243
|
* @return ListWorkRequestLogsResponse
|
|
244
244
|
* @throws OciError when an error occurs
|
|
245
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
245
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
246
246
|
*/
|
|
247
247
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
248
248
|
/**
|
|
@@ -252,7 +252,7 @@ export declare class BlockchainPlatformClient {
|
|
|
252
252
|
* @param ListWorkRequestsRequest
|
|
253
253
|
* @return ListWorkRequestsResponse
|
|
254
254
|
* @throws OciError when an error occurs
|
|
255
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
255
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
256
256
|
*/
|
|
257
257
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
258
258
|
/**
|
|
@@ -261,7 +261,7 @@ export declare class BlockchainPlatformClient {
|
|
|
261
261
|
* @param PreviewScaleBlockchainPlatformRequest
|
|
262
262
|
* @return PreviewScaleBlockchainPlatformResponse
|
|
263
263
|
* @throws OciError when an error occurs
|
|
264
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
264
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
|
|
265
265
|
*/
|
|
266
266
|
previewScaleBlockchainPlatform(previewScaleBlockchainPlatformRequest: requests.PreviewScaleBlockchainPlatformRequest): Promise<responses.PreviewScaleBlockchainPlatformResponse>;
|
|
267
267
|
/**
|
|
@@ -270,7 +270,7 @@ export declare class BlockchainPlatformClient {
|
|
|
270
270
|
* @param ScaleBlockchainPlatformRequest
|
|
271
271
|
* @return ScaleBlockchainPlatformResponse
|
|
272
272
|
* @throws OciError when an error occurs
|
|
273
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
273
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
|
|
274
274
|
*/
|
|
275
275
|
scaleBlockchainPlatform(scaleBlockchainPlatformRequest: requests.ScaleBlockchainPlatformRequest): Promise<responses.ScaleBlockchainPlatformResponse>;
|
|
276
276
|
/**
|
|
@@ -279,7 +279,7 @@ export declare class BlockchainPlatformClient {
|
|
|
279
279
|
* @param StartBlockchainPlatformRequest
|
|
280
280
|
* @return StartBlockchainPlatformResponse
|
|
281
281
|
* @throws OciError when an error occurs
|
|
282
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
282
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
|
|
283
283
|
*/
|
|
284
284
|
startBlockchainPlatform(startBlockchainPlatformRequest: requests.StartBlockchainPlatformRequest): Promise<responses.StartBlockchainPlatformResponse>;
|
|
285
285
|
/**
|
|
@@ -288,7 +288,7 @@ export declare class BlockchainPlatformClient {
|
|
|
288
288
|
* @param StopBlockchainPlatformRequest
|
|
289
289
|
* @return StopBlockchainPlatformResponse
|
|
290
290
|
* @throws OciError when an error occurs
|
|
291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
291
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
|
|
292
292
|
*/
|
|
293
293
|
stopBlockchainPlatform(stopBlockchainPlatformRequest: requests.StopBlockchainPlatformRequest): Promise<responses.StopBlockchainPlatformResponse>;
|
|
294
294
|
/**
|
|
@@ -297,7 +297,7 @@ export declare class BlockchainPlatformClient {
|
|
|
297
297
|
* @param UpdateBlockchainPlatformRequest
|
|
298
298
|
* @return UpdateBlockchainPlatformResponse
|
|
299
299
|
* @throws OciError when an error occurs
|
|
300
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
300
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
|
|
301
301
|
*/
|
|
302
302
|
updateBlockchainPlatform(updateBlockchainPlatformRequest: requests.UpdateBlockchainPlatformRequest): Promise<responses.UpdateBlockchainPlatformResponse>;
|
|
303
303
|
/**
|
|
@@ -306,7 +306,7 @@ export declare class BlockchainPlatformClient {
|
|
|
306
306
|
* @param UpdateOsnRequest
|
|
307
307
|
* @return UpdateOsnResponse
|
|
308
308
|
* @throws OciError when an error occurs
|
|
309
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
309
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
|
|
310
310
|
*/
|
|
311
311
|
updateOsn(updateOsnRequest: requests.UpdateOsnRequest): Promise<responses.UpdateOsnResponse>;
|
|
312
312
|
/**
|
|
@@ -315,7 +315,7 @@ export declare class BlockchainPlatformClient {
|
|
|
315
315
|
* @param UpdatePeerRequest
|
|
316
316
|
* @return UpdatePeerResponse
|
|
317
317
|
* @throws OciError when an error occurs
|
|
318
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
318
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
|
|
319
319
|
*/
|
|
320
320
|
updatePeer(updatePeerRequest: requests.UpdatePeerRequest): Promise<responses.UpdatePeerResponse>;
|
|
321
321
|
/**
|
|
@@ -324,7 +324,7 @@ export declare class BlockchainPlatformClient {
|
|
|
324
324
|
* @param UpgradeBlockchainPlatformRequest
|
|
325
325
|
* @return UpgradeBlockchainPlatformResponse
|
|
326
326
|
* @throws OciError when an error occurs
|
|
327
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
327
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatform API.
|
|
328
328
|
*/
|
|
329
329
|
upgradeBlockchainPlatform(upgradeBlockchainPlatformRequest: requests.UpgradeBlockchainPlatformRequest): Promise<responses.UpgradeBlockchainPlatformResponse>;
|
|
330
330
|
}
|
package/lib/client.js
CHANGED
|
@@ -187,7 +187,7 @@ class BlockchainPlatformClient {
|
|
|
187
187
|
* @param ChangeBlockchainPlatformCompartmentRequest
|
|
188
188
|
* @return ChangeBlockchainPlatformCompartmentResponse
|
|
189
189
|
* @throws OciError when an error occurs
|
|
190
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartment API.
|
|
191
191
|
*/
|
|
192
192
|
changeBlockchainPlatformCompartment(changeBlockchainPlatformCompartmentRequest) {
|
|
193
193
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -250,7 +250,7 @@ class BlockchainPlatformClient {
|
|
|
250
250
|
* @param CreateBlockchainPlatformRequest
|
|
251
251
|
* @return CreateBlockchainPlatformResponse
|
|
252
252
|
* @throws OciError when an error occurs
|
|
253
|
-
* @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.77.0/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatform API.
|
|
254
254
|
*/
|
|
255
255
|
createBlockchainPlatform(createBlockchainPlatformRequest) {
|
|
256
256
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -309,7 +309,7 @@ class BlockchainPlatformClient {
|
|
|
309
309
|
* @param CreateOsnRequest
|
|
310
310
|
* @return CreateOsnResponse
|
|
311
311
|
* @throws OciError when an error occurs
|
|
312
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
312
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsn API.
|
|
313
313
|
*/
|
|
314
314
|
createOsn(createOsnRequest) {
|
|
315
315
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -371,7 +371,7 @@ class BlockchainPlatformClient {
|
|
|
371
371
|
* @param CreatePeerRequest
|
|
372
372
|
* @return CreatePeerResponse
|
|
373
373
|
* @throws OciError when an error occurs
|
|
374
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
374
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeer API.
|
|
375
375
|
*/
|
|
376
376
|
createPeer(createPeerRequest) {
|
|
377
377
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -432,7 +432,7 @@ class BlockchainPlatformClient {
|
|
|
432
432
|
* @param DeleteBlockchainPlatformRequest
|
|
433
433
|
* @return DeleteBlockchainPlatformResponse
|
|
434
434
|
* @throws OciError when an error occurs
|
|
435
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
435
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatform API.
|
|
436
436
|
*/
|
|
437
437
|
deleteBlockchainPlatform(deleteBlockchainPlatformRequest) {
|
|
438
438
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -493,7 +493,7 @@ class BlockchainPlatformClient {
|
|
|
493
493
|
* @param DeleteOsnRequest
|
|
494
494
|
* @return DeleteOsnResponse
|
|
495
495
|
* @throws OciError when an error occurs
|
|
496
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
496
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsn API.
|
|
497
497
|
*/
|
|
498
498
|
deleteOsn(deleteOsnRequest) {
|
|
499
499
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -554,7 +554,7 @@ class BlockchainPlatformClient {
|
|
|
554
554
|
* @param DeletePeerRequest
|
|
555
555
|
* @return DeletePeerResponse
|
|
556
556
|
* @throws OciError when an error occurs
|
|
557
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
557
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeer API.
|
|
558
558
|
*/
|
|
559
559
|
deletePeer(deletePeerRequest) {
|
|
560
560
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -616,7 +616,7 @@ class BlockchainPlatformClient {
|
|
|
616
616
|
* @param DeleteWorkRequestRequest
|
|
617
617
|
* @return DeleteWorkRequestResponse
|
|
618
618
|
* @throws OciError when an error occurs
|
|
619
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
619
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
620
620
|
*/
|
|
621
621
|
deleteWorkRequest(deleteWorkRequestRequest) {
|
|
622
622
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -676,7 +676,7 @@ class BlockchainPlatformClient {
|
|
|
676
676
|
* @param GetBlockchainPlatformRequest
|
|
677
677
|
* @return GetBlockchainPlatformResponse
|
|
678
678
|
* @throws OciError when an error occurs
|
|
679
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
679
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatform API.
|
|
680
680
|
*/
|
|
681
681
|
getBlockchainPlatform(getBlockchainPlatformRequest) {
|
|
682
682
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -739,7 +739,7 @@ class BlockchainPlatformClient {
|
|
|
739
739
|
* @param GetOsnRequest
|
|
740
740
|
* @return GetOsnResponse
|
|
741
741
|
* @throws OciError when an error occurs
|
|
742
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
742
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/GetOsn.ts.html |here} to see how to use GetOsn API.
|
|
743
743
|
*/
|
|
744
744
|
getOsn(getOsnRequest) {
|
|
745
745
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -803,7 +803,7 @@ class BlockchainPlatformClient {
|
|
|
803
803
|
* @param GetPeerRequest
|
|
804
804
|
* @return GetPeerResponse
|
|
805
805
|
* @throws OciError when an error occurs
|
|
806
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
806
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/GetPeer.ts.html |here} to see how to use GetPeer API.
|
|
807
807
|
*/
|
|
808
808
|
getPeer(getPeerRequest) {
|
|
809
809
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -867,7 +867,7 @@ class BlockchainPlatformClient {
|
|
|
867
867
|
* @param GetWorkRequestRequest
|
|
868
868
|
* @return GetWorkRequestResponse
|
|
869
869
|
* @throws OciError when an error occurs
|
|
870
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
870
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
871
871
|
*/
|
|
872
872
|
getWorkRequest(getWorkRequestRequest) {
|
|
873
873
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -935,7 +935,7 @@ class BlockchainPlatformClient {
|
|
|
935
935
|
* @param ListBlockchainPlatformPatchesRequest
|
|
936
936
|
* @return ListBlockchainPlatformPatchesResponse
|
|
937
937
|
* @throws OciError when an error occurs
|
|
938
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
938
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatches API.
|
|
939
939
|
*/
|
|
940
940
|
listBlockchainPlatformPatches(listBlockchainPlatformPatchesRequest) {
|
|
941
941
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1001,7 +1001,7 @@ class BlockchainPlatformClient {
|
|
|
1001
1001
|
* @param ListBlockchainPlatformsRequest
|
|
1002
1002
|
* @return ListBlockchainPlatformsResponse
|
|
1003
1003
|
* @throws OciError when an error occurs
|
|
1004
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1004
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
|
|
1005
1005
|
*/
|
|
1006
1006
|
listBlockchainPlatforms(listBlockchainPlatformsRequest) {
|
|
1007
1007
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1070,7 +1070,7 @@ class BlockchainPlatformClient {
|
|
|
1070
1070
|
* @param ListOsnsRequest
|
|
1071
1071
|
* @return ListOsnsResponse
|
|
1072
1072
|
* @throws OciError when an error occurs
|
|
1073
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1073
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
|
|
1074
1074
|
*/
|
|
1075
1075
|
listOsns(listOsnsRequest) {
|
|
1076
1076
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1140,7 +1140,7 @@ class BlockchainPlatformClient {
|
|
|
1140
1140
|
* @param ListPeersRequest
|
|
1141
1141
|
* @return ListPeersResponse
|
|
1142
1142
|
* @throws OciError when an error occurs
|
|
1143
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1143
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
|
|
1144
1144
|
*/
|
|
1145
1145
|
listPeers(listPeersRequest) {
|
|
1146
1146
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1211,7 +1211,7 @@ class BlockchainPlatformClient {
|
|
|
1211
1211
|
* @param ListWorkRequestErrorsRequest
|
|
1212
1212
|
* @return ListWorkRequestErrorsResponse
|
|
1213
1213
|
* @throws OciError when an error occurs
|
|
1214
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1214
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1215
1215
|
*/
|
|
1216
1216
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1217
1217
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1278,7 +1278,7 @@ class BlockchainPlatformClient {
|
|
|
1278
1278
|
* @param ListWorkRequestLogsRequest
|
|
1279
1279
|
* @return ListWorkRequestLogsResponse
|
|
1280
1280
|
* @throws OciError when an error occurs
|
|
1281
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1281
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1282
1282
|
*/
|
|
1283
1283
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1284
1284
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1345,7 +1345,7 @@ class BlockchainPlatformClient {
|
|
|
1345
1345
|
* @param ListWorkRequestsRequest
|
|
1346
1346
|
* @return ListWorkRequestsResponse
|
|
1347
1347
|
* @throws OciError when an error occurs
|
|
1348
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1348
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1349
1349
|
*/
|
|
1350
1350
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1351
1351
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1413,7 +1413,7 @@ class BlockchainPlatformClient {
|
|
|
1413
1413
|
* @param PreviewScaleBlockchainPlatformRequest
|
|
1414
1414
|
* @return PreviewScaleBlockchainPlatformResponse
|
|
1415
1415
|
* @throws OciError when an error occurs
|
|
1416
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1416
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
|
|
1417
1417
|
*/
|
|
1418
1418
|
previewScaleBlockchainPlatform(previewScaleBlockchainPlatformRequest) {
|
|
1419
1419
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1477,7 +1477,7 @@ class BlockchainPlatformClient {
|
|
|
1477
1477
|
* @param ScaleBlockchainPlatformRequest
|
|
1478
1478
|
* @return ScaleBlockchainPlatformResponse
|
|
1479
1479
|
* @throws OciError when an error occurs
|
|
1480
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1480
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
|
|
1481
1481
|
*/
|
|
1482
1482
|
scaleBlockchainPlatform(scaleBlockchainPlatformRequest) {
|
|
1483
1483
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1539,7 +1539,7 @@ class BlockchainPlatformClient {
|
|
|
1539
1539
|
* @param StartBlockchainPlatformRequest
|
|
1540
1540
|
* @return StartBlockchainPlatformResponse
|
|
1541
1541
|
* @throws OciError when an error occurs
|
|
1542
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1542
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
|
|
1543
1543
|
*/
|
|
1544
1544
|
startBlockchainPlatform(startBlockchainPlatformRequest) {
|
|
1545
1545
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1600,7 +1600,7 @@ class BlockchainPlatformClient {
|
|
|
1600
1600
|
* @param StopBlockchainPlatformRequest
|
|
1601
1601
|
* @return StopBlockchainPlatformResponse
|
|
1602
1602
|
* @throws OciError when an error occurs
|
|
1603
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1603
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
|
|
1604
1604
|
*/
|
|
1605
1605
|
stopBlockchainPlatform(stopBlockchainPlatformRequest) {
|
|
1606
1606
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1661,7 +1661,7 @@ class BlockchainPlatformClient {
|
|
|
1661
1661
|
* @param UpdateBlockchainPlatformRequest
|
|
1662
1662
|
* @return UpdateBlockchainPlatformResponse
|
|
1663
1663
|
* @throws OciError when an error occurs
|
|
1664
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1664
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
|
|
1665
1665
|
*/
|
|
1666
1666
|
updateBlockchainPlatform(updateBlockchainPlatformRequest) {
|
|
1667
1667
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1723,7 +1723,7 @@ class BlockchainPlatformClient {
|
|
|
1723
1723
|
* @param UpdateOsnRequest
|
|
1724
1724
|
* @return UpdateOsnResponse
|
|
1725
1725
|
* @throws OciError when an error occurs
|
|
1726
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1726
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
|
|
1727
1727
|
*/
|
|
1728
1728
|
updateOsn(updateOsnRequest) {
|
|
1729
1729
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1786,7 +1786,7 @@ class BlockchainPlatformClient {
|
|
|
1786
1786
|
* @param UpdatePeerRequest
|
|
1787
1787
|
* @return UpdatePeerResponse
|
|
1788
1788
|
* @throws OciError when an error occurs
|
|
1789
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1789
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
|
|
1790
1790
|
*/
|
|
1791
1791
|
updatePeer(updatePeerRequest) {
|
|
1792
1792
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1849,7 +1849,7 @@ class BlockchainPlatformClient {
|
|
|
1849
1849
|
* @param UpgradeBlockchainPlatformRequest
|
|
1850
1850
|
* @return UpgradeBlockchainPlatformResponse
|
|
1851
1851
|
* @throws OciError when an error occurs
|
|
1852
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1852
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatform API.
|
|
1853
1853
|
*/
|
|
1854
1854
|
upgradeBlockchainPlatform(upgradeBlockchainPlatformRequest) {
|
|
1855
1855
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -60,7 +60,7 @@ export interface BlockchainPlatformByHostname {
|
|
|
60
60
|
"lifecycleDetails"?: string;
|
|
61
61
|
/**
|
|
62
62
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
63
|
-
* Example:
|
|
63
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
64
64
|
*
|
|
65
65
|
*/
|
|
66
66
|
"freeformTags"?: {
|
|
@@ -68,7 +68,7 @@ export interface BlockchainPlatformByHostname {
|
|
|
68
68
|
};
|
|
69
69
|
/**
|
|
70
70
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
71
|
-
* Example:
|
|
71
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
72
72
|
*
|
|
73
73
|
*/
|
|
74
74
|
"definedTags"?: {
|
|
@@ -60,7 +60,7 @@ export interface BlockchainPlatformSummary {
|
|
|
60
60
|
"lifecycleDetails"?: string;
|
|
61
61
|
/**
|
|
62
62
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
63
|
-
* Example:
|
|
63
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
64
64
|
*
|
|
65
65
|
*/
|
|
66
66
|
"freeformTags"?: {
|
|
@@ -68,7 +68,7 @@ export interface BlockchainPlatformSummary {
|
|
|
68
68
|
};
|
|
69
69
|
/**
|
|
70
70
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
71
|
-
* Example:
|
|
71
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
72
72
|
*
|
|
73
73
|
*/
|
|
74
74
|
"definedTags"?: {
|
|
@@ -103,7 +103,7 @@ export interface BlockchainPlatform {
|
|
|
103
103
|
"hostOcpuUtilizationInfo"?: Array<model.OcpuUtilizationInfo>;
|
|
104
104
|
/**
|
|
105
105
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
106
|
-
* Example:
|
|
106
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
107
107
|
*
|
|
108
108
|
*/
|
|
109
109
|
"freeformTags"?: {
|
|
@@ -111,7 +111,7 @@ export interface BlockchainPlatform {
|
|
|
111
111
|
};
|
|
112
112
|
/**
|
|
113
113
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
114
|
-
* Example:
|
|
114
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
115
115
|
*
|
|
116
116
|
*/
|
|
117
117
|
"definedTags"?: {
|
|
@@ -63,7 +63,7 @@ export interface CreateBlockchainPlatformDetails {
|
|
|
63
63
|
"caCertArchiveText"?: string;
|
|
64
64
|
/**
|
|
65
65
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
66
|
-
* Example:
|
|
66
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
67
67
|
*
|
|
68
68
|
*/
|
|
69
69
|
"freeformTags"?: {
|
|
@@ -71,7 +71,7 @@ export interface CreateBlockchainPlatformDetails {
|
|
|
71
71
|
};
|
|
72
72
|
/**
|
|
73
73
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
74
|
-
* Example:
|
|
74
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
75
75
|
*
|
|
76
76
|
*/
|
|
77
77
|
"definedTags"?: {
|
|
@@ -34,7 +34,7 @@ export interface UpdateBlockchainPlatformDetails {
|
|
|
34
34
|
"loadBalancerShape"?: string;
|
|
35
35
|
/**
|
|
36
36
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
37
|
-
* Example:
|
|
37
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
38
38
|
*
|
|
39
39
|
*/
|
|
40
40
|
"freeformTags"?: {
|
|
@@ -42,7 +42,7 @@ export interface UpdateBlockchainPlatformDetails {
|
|
|
42
42
|
};
|
|
43
43
|
/**
|
|
44
44
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
45
|
-
* Example:
|
|
45
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
"definedTags"?: {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeBlockchainPlatformCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -27,7 +27,7 @@ export interface ChangeBlockchainPlatformCompartmentRequest extends common.BaseR
|
|
|
27
27
|
"changeBlockchainPlatformCompartmentDetails": model.ChangeBlockchainPlatformCompartmentDetails;
|
|
28
28
|
/**
|
|
29
29
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
30
|
-
* for a resource, set the
|
|
30
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
31
31
|
* etag from a previous GET or POST response for that resource.
|
|
32
32
|
* The resource will be updated or deleted only if the etag you
|
|
33
33
|
* provide matches the resource's current etag value.
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatformRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateBlockchainPlatformRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsnRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateOsnRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -27,7 +27,7 @@ export interface CreateOsnRequest extends common.BaseRequest {
|
|
|
27
27
|
"createOsnDetails": model.CreateOsnDetails;
|
|
28
28
|
/**
|
|
29
29
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
30
|
-
* for a resource, set the
|
|
30
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
31
31
|
* etag from a previous GET or POST response for that resource.
|
|
32
32
|
* The resource will be updated or deleted only if the etag you
|
|
33
33
|
* provide matches the resource's current etag value.
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeerRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreatePeerRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatformRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteBlockchainPlatformRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -25,7 +25,7 @@ export interface DeleteBlockchainPlatformRequest extends common.BaseRequest {
|
|
|
25
25
|
"opcRequestId"?: string;
|
|
26
26
|
/**
|
|
27
27
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
28
|
-
* for a resource, set the
|
|
28
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
29
29
|
* etag from a previous GET or POST response for that resource.
|
|
30
30
|
* The resource will be updated or deleted only if the etag you
|
|
31
31
|
* provide matches the resource's current etag value.
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsnRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteOsnRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -29,7 +29,7 @@ export interface DeleteOsnRequest extends common.BaseRequest {
|
|
|
29
29
|
"opcRequestId"?: string;
|
|
30
30
|
/**
|
|
31
31
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
32
|
-
* for a resource, set the
|
|
32
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
33
33
|
* etag from a previous GET or POST response for that resource.
|
|
34
34
|
* The resource will be updated or deleted only if the etag you
|
|
35
35
|
* provide matches the resource's current etag value.
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeerRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeletePeerRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -29,7 +29,7 @@ export interface DeletePeerRequest extends common.BaseRequest {
|
|
|
29
29
|
"opcRequestId"?: string;
|
|
30
30
|
/**
|
|
31
31
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
32
|
-
* for a resource, set the
|
|
32
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
33
33
|
* etag from a previous GET or POST response for that resource.
|
|
34
34
|
* The resource will be updated or deleted only if the etag you
|
|
35
35
|
* provide matches the resource's current etag value.
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -25,7 +25,7 @@ export interface DeleteWorkRequestRequest extends common.BaseRequest {
|
|
|
25
25
|
"opcRequestId"?: string;
|
|
26
26
|
/**
|
|
27
27
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
28
|
-
* for a resource, set the
|
|
28
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
29
29
|
* etag from a previous GET or POST response for that resource.
|
|
30
30
|
* The resource will be updated or deleted only if the etag you
|
|
31
31
|
* provide matches the resource's current etag value.
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatformRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetBlockchainPlatformRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/GetOsn.ts.html |here} to see how to use GetOsnRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetOsnRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/GetPeer.ts.html |here} to see how to use GetPeerRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetPeerRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatchesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListBlockchainPlatformPatchesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatformsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListBlockchainPlatformsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface ListBlockchainPlatformsRequest extends common.BaseRequest {
|
|
|
21
21
|
"compartmentId": string;
|
|
22
22
|
/**
|
|
23
23
|
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
24
|
-
* Example:
|
|
24
|
+
* Example: {@code My new resource}
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"displayName"?: string;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/ListOsns.ts.html |here} to see how to use ListOsnsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListOsnsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface ListOsnsRequest extends common.BaseRequest {
|
|
|
21
21
|
"blockchainPlatformId": string;
|
|
22
22
|
/**
|
|
23
23
|
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
24
|
-
* Example:
|
|
24
|
+
* Example: {@code My new resource}
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"displayName"?: string;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/ListPeers.ts.html |here} to see how to use ListPeersRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListPeersRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface ListPeersRequest extends common.BaseRequest {
|
|
|
21
21
|
"blockchainPlatformId": string;
|
|
22
22
|
/**
|
|
23
23
|
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
24
|
-
* Example:
|
|
24
|
+
* Example: {@code My new resource}
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"displayName"?: string;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatformRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface PreviewScaleBlockchainPlatformRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatformRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ScaleBlockchainPlatformRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -27,7 +27,7 @@ export interface ScaleBlockchainPlatformRequest extends common.BaseRequest {
|
|
|
27
27
|
"scaleBlockchainPlatformDetails": model.ScaleBlockchainPlatformDetails;
|
|
28
28
|
/**
|
|
29
29
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
30
|
-
* for a resource, set the
|
|
30
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
31
31
|
* etag from a previous GET or POST response for that resource.
|
|
32
32
|
* The resource will be updated or deleted only if the etag you
|
|
33
33
|
* provide matches the resource's current etag value.
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatformRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface StartBlockchainPlatformRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface StartBlockchainPlatformRequest extends common.BaseRequest {
|
|
|
21
21
|
"blockchainPlatformId": string;
|
|
22
22
|
/**
|
|
23
23
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
-
* for a resource, set the
|
|
24
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
25
25
|
* etag from a previous GET or POST response for that resource.
|
|
26
26
|
* The resource will be updated or deleted only if the etag you
|
|
27
27
|
* provide matches the resource's current etag value.
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatformRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface StopBlockchainPlatformRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface StopBlockchainPlatformRequest extends common.BaseRequest {
|
|
|
21
21
|
"blockchainPlatformId": string;
|
|
22
22
|
/**
|
|
23
23
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
-
* for a resource, set the
|
|
24
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
25
25
|
* etag from a previous GET or POST response for that resource.
|
|
26
26
|
* The resource will be updated or deleted only if the etag you
|
|
27
27
|
* provide matches the resource's current etag value.
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatformRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateBlockchainPlatformRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -30,7 +30,7 @@ export interface UpdateBlockchainPlatformRequest extends common.BaseRequest {
|
|
|
30
30
|
"opcRequestId"?: string;
|
|
31
31
|
/**
|
|
32
32
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
33
|
-
* for a resource, set the
|
|
33
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
34
34
|
* etag from a previous GET or POST response for that resource.
|
|
35
35
|
* The resource will be updated or deleted only if the etag you
|
|
36
36
|
* provide matches the resource's current etag value.
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsnRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateOsnRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -31,7 +31,7 @@ export interface UpdateOsnRequest extends common.BaseRequest {
|
|
|
31
31
|
"updateOsnDetails": model.UpdateOsnDetails;
|
|
32
32
|
/**
|
|
33
33
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
34
|
-
* for a resource, set the
|
|
34
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
35
35
|
* etag from a previous GET or POST response for that resource.
|
|
36
36
|
* The resource will be updated or deleted only if the etag you
|
|
37
37
|
* provide matches the resource's current etag value.
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeerRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdatePeerRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -31,7 +31,7 @@ export interface UpdatePeerRequest extends common.BaseRequest {
|
|
|
31
31
|
"updatePeerDetails": model.UpdatePeerDetails;
|
|
32
32
|
/**
|
|
33
33
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
34
|
-
* for a resource, set the
|
|
34
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
35
35
|
* etag from a previous GET or POST response for that resource.
|
|
36
36
|
* The resource will be updated or deleted only if the etag you
|
|
37
37
|
* provide matches the resource's current etag value.
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatformRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpgradeBlockchainPlatformRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface UpgradeBlockchainPlatformRequest extends common.BaseRequest {
|
|
|
26
26
|
"blockchainPlatformId": string;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
-
* for a resource, set the
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
30
|
* etag from a previous GET or POST response for that resource.
|
|
31
31
|
* The resource will be updated or deleted only if the etag you
|
|
32
32
|
* provide matches the resource's current etag value.
|
|
@@ -20,7 +20,7 @@ export interface ListBlockchainPlatformPatchesResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
-
* then a partial list might have been returned. Include this value as the
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the next batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
@@ -20,7 +20,7 @@ export interface ListBlockchainPlatformsResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
-
* then a partial list might have been returned. Include this value as the
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the next batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
@@ -20,7 +20,7 @@ export interface ListOsnsResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
-
* then a partial list might have been returned. Include this value as the
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the next batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
@@ -20,7 +20,7 @@ export interface ListPeersResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
-
* then a partial list might have been returned. Include this value as the
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the next batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListWorkRequestErrorsResponse {
|
|
15
15
|
/**
|
|
16
16
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
-
* then a partial list might have been returned. Include this value as the
|
|
17
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
18
18
|
* subsequent GET request to get the next batch of items.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListWorkRequestLogsResponse {
|
|
15
15
|
/**
|
|
16
16
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
-
* then a partial list might have been returned. Include this value as the
|
|
17
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
18
18
|
* subsequent GET request to get the next batch of items.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
@@ -20,7 +20,7 @@ export interface ListWorkRequestsResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
-
* then a partial list might have been returned. Include this value as the
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the next batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-blockchain",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.77.0",
|
|
4
4
|
"description": "OCI NodeJS client for Blockchain 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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.77.0",
|
|
19
|
+
"oci-workrequests": "2.77.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|