oci-opensearch 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 +18 -18
- package/lib/client.js +18 -18
- package/lib/model/create-opensearch-cluster-details.d.ts +3 -3
- package/lib/model/export-opensearch-cluster-backup-details.d.ts +2 -2
- package/lib/model/opensearch-cluster-backup-summary.d.ts +3 -3
- package/lib/model/opensearch-cluster-backup.d.ts +3 -3
- package/lib/model/opensearch-cluster-summary.d.ts +3 -3
- package/lib/model/opensearch-cluster.d.ts +3 -3
- package/lib/model/resize-opensearch-cluster-horizontal-details.d.ts +2 -2
- package/lib/model/resize-opensearch-cluster-vertical-details.d.ts +2 -2
- package/lib/model/update-opensearch-cluster-backup-details.d.ts +2 -2
- package/lib/model/update-opensearch-cluster-details.d.ts +2 -2
- package/lib/request/backup-opensearch-cluster-request.d.ts +2 -2
- package/lib/request/create-opensearch-cluster-request.d.ts +1 -1
- package/lib/request/delete-opensearch-cluster-backup-request.d.ts +2 -2
- package/lib/request/delete-opensearch-cluster-request.d.ts +2 -2
- package/lib/request/get-opensearch-cluster-backup-request.d.ts +1 -1
- package/lib/request/get-opensearch-cluster-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-opensearch-cluster-backups-request.d.ts +1 -1
- package/lib/request/list-opensearch-clusters-request.d.ts +1 -1
- package/lib/request/list-opensearch-versions-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/opensearch-cluster-restore-request.d.ts +2 -2
- package/lib/request/resize-opensearch-cluster-horizontal-request.d.ts +2 -2
- package/lib/request/resize-opensearch-cluster-vertical-request.d.ts +2 -2
- package/lib/request/update-opensearch-cluster-backup-request.d.ts +2 -2
- package/lib/request/update-opensearch-cluster-request.d.ts +2 -2
- package/lib/response/get-opensearch-cluster-backup-response.d.ts +1 -1
- package/lib/response/get-opensearch-cluster-response.d.ts +1 -1
- package/lib/response/list-opensearch-cluster-backups-response.d.ts +1 -1
- package/lib/response/list-opensearch-clusters-response.d.ts +1 -1
- package/lib/response/list-opensearch-versions-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/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -87,7 +87,7 @@ export declare class OpensearchClusterClient {
|
|
|
87
87
|
* @param BackupOpensearchClusterRequest
|
|
88
88
|
* @return BackupOpensearchClusterResponse
|
|
89
89
|
* @throws OciError when an error occurs
|
|
90
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
90
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opensearch/BackupOpensearchCluster.ts.html |here} to see how to use BackupOpensearchCluster API.
|
|
91
91
|
*/
|
|
92
92
|
backupOpensearchCluster(backupOpensearchClusterRequest: requests.BackupOpensearchClusterRequest): Promise<responses.BackupOpensearchClusterResponse>;
|
|
93
93
|
/**
|
|
@@ -97,7 +97,7 @@ export declare class OpensearchClusterClient {
|
|
|
97
97
|
* @param CreateOpensearchClusterRequest
|
|
98
98
|
* @return CreateOpensearchClusterResponse
|
|
99
99
|
* @throws OciError when an error occurs
|
|
100
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opensearch/CreateOpensearchCluster.ts.html |here} to see how to use CreateOpensearchCluster API.
|
|
101
101
|
*/
|
|
102
102
|
createOpensearchCluster(createOpensearchClusterRequest: requests.CreateOpensearchClusterRequest): Promise<responses.CreateOpensearchClusterResponse>;
|
|
103
103
|
/**
|
|
@@ -106,7 +106,7 @@ export declare class OpensearchClusterClient {
|
|
|
106
106
|
* @param DeleteOpensearchClusterRequest
|
|
107
107
|
* @return DeleteOpensearchClusterResponse
|
|
108
108
|
* @throws OciError when an error occurs
|
|
109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opensearch/DeleteOpensearchCluster.ts.html |here} to see how to use DeleteOpensearchCluster API.
|
|
110
110
|
*/
|
|
111
111
|
deleteOpensearchCluster(deleteOpensearchClusterRequest: requests.DeleteOpensearchClusterRequest): Promise<responses.DeleteOpensearchClusterResponse>;
|
|
112
112
|
/**
|
|
@@ -115,7 +115,7 @@ export declare class OpensearchClusterClient {
|
|
|
115
115
|
* @param GetOpensearchClusterRequest
|
|
116
116
|
* @return GetOpensearchClusterResponse
|
|
117
117
|
* @throws OciError when an error occurs
|
|
118
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opensearch/GetOpensearchCluster.ts.html |here} to see how to use GetOpensearchCluster API.
|
|
119
119
|
*/
|
|
120
120
|
getOpensearchCluster(getOpensearchClusterRequest: requests.GetOpensearchClusterRequest): Promise<responses.GetOpensearchClusterResponse>;
|
|
121
121
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class OpensearchClusterClient {
|
|
|
124
124
|
* @param GetWorkRequestRequest
|
|
125
125
|
* @return GetWorkRequestResponse
|
|
126
126
|
* @throws OciError when an error occurs
|
|
127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opensearch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
128
128
|
*/
|
|
129
129
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
130
130
|
/**
|
|
@@ -134,7 +134,7 @@ export declare class OpensearchClusterClient {
|
|
|
134
134
|
* @param ListOpensearchClustersRequest
|
|
135
135
|
* @return ListOpensearchClustersResponse
|
|
136
136
|
* @throws OciError when an error occurs
|
|
137
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opensearch/ListOpensearchClusters.ts.html |here} to see how to use ListOpensearchClusters API.
|
|
138
138
|
*/
|
|
139
139
|
listOpensearchClusters(listOpensearchClustersRequest: requests.ListOpensearchClustersRequest): Promise<responses.ListOpensearchClustersResponse>;
|
|
140
140
|
/**
|
|
@@ -144,7 +144,7 @@ export declare class OpensearchClusterClient {
|
|
|
144
144
|
* @param ListOpensearchVersionsRequest
|
|
145
145
|
* @return ListOpensearchVersionsResponse
|
|
146
146
|
* @throws OciError when an error occurs
|
|
147
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
147
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opensearch/ListOpensearchVersions.ts.html |here} to see how to use ListOpensearchVersions API.
|
|
148
148
|
*/
|
|
149
149
|
listOpensearchVersions(listOpensearchVersionsRequest: requests.ListOpensearchVersionsRequest): Promise<responses.ListOpensearchVersionsResponse>;
|
|
150
150
|
/**
|
|
@@ -154,7 +154,7 @@ export declare class OpensearchClusterClient {
|
|
|
154
154
|
* @param ListWorkRequestErrorsRequest
|
|
155
155
|
* @return ListWorkRequestErrorsResponse
|
|
156
156
|
* @throws OciError when an error occurs
|
|
157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opensearch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
158
158
|
*/
|
|
159
159
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
160
160
|
/**
|
|
@@ -164,7 +164,7 @@ export declare class OpensearchClusterClient {
|
|
|
164
164
|
* @param ListWorkRequestLogsRequest
|
|
165
165
|
* @return ListWorkRequestLogsResponse
|
|
166
166
|
* @throws OciError when an error occurs
|
|
167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opensearch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
168
168
|
*/
|
|
169
169
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
170
170
|
/**
|
|
@@ -174,7 +174,7 @@ export declare class OpensearchClusterClient {
|
|
|
174
174
|
* @param ListWorkRequestsRequest
|
|
175
175
|
* @return ListWorkRequestsResponse
|
|
176
176
|
* @throws OciError when an error occurs
|
|
177
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opensearch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
178
178
|
*/
|
|
179
179
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
180
180
|
/**
|
|
@@ -183,7 +183,7 @@ export declare class OpensearchClusterClient {
|
|
|
183
183
|
* @param OpensearchClusterRestoreRequest
|
|
184
184
|
* @return OpensearchClusterRestoreResponse
|
|
185
185
|
* @throws OciError when an error occurs
|
|
186
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
186
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opensearch/OpensearchClusterRestore.ts.html |here} to see how to use OpensearchClusterRestore API.
|
|
187
187
|
*/
|
|
188
188
|
opensearchClusterRestore(opensearchClusterRestoreRequest: requests.OpensearchClusterRestoreRequest): Promise<responses.OpensearchClusterRestoreResponse>;
|
|
189
189
|
/**
|
|
@@ -192,7 +192,7 @@ export declare class OpensearchClusterClient {
|
|
|
192
192
|
* @param ResizeOpensearchClusterHorizontalRequest
|
|
193
193
|
* @return ResizeOpensearchClusterHorizontalResponse
|
|
194
194
|
* @throws OciError when an error occurs
|
|
195
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
195
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opensearch/ResizeOpensearchClusterHorizontal.ts.html |here} to see how to use ResizeOpensearchClusterHorizontal API.
|
|
196
196
|
*/
|
|
197
197
|
resizeOpensearchClusterHorizontal(resizeOpensearchClusterHorizontalRequest: requests.ResizeOpensearchClusterHorizontalRequest): Promise<responses.ResizeOpensearchClusterHorizontalResponse>;
|
|
198
198
|
/**
|
|
@@ -201,7 +201,7 @@ export declare class OpensearchClusterClient {
|
|
|
201
201
|
* @param ResizeOpensearchClusterVerticalRequest
|
|
202
202
|
* @return ResizeOpensearchClusterVerticalResponse
|
|
203
203
|
* @throws OciError when an error occurs
|
|
204
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
204
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opensearch/ResizeOpensearchClusterVertical.ts.html |here} to see how to use ResizeOpensearchClusterVertical API.
|
|
205
205
|
*/
|
|
206
206
|
resizeOpensearchClusterVertical(resizeOpensearchClusterVerticalRequest: requests.ResizeOpensearchClusterVerticalRequest): Promise<responses.ResizeOpensearchClusterVerticalResponse>;
|
|
207
207
|
/**
|
|
@@ -210,7 +210,7 @@ export declare class OpensearchClusterClient {
|
|
|
210
210
|
* @param UpdateOpensearchClusterRequest
|
|
211
211
|
* @return UpdateOpensearchClusterResponse
|
|
212
212
|
* @throws OciError when an error occurs
|
|
213
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
213
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opensearch/UpdateOpensearchCluster.ts.html |here} to see how to use UpdateOpensearchCluster API.
|
|
214
214
|
*/
|
|
215
215
|
updateOpensearchCluster(updateOpensearchClusterRequest: requests.UpdateOpensearchClusterRequest): Promise<responses.UpdateOpensearchClusterResponse>;
|
|
216
216
|
}
|
|
@@ -286,7 +286,7 @@ export declare class OpensearchClusterBackupClient {
|
|
|
286
286
|
* @param DeleteOpensearchClusterBackupRequest
|
|
287
287
|
* @return DeleteOpensearchClusterBackupResponse
|
|
288
288
|
* @throws OciError when an error occurs
|
|
289
|
-
* @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.77.0/opensearch/DeleteOpensearchClusterBackup.ts.html |here} to see how to use DeleteOpensearchClusterBackup API.
|
|
290
290
|
*/
|
|
291
291
|
deleteOpensearchClusterBackup(deleteOpensearchClusterBackupRequest: requests.DeleteOpensearchClusterBackupRequest): Promise<responses.DeleteOpensearchClusterBackupResponse>;
|
|
292
292
|
/**
|
|
@@ -295,7 +295,7 @@ export declare class OpensearchClusterBackupClient {
|
|
|
295
295
|
* @param GetOpensearchClusterBackupRequest
|
|
296
296
|
* @return GetOpensearchClusterBackupResponse
|
|
297
297
|
* @throws OciError when an error occurs
|
|
298
|
-
* @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.77.0/opensearch/GetOpensearchClusterBackup.ts.html |here} to see how to use GetOpensearchClusterBackup API.
|
|
299
299
|
*/
|
|
300
300
|
getOpensearchClusterBackup(getOpensearchClusterBackupRequest: requests.GetOpensearchClusterBackupRequest): Promise<responses.GetOpensearchClusterBackupResponse>;
|
|
301
301
|
/**
|
|
@@ -305,7 +305,7 @@ export declare class OpensearchClusterBackupClient {
|
|
|
305
305
|
* @param ListOpensearchClusterBackupsRequest
|
|
306
306
|
* @return ListOpensearchClusterBackupsResponse
|
|
307
307
|
* @throws OciError when an error occurs
|
|
308
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
308
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opensearch/ListOpensearchClusterBackups.ts.html |here} to see how to use ListOpensearchClusterBackups API.
|
|
309
309
|
*/
|
|
310
310
|
listOpensearchClusterBackups(listOpensearchClusterBackupsRequest: requests.ListOpensearchClusterBackupsRequest): Promise<responses.ListOpensearchClusterBackupsResponse>;
|
|
311
311
|
/**
|
|
@@ -314,7 +314,7 @@ export declare class OpensearchClusterBackupClient {
|
|
|
314
314
|
* @param UpdateOpensearchClusterBackupRequest
|
|
315
315
|
* @return UpdateOpensearchClusterBackupResponse
|
|
316
316
|
* @throws OciError when an error occurs
|
|
317
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
317
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opensearch/UpdateOpensearchClusterBackup.ts.html |here} to see how to use UpdateOpensearchClusterBackup API.
|
|
318
318
|
*/
|
|
319
319
|
updateOpensearchClusterBackup(updateOpensearchClusterBackupRequest: requests.UpdateOpensearchClusterBackupRequest): Promise<responses.UpdateOpensearchClusterBackupResponse>;
|
|
320
320
|
}
|
package/lib/client.js
CHANGED
|
@@ -188,7 +188,7 @@ class OpensearchClusterClient {
|
|
|
188
188
|
* @param BackupOpensearchClusterRequest
|
|
189
189
|
* @return BackupOpensearchClusterResponse
|
|
190
190
|
* @throws OciError when an error occurs
|
|
191
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
191
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opensearch/BackupOpensearchCluster.ts.html |here} to see how to use BackupOpensearchCluster API.
|
|
192
192
|
*/
|
|
193
193
|
backupOpensearchCluster(backupOpensearchClusterRequest) {
|
|
194
194
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -251,7 +251,7 @@ class OpensearchClusterClient {
|
|
|
251
251
|
* @param CreateOpensearchClusterRequest
|
|
252
252
|
* @return CreateOpensearchClusterResponse
|
|
253
253
|
* @throws OciError when an error occurs
|
|
254
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opensearch/CreateOpensearchCluster.ts.html |here} to see how to use CreateOpensearchCluster API.
|
|
255
255
|
*/
|
|
256
256
|
createOpensearchCluster(createOpensearchClusterRequest) {
|
|
257
257
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -310,7 +310,7 @@ class OpensearchClusterClient {
|
|
|
310
310
|
* @param DeleteOpensearchClusterRequest
|
|
311
311
|
* @return DeleteOpensearchClusterResponse
|
|
312
312
|
* @throws OciError when an error occurs
|
|
313
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
313
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opensearch/DeleteOpensearchCluster.ts.html |here} to see how to use DeleteOpensearchCluster API.
|
|
314
314
|
*/
|
|
315
315
|
deleteOpensearchCluster(deleteOpensearchClusterRequest) {
|
|
316
316
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -370,7 +370,7 @@ class OpensearchClusterClient {
|
|
|
370
370
|
* @param GetOpensearchClusterRequest
|
|
371
371
|
* @return GetOpensearchClusterResponse
|
|
372
372
|
* @throws OciError when an error occurs
|
|
373
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
373
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opensearch/GetOpensearchCluster.ts.html |here} to see how to use GetOpensearchCluster API.
|
|
374
374
|
*/
|
|
375
375
|
getOpensearchCluster(getOpensearchClusterRequest) {
|
|
376
376
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -433,7 +433,7 @@ class OpensearchClusterClient {
|
|
|
433
433
|
* @param GetWorkRequestRequest
|
|
434
434
|
* @return GetWorkRequestResponse
|
|
435
435
|
* @throws OciError when an error occurs
|
|
436
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
436
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opensearch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
437
437
|
*/
|
|
438
438
|
getWorkRequest(getWorkRequestRequest) {
|
|
439
439
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -497,7 +497,7 @@ class OpensearchClusterClient {
|
|
|
497
497
|
* @param ListOpensearchClustersRequest
|
|
498
498
|
* @return ListOpensearchClustersResponse
|
|
499
499
|
* @throws OciError when an error occurs
|
|
500
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
500
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opensearch/ListOpensearchClusters.ts.html |here} to see how to use ListOpensearchClusters API.
|
|
501
501
|
*/
|
|
502
502
|
listOpensearchClusters(listOpensearchClustersRequest) {
|
|
503
503
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -568,7 +568,7 @@ class OpensearchClusterClient {
|
|
|
568
568
|
* @param ListOpensearchVersionsRequest
|
|
569
569
|
* @return ListOpensearchVersionsResponse
|
|
570
570
|
* @throws OciError when an error occurs
|
|
571
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
571
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opensearch/ListOpensearchVersions.ts.html |here} to see how to use ListOpensearchVersions API.
|
|
572
572
|
*/
|
|
573
573
|
listOpensearchVersions(listOpensearchVersionsRequest) {
|
|
574
574
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -633,7 +633,7 @@ class OpensearchClusterClient {
|
|
|
633
633
|
* @param ListWorkRequestErrorsRequest
|
|
634
634
|
* @return ListWorkRequestErrorsResponse
|
|
635
635
|
* @throws OciError when an error occurs
|
|
636
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
636
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opensearch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
637
637
|
*/
|
|
638
638
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
639
639
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -700,7 +700,7 @@ class OpensearchClusterClient {
|
|
|
700
700
|
* @param ListWorkRequestLogsRequest
|
|
701
701
|
* @return ListWorkRequestLogsResponse
|
|
702
702
|
* @throws OciError when an error occurs
|
|
703
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
703
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opensearch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
704
704
|
*/
|
|
705
705
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
706
706
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -767,7 +767,7 @@ class OpensearchClusterClient {
|
|
|
767
767
|
* @param ListWorkRequestsRequest
|
|
768
768
|
* @return ListWorkRequestsResponse
|
|
769
769
|
* @throws OciError when an error occurs
|
|
770
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
770
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opensearch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
771
771
|
*/
|
|
772
772
|
listWorkRequests(listWorkRequestsRequest) {
|
|
773
773
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -834,7 +834,7 @@ class OpensearchClusterClient {
|
|
|
834
834
|
* @param OpensearchClusterRestoreRequest
|
|
835
835
|
* @return OpensearchClusterRestoreResponse
|
|
836
836
|
* @throws OciError when an error occurs
|
|
837
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
837
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opensearch/OpensearchClusterRestore.ts.html |here} to see how to use OpensearchClusterRestore API.
|
|
838
838
|
*/
|
|
839
839
|
opensearchClusterRestore(opensearchClusterRestoreRequest) {
|
|
840
840
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -896,7 +896,7 @@ class OpensearchClusterClient {
|
|
|
896
896
|
* @param ResizeOpensearchClusterHorizontalRequest
|
|
897
897
|
* @return ResizeOpensearchClusterHorizontalResponse
|
|
898
898
|
* @throws OciError when an error occurs
|
|
899
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
899
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opensearch/ResizeOpensearchClusterHorizontal.ts.html |here} to see how to use ResizeOpensearchClusterHorizontal API.
|
|
900
900
|
*/
|
|
901
901
|
resizeOpensearchClusterHorizontal(resizeOpensearchClusterHorizontalRequest) {
|
|
902
902
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -958,7 +958,7 @@ class OpensearchClusterClient {
|
|
|
958
958
|
* @param ResizeOpensearchClusterVerticalRequest
|
|
959
959
|
* @return ResizeOpensearchClusterVerticalResponse
|
|
960
960
|
* @throws OciError when an error occurs
|
|
961
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
961
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opensearch/ResizeOpensearchClusterVertical.ts.html |here} to see how to use ResizeOpensearchClusterVertical API.
|
|
962
962
|
*/
|
|
963
963
|
resizeOpensearchClusterVertical(resizeOpensearchClusterVerticalRequest) {
|
|
964
964
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1020,7 +1020,7 @@ class OpensearchClusterClient {
|
|
|
1020
1020
|
* @param UpdateOpensearchClusterRequest
|
|
1021
1021
|
* @return UpdateOpensearchClusterResponse
|
|
1022
1022
|
* @throws OciError when an error occurs
|
|
1023
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1023
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opensearch/UpdateOpensearchCluster.ts.html |here} to see how to use UpdateOpensearchCluster API.
|
|
1024
1024
|
*/
|
|
1025
1025
|
updateOpensearchCluster(updateOpensearchClusterRequest) {
|
|
1026
1026
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1218,7 +1218,7 @@ class OpensearchClusterBackupClient {
|
|
|
1218
1218
|
* @param DeleteOpensearchClusterBackupRequest
|
|
1219
1219
|
* @return DeleteOpensearchClusterBackupResponse
|
|
1220
1220
|
* @throws OciError when an error occurs
|
|
1221
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opensearch/DeleteOpensearchClusterBackup.ts.html |here} to see how to use DeleteOpensearchClusterBackup API.
|
|
1222
1222
|
*/
|
|
1223
1223
|
deleteOpensearchClusterBackup(deleteOpensearchClusterBackupRequest) {
|
|
1224
1224
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1278,7 +1278,7 @@ class OpensearchClusterBackupClient {
|
|
|
1278
1278
|
* @param GetOpensearchClusterBackupRequest
|
|
1279
1279
|
* @return GetOpensearchClusterBackupResponse
|
|
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/opensearch/GetOpensearchClusterBackup.ts.html |here} to see how to use GetOpensearchClusterBackup API.
|
|
1282
1282
|
*/
|
|
1283
1283
|
getOpensearchClusterBackup(getOpensearchClusterBackupRequest) {
|
|
1284
1284
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1342,7 +1342,7 @@ class OpensearchClusterBackupClient {
|
|
|
1342
1342
|
* @param ListOpensearchClusterBackupsRequest
|
|
1343
1343
|
* @return ListOpensearchClusterBackupsResponse
|
|
1344
1344
|
* @throws OciError when an error occurs
|
|
1345
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1345
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opensearch/ListOpensearchClusterBackups.ts.html |here} to see how to use ListOpensearchClusterBackups API.
|
|
1346
1346
|
*/
|
|
1347
1347
|
listOpensearchClusterBackups(listOpensearchClusterBackupsRequest) {
|
|
1348
1348
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1413,7 +1413,7 @@ class OpensearchClusterBackupClient {
|
|
|
1413
1413
|
* @param UpdateOpensearchClusterBackupRequest
|
|
1414
1414
|
* @return UpdateOpensearchClusterBackupResponse
|
|
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/opensearch/UpdateOpensearchClusterBackup.ts.html |here} to see how to use UpdateOpensearchClusterBackup API.
|
|
1417
1417
|
*/
|
|
1418
1418
|
updateOpensearchClusterBackup(updateOpensearchClusterBackupRequest) {
|
|
1419
1419
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -113,7 +113,7 @@ export interface CreateOpensearchClusterDetails {
|
|
|
113
113
|
"securityMasterUserPasswordHash"?: string;
|
|
114
114
|
/**
|
|
115
115
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
116
|
-
* Example:
|
|
116
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
117
117
|
*
|
|
118
118
|
*/
|
|
119
119
|
"freeformTags"?: {
|
|
@@ -121,7 +121,7 @@ export interface CreateOpensearchClusterDetails {
|
|
|
121
121
|
};
|
|
122
122
|
/**
|
|
123
123
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
124
|
-
* Example:
|
|
124
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
125
125
|
*
|
|
126
126
|
*/
|
|
127
127
|
"definedTags"?: {
|
|
@@ -131,7 +131,7 @@ export interface CreateOpensearchClusterDetails {
|
|
|
131
131
|
};
|
|
132
132
|
/**
|
|
133
133
|
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
134
|
-
* Example:
|
|
134
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
135
135
|
*
|
|
136
136
|
*/
|
|
137
137
|
"systemTags"?: {
|
|
@@ -44,7 +44,7 @@ export interface ExportOpensearchClusterBackupDetails {
|
|
|
44
44
|
"prefix": string;
|
|
45
45
|
/**
|
|
46
46
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
47
|
-
* Example:
|
|
47
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
48
48
|
*
|
|
49
49
|
*/
|
|
50
50
|
"freeformTags"?: {
|
|
@@ -52,7 +52,7 @@ export interface ExportOpensearchClusterBackupDetails {
|
|
|
52
52
|
};
|
|
53
53
|
/**
|
|
54
54
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
55
|
-
* Example:
|
|
55
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
56
56
|
*
|
|
57
57
|
*/
|
|
58
58
|
"definedTags"?: {
|
|
@@ -64,7 +64,7 @@ export interface OpensearchClusterBackupSummary {
|
|
|
64
64
|
"sourceClusterDisplayName"?: string;
|
|
65
65
|
/**
|
|
66
66
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
67
|
-
* Example:
|
|
67
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
68
68
|
*
|
|
69
69
|
*/
|
|
70
70
|
"freeformTags"?: {
|
|
@@ -72,7 +72,7 @@ export interface OpensearchClusterBackupSummary {
|
|
|
72
72
|
};
|
|
73
73
|
/**
|
|
74
74
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
75
|
-
* Example:
|
|
75
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
76
76
|
*
|
|
77
77
|
*/
|
|
78
78
|
"definedTags"?: {
|
|
@@ -82,7 +82,7 @@ export interface OpensearchClusterBackupSummary {
|
|
|
82
82
|
};
|
|
83
83
|
/**
|
|
84
84
|
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
85
|
-
* Example:
|
|
85
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
86
86
|
*
|
|
87
87
|
*/
|
|
88
88
|
"systemTags"?: {
|
|
@@ -78,7 +78,7 @@ export interface OpensearchClusterBackup {
|
|
|
78
78
|
"sourceClusterDisplayName"?: string;
|
|
79
79
|
/**
|
|
80
80
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
81
|
-
* Example:
|
|
81
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
82
82
|
*
|
|
83
83
|
*/
|
|
84
84
|
"freeformTags"?: {
|
|
@@ -86,7 +86,7 @@ export interface OpensearchClusterBackup {
|
|
|
86
86
|
};
|
|
87
87
|
/**
|
|
88
88
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
89
|
-
* Example:
|
|
89
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
90
90
|
*
|
|
91
91
|
*/
|
|
92
92
|
"definedTags"?: {
|
|
@@ -96,7 +96,7 @@ export interface OpensearchClusterBackup {
|
|
|
96
96
|
};
|
|
97
97
|
/**
|
|
98
98
|
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
99
|
-
* Example:
|
|
99
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
100
100
|
*
|
|
101
101
|
*/
|
|
102
102
|
"systemTags"?: {
|
|
@@ -45,7 +45,7 @@ export interface OpensearchClusterSummary {
|
|
|
45
45
|
"lifecycleDetails"?: string;
|
|
46
46
|
/**
|
|
47
47
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
48
|
-
* Example:
|
|
48
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
49
49
|
*
|
|
50
50
|
*/
|
|
51
51
|
"freeformTags"?: {
|
|
@@ -53,7 +53,7 @@ export interface OpensearchClusterSummary {
|
|
|
53
53
|
};
|
|
54
54
|
/**
|
|
55
55
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
56
|
-
* Example:
|
|
56
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
57
57
|
*
|
|
58
58
|
*/
|
|
59
59
|
"definedTags"?: {
|
|
@@ -63,7 +63,7 @@ export interface OpensearchClusterSummary {
|
|
|
63
63
|
};
|
|
64
64
|
/**
|
|
65
65
|
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
66
|
-
* Example:
|
|
66
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
67
67
|
*
|
|
68
68
|
*/
|
|
69
69
|
"systemTags"?: {
|
|
@@ -51,7 +51,7 @@ export interface OpensearchCluster {
|
|
|
51
51
|
"lifecycleDetails"?: string;
|
|
52
52
|
/**
|
|
53
53
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
54
|
-
* Example:
|
|
54
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
55
55
|
*
|
|
56
56
|
*/
|
|
57
57
|
"freeformTags"?: {
|
|
@@ -59,7 +59,7 @@ export interface OpensearchCluster {
|
|
|
59
59
|
};
|
|
60
60
|
/**
|
|
61
61
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
62
|
-
* Example:
|
|
62
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
63
63
|
*
|
|
64
64
|
*/
|
|
65
65
|
"definedTags"?: {
|
|
@@ -69,7 +69,7 @@ export interface OpensearchCluster {
|
|
|
69
69
|
};
|
|
70
70
|
/**
|
|
71
71
|
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
72
|
-
* Example:
|
|
72
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
73
73
|
*
|
|
74
74
|
*/
|
|
75
75
|
"systemTags"?: {
|
|
@@ -28,7 +28,7 @@ export interface ResizeOpensearchClusterHorizontalDetails {
|
|
|
28
28
|
"opendashboardNodeCount"?: number;
|
|
29
29
|
/**
|
|
30
30
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
31
|
-
* Example:
|
|
31
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
"freeformTags"?: {
|
|
@@ -36,7 +36,7 @@ export interface ResizeOpensearchClusterHorizontalDetails {
|
|
|
36
36
|
};
|
|
37
37
|
/**
|
|
38
38
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
39
|
-
* Example:
|
|
39
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
"definedTags"?: {
|
|
@@ -44,7 +44,7 @@ export interface ResizeOpensearchClusterVerticalDetails {
|
|
|
44
44
|
"opendashboardNodeHostMemoryGB"?: number;
|
|
45
45
|
/**
|
|
46
46
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
47
|
-
* Example:
|
|
47
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
48
48
|
*
|
|
49
49
|
*/
|
|
50
50
|
"freeformTags"?: {
|
|
@@ -52,7 +52,7 @@ export interface ResizeOpensearchClusterVerticalDetails {
|
|
|
52
52
|
};
|
|
53
53
|
/**
|
|
54
54
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
55
|
-
* Example:
|
|
55
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
56
56
|
*
|
|
57
57
|
*/
|
|
58
58
|
"definedTags"?: {
|
|
@@ -20,7 +20,7 @@ export interface UpdateOpensearchClusterBackupDetails {
|
|
|
20
20
|
"displayName": string;
|
|
21
21
|
/**
|
|
22
22
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
23
|
-
* Example:
|
|
23
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
"freeformTags"?: {
|
|
@@ -28,7 +28,7 @@ export interface UpdateOpensearchClusterBackupDetails {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
31
|
-
* Example:
|
|
31
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
"definedTags"?: {
|
|
@@ -36,7 +36,7 @@ export interface UpdateOpensearchClusterDetails {
|
|
|
36
36
|
"securityMasterUserPasswordHash"?: string;
|
|
37
37
|
/**
|
|
38
38
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
39
|
-
* Example:
|
|
39
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
"freeformTags"?: {
|
|
@@ -44,7 +44,7 @@ export interface UpdateOpensearchClusterDetails {
|
|
|
44
44
|
};
|
|
45
45
|
/**
|
|
46
46
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
47
|
-
* Example:
|
|
47
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
48
48
|
*
|
|
49
49
|
*/
|
|
50
50
|
"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/opensearch/BackupOpensearchCluster.ts.html |here} to see how to use BackupOpensearchClusterRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface BackupOpensearchClusterRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface BackupOpensearchClusterRequest extends common.BaseRequest {
|
|
|
26
26
|
"backupOpensearchClusterDetails": model.BackupOpensearchClusterDetails;
|
|
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.
|
|
@@ -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/opensearch/CreateOpensearchCluster.ts.html |here} to see how to use CreateOpensearchClusterRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateOpensearchClusterRequest 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/opensearch/DeleteOpensearchClusterBackup.ts.html |here} to see how to use DeleteOpensearchClusterBackupRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteOpensearchClusterBackupRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface DeleteOpensearchClusterBackupRequest extends common.BaseRequest
|
|
|
21
21
|
"opensearchClusterBackupId": 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/opensearch/DeleteOpensearchCluster.ts.html |here} to see how to use DeleteOpensearchClusterRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteOpensearchClusterRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface DeleteOpensearchClusterRequest extends common.BaseRequest {
|
|
|
21
21
|
"opensearchClusterId": 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/opensearch/GetOpensearchClusterBackup.ts.html |here} to see how to use GetOpensearchClusterBackupRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetOpensearchClusterBackupRequest 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/opensearch/GetOpensearchCluster.ts.html |here} to see how to use GetOpensearchClusterRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetOpensearchClusterRequest 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/opensearch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest 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/opensearch/ListOpensearchClusterBackups.ts.html |here} to see how to use ListOpensearchClusterBackupsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListOpensearchClusterBackupsRequest 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/opensearch/ListOpensearchClusters.ts.html |here} to see how to use ListOpensearchClustersRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListOpensearchClustersRequest 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/opensearch/ListOpensearchVersions.ts.html |here} to see how to use ListOpensearchVersionsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListOpensearchVersionsRequest 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/opensearch/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/opensearch/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/opensearch/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/opensearch/OpensearchClusterRestore.ts.html |here} to see how to use OpensearchClusterRestoreRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface OpensearchClusterRestoreRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface OpensearchClusterRestoreRequest extends common.BaseRequest {
|
|
|
26
26
|
"restoreOpensearchClusterDetails": model.RestoreOpensearchClusterDetails;
|
|
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.
|
|
@@ -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/opensearch/ResizeOpensearchClusterHorizontal.ts.html |here} to see how to use ResizeOpensearchClusterHorizontalRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ResizeOpensearchClusterHorizontalRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface ResizeOpensearchClusterHorizontalRequest extends common.BaseReq
|
|
|
26
26
|
"resizeOpensearchClusterHorizontalDetails": model.ResizeOpensearchClusterHorizontalDetails;
|
|
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.
|
|
@@ -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/opensearch/ResizeOpensearchClusterVertical.ts.html |here} to see how to use ResizeOpensearchClusterVerticalRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ResizeOpensearchClusterVerticalRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface ResizeOpensearchClusterVerticalRequest extends common.BaseReque
|
|
|
26
26
|
"resizeOpensearchClusterVerticalDetails": model.ResizeOpensearchClusterVerticalDetails;
|
|
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.
|
|
@@ -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/opensearch/UpdateOpensearchClusterBackup.ts.html |here} to see how to use UpdateOpensearchClusterBackupRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateOpensearchClusterBackupRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface UpdateOpensearchClusterBackupRequest extends common.BaseRequest
|
|
|
26
26
|
"updateOpensearchClusterBackupDetails": model.UpdateOpensearchClusterBackupDetails;
|
|
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.
|
|
@@ -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/opensearch/UpdateOpensearchCluster.ts.html |here} to see how to use UpdateOpensearchClusterRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateOpensearchClusterRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface UpdateOpensearchClusterRequest extends common.BaseRequest {
|
|
|
26
26
|
"updateOpensearchClusterDetails": model.UpdateOpensearchClusterDetails;
|
|
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 ListOpensearchClusterBackupsResponse {
|
|
|
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 ListOpensearchClustersResponse {
|
|
|
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 ListOpensearchVersionsResponse {
|
|
|
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-opensearch",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.77.0",
|
|
4
4
|
"description": "OCI NodeJS client for Opensearch 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"
|