oci-keymanagement 2.78.0 → 2.79.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/index.d.ts +3 -0
- package/index.js +4 -1
- package/index.js.map +1 -1
- package/lib/client.d.ts +253 -46
- package/lib/client.js +995 -47
- package/lib/client.js.map +1 -1
- package/lib/kmshsmcluster-waiter.d.ts +38 -0
- package/lib/kmshsmcluster-waiter.js +78 -0
- package/lib/kmshsmcluster-waiter.js.map +1 -0
- package/lib/model/change-hsm-cluster-compartment-details.d.ts +26 -0
- package/lib/model/change-hsm-cluster-compartment-details.js +30 -0
- package/lib/model/change-hsm-cluster-compartment-details.js.map +1 -0
- package/lib/model/create-hsm-cluster-details.d.ts +52 -0
- package/lib/model/create-hsm-cluster-details.js +30 -0
- package/lib/model/create-hsm-cluster-details.js.map +1 -0
- package/lib/model/hsm-cluster-collection.d.ts +27 -0
- package/lib/model/hsm-cluster-collection.js +62 -0
- package/lib/model/hsm-cluster-collection.js.map +1 -0
- package/lib/model/hsm-cluster-summary.d.ts +87 -0
- package/lib/model/hsm-cluster-summary.js +30 -0
- package/lib/model/hsm-cluster-summary.js.map +1 -0
- package/lib/model/hsm-cluster.d.ts +105 -0
- package/lib/model/hsm-cluster.js +49 -0
- package/lib/model/hsm-cluster.js.map +1 -0
- package/lib/model/hsm-partition-collection.d.ts +27 -0
- package/lib/model/hsm-partition-collection.js +62 -0
- package/lib/model/hsm-partition-collection.js.map +1 -0
- package/lib/model/hsm-partition-summary.d.ts +57 -0
- package/lib/model/hsm-partition-summary.js +62 -0
- package/lib/model/hsm-partition-summary.js.map +1 -0
- package/lib/model/hsm-partition.d.ts +64 -0
- package/lib/model/hsm-partition.js +74 -0
- package/lib/model/hsm-partition.js.map +1 -0
- package/lib/model/index.d.ts +26 -0
- package/lib/model/index.js +28 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/port-information.d.ts +39 -0
- package/lib/model/port-information.js +40 -0
- package/lib/model/port-information.js.map +1 -0
- package/lib/model/pre-co-user-credentials.d.ts +30 -0
- package/lib/model/pre-co-user-credentials.js +30 -0
- package/lib/model/pre-co-user-credentials.js.map +1 -0
- package/lib/model/schedule-hsm-cluster-deletion-details.d.ts +31 -0
- package/lib/model/schedule-hsm-cluster-deletion-details.js +30 -0
- package/lib/model/schedule-hsm-cluster-deletion-details.js.map +1 -0
- package/lib/model/sign-data-details.d.ts +8 -0
- package/lib/model/sign-data-details.js.map +1 -1
- package/lib/model/update-hsm-cluster-details.d.ts +48 -0
- package/lib/model/update-hsm-cluster-details.js +30 -0
- package/lib/model/update-hsm-cluster-details.js.map +1 -0
- package/lib/model/upload-partition-certificates-details.d.ts +30 -0
- package/lib/model/upload-partition-certificates-details.js +30 -0
- package/lib/model/upload-partition-certificates-details.js.map +1 -0
- package/lib/request/backup-key-request.d.ts +1 -1
- package/lib/request/backup-vault-request.d.ts +1 -1
- package/lib/request/cancel-hsm-cluster-deletion-request.d.ts +48 -0
- package/lib/request/cancel-hsm-cluster-deletion-request.js +15 -0
- package/lib/request/cancel-hsm-cluster-deletion-request.js.map +1 -0
- package/lib/request/cancel-key-deletion-request.d.ts +1 -1
- package/lib/request/cancel-key-version-deletion-request.d.ts +1 -1
- package/lib/request/cancel-vault-deletion-request.d.ts +1 -1
- package/lib/request/change-hsm-cluster-compartment-request.d.ts +53 -0
- package/lib/request/change-hsm-cluster-compartment-request.js +15 -0
- package/lib/request/change-hsm-cluster-compartment-request.js.map +1 -0
- package/lib/request/change-key-compartment-request.d.ts +1 -1
- package/lib/request/change-vault-compartment-request.d.ts +1 -1
- package/lib/request/create-ekms-private-endpoint-request.d.ts +1 -1
- package/lib/request/create-hsm-cluster-request.d.ts +40 -0
- package/lib/request/create-hsm-cluster-request.js +15 -0
- package/lib/request/create-hsm-cluster-request.js.map +1 -0
- package/lib/request/create-key-request.d.ts +1 -1
- package/lib/request/create-key-version-request.d.ts +1 -1
- package/lib/request/create-vault-replica-request.d.ts +1 -1
- package/lib/request/create-vault-request.d.ts +1 -1
- package/lib/request/decrypt-request.d.ts +1 -1
- package/lib/request/delete-ekms-private-endpoint-request.d.ts +1 -1
- package/lib/request/delete-vault-replica-request.d.ts +1 -1
- package/lib/request/disable-key-request.d.ts +1 -1
- package/lib/request/download-certificate-signing-request-request.d.ts +48 -0
- package/lib/request/download-certificate-signing-request-request.js +15 -0
- package/lib/request/download-certificate-signing-request-request.js.map +1 -0
- package/lib/request/enable-key-request.d.ts +1 -1
- package/lib/request/encrypt-request.d.ts +1 -1
- package/lib/request/export-key-request.d.ts +1 -1
- package/lib/request/generate-data-encryption-key-request.d.ts +1 -1
- package/lib/request/get-ekms-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-hsm-cluster-request.d.ts +29 -0
- package/lib/request/get-hsm-cluster-request.js +15 -0
- package/lib/request/get-hsm-cluster-request.js.map +1 -0
- package/lib/request/get-hsm-partition-request.d.ts +43 -0
- package/lib/request/get-hsm-partition-request.js +15 -0
- package/lib/request/get-hsm-partition-request.js.map +1 -0
- package/lib/request/get-key-request.d.ts +1 -1
- package/lib/request/get-key-version-request.d.ts +1 -1
- package/lib/request/get-pre-co-user-credentials-request.d.ts +39 -0
- package/lib/request/get-pre-co-user-credentials-request.js +15 -0
- package/lib/request/get-pre-co-user-credentials-request.js.map +1 -0
- package/lib/request/get-replication-status-request.d.ts +1 -1
- package/lib/request/get-vault-request.d.ts +1 -1
- package/lib/request/get-vault-usage-request.d.ts +1 -1
- package/lib/request/get-wrapping-key-request.d.ts +1 -1
- package/lib/request/import-key-request.d.ts +1 -1
- package/lib/request/import-key-version-request.d.ts +1 -1
- package/lib/request/index.d.ts +24 -0
- package/lib/request/index.js +5 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-ekms-private-endpoints-request.d.ts +1 -1
- package/lib/request/list-hsm-clusters-request.d.ts +62 -0
- package/lib/request/list-hsm-clusters-request.js +29 -0
- package/lib/request/list-hsm-clusters-request.js.map +1 -0
- package/lib/request/list-hsm-partitions-request.d.ts +66 -0
- package/lib/request/list-hsm-partitions-request.js +29 -0
- package/lib/request/list-hsm-partitions-request.js.map +1 -0
- package/lib/request/list-key-versions-request.d.ts +1 -1
- package/lib/request/list-keys-request.d.ts +1 -1
- package/lib/request/list-vault-replicas-request.d.ts +1 -1
- package/lib/request/list-vaults-request.d.ts +1 -1
- package/lib/request/restore-key-from-file-request.d.ts +1 -1
- package/lib/request/restore-key-from-object-store-request.d.ts +1 -1
- package/lib/request/restore-vault-from-file-request.d.ts +1 -1
- package/lib/request/restore-vault-from-object-store-request.d.ts +1 -1
- package/lib/request/schedule-hsm-cluster-deletion-request.d.ts +53 -0
- package/lib/request/schedule-hsm-cluster-deletion-request.js +15 -0
- package/lib/request/schedule-hsm-cluster-deletion-request.js.map +1 -0
- package/lib/request/schedule-key-deletion-request.d.ts +1 -1
- package/lib/request/schedule-key-version-deletion-request.d.ts +1 -1
- package/lib/request/schedule-vault-deletion-request.d.ts +1 -1
- package/lib/request/sign-request.d.ts +1 -1
- package/lib/request/update-ekms-private-endpoint-request.d.ts +1 -1
- package/lib/request/update-hsm-cluster-request.d.ts +43 -0
- package/lib/request/update-hsm-cluster-request.js +15 -0
- package/lib/request/update-hsm-cluster-request.js.map +1 -0
- package/lib/request/update-key-request.d.ts +1 -1
- package/lib/request/update-vault-request.d.ts +1 -1
- package/lib/request/upload-partition-certificates-request.d.ts +53 -0
- package/lib/request/upload-partition-certificates-request.js +15 -0
- package/lib/request/upload-partition-certificates-request.js.map +1 -0
- package/lib/request/verify-request.d.ts +1 -1
- package/lib/response/cancel-hsm-cluster-deletion-response.d.ts +29 -0
- package/lib/response/cancel-hsm-cluster-deletion-response.js +15 -0
- package/lib/response/cancel-hsm-cluster-deletion-response.js.map +1 -0
- package/lib/response/change-hsm-cluster-compartment-response.d.ts +24 -0
- package/lib/response/change-hsm-cluster-compartment-response.js +15 -0
- package/lib/response/change-hsm-cluster-compartment-response.js.map +1 -0
- package/lib/response/create-hsm-cluster-response.d.ts +29 -0
- package/lib/response/create-hsm-cluster-response.js +15 -0
- package/lib/response/create-hsm-cluster-response.js.map +1 -0
- package/lib/response/download-certificate-signing-request-response.d.ts +28 -0
- package/lib/response/download-certificate-signing-request-response.js +15 -0
- package/lib/response/download-certificate-signing-request-response.js.map +1 -0
- package/lib/response/get-hsm-cluster-response.d.ts +29 -0
- package/lib/response/get-hsm-cluster-response.js +15 -0
- package/lib/response/get-hsm-cluster-response.js.map +1 -0
- package/lib/response/get-hsm-partition-response.d.ts +29 -0
- package/lib/response/get-hsm-partition-response.js +15 -0
- package/lib/response/get-hsm-partition-response.js.map +1 -0
- package/lib/response/get-pre-co-user-credentials-response.d.ts +29 -0
- package/lib/response/get-pre-co-user-credentials-response.js +15 -0
- package/lib/response/get-pre-co-user-credentials-response.js.map +1 -0
- package/lib/response/index.d.ts +24 -0
- package/lib/response/list-hsm-clusters-response.d.ts +33 -0
- package/lib/response/list-hsm-clusters-response.js +15 -0
- package/lib/response/list-hsm-clusters-response.js.map +1 -0
- package/lib/response/list-hsm-partitions-response.d.ts +33 -0
- package/lib/response/list-hsm-partitions-response.js +15 -0
- package/lib/response/list-hsm-partitions-response.js.map +1 -0
- package/lib/response/schedule-hsm-cluster-deletion-response.d.ts +29 -0
- package/lib/response/schedule-hsm-cluster-deletion-response.js +15 -0
- package/lib/response/schedule-hsm-cluster-deletion-response.js.map +1 -0
- package/lib/response/update-hsm-cluster-response.d.ts +29 -0
- package/lib/response/update-hsm-cluster-response.js +15 -0
- package/lib/response/update-hsm-cluster-response.js.map +1 -0
- package/lib/response/upload-partition-certificates-response.d.ts +24 -0
- package/lib/response/upload-partition-certificates-response.js +15 -0
- package/lib/response/upload-partition-certificates-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ import * as requests from "./request";
|
|
|
16
16
|
import * as model from "./model";
|
|
17
17
|
import * as responses from "./response";
|
|
18
18
|
import { EkmWaiter } from "./ekm-waiter";
|
|
19
|
+
import { KmsHsmClusterWaiter } from "./kmshsmcluster-waiter";
|
|
19
20
|
import { KmsManagementWaiter } from "./kmsmanagement-waiter";
|
|
20
21
|
import { KmsVaultWaiter } from "./kmsvault-waiter";
|
|
21
22
|
declare const Breaker: any;
|
|
@@ -95,7 +96,7 @@ export declare class EkmClient {
|
|
|
95
96
|
* @param CreateEkmsPrivateEndpointRequest
|
|
96
97
|
* @return CreateEkmsPrivateEndpointResponse
|
|
97
98
|
* @throws OciError when an error occurs
|
|
98
|
-
* @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.79.0/keymanagement/CreateEkmsPrivateEndpoint.ts.html |here} to see how to use CreateEkmsPrivateEndpoint API.
|
|
99
100
|
*/
|
|
100
101
|
createEkmsPrivateEndpoint(createEkmsPrivateEndpointRequest: requests.CreateEkmsPrivateEndpointRequest): Promise<responses.CreateEkmsPrivateEndpointResponse>;
|
|
101
102
|
/**
|
|
@@ -104,7 +105,7 @@ export declare class EkmClient {
|
|
|
104
105
|
* @param DeleteEkmsPrivateEndpointRequest
|
|
105
106
|
* @return DeleteEkmsPrivateEndpointResponse
|
|
106
107
|
* @throws OciError when an error occurs
|
|
107
|
-
* @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.79.0/keymanagement/DeleteEkmsPrivateEndpoint.ts.html |here} to see how to use DeleteEkmsPrivateEndpoint API.
|
|
108
109
|
*/
|
|
109
110
|
deleteEkmsPrivateEndpoint(deleteEkmsPrivateEndpointRequest: requests.DeleteEkmsPrivateEndpointRequest): Promise<responses.DeleteEkmsPrivateEndpointResponse>;
|
|
110
111
|
/**
|
|
@@ -113,7 +114,7 @@ export declare class EkmClient {
|
|
|
113
114
|
* @param GetEkmsPrivateEndpointRequest
|
|
114
115
|
* @return GetEkmsPrivateEndpointResponse
|
|
115
116
|
* @throws OciError when an error occurs
|
|
116
|
-
* @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.79.0/keymanagement/GetEkmsPrivateEndpoint.ts.html |here} to see how to use GetEkmsPrivateEndpoint API.
|
|
117
118
|
*/
|
|
118
119
|
getEkmsPrivateEndpoint(getEkmsPrivateEndpointRequest: requests.GetEkmsPrivateEndpointRequest): Promise<responses.GetEkmsPrivateEndpointResponse>;
|
|
119
120
|
/**
|
|
@@ -123,7 +124,7 @@ export declare class EkmClient {
|
|
|
123
124
|
* @param ListEkmsPrivateEndpointsRequest
|
|
124
125
|
* @return ListEkmsPrivateEndpointsResponse
|
|
125
126
|
* @throws OciError when an error occurs
|
|
126
|
-
* @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.79.0/keymanagement/ListEkmsPrivateEndpoints.ts.html |here} to see how to use ListEkmsPrivateEndpoints API.
|
|
127
128
|
*/
|
|
128
129
|
listEkmsPrivateEndpoints(listEkmsPrivateEndpointsRequest: requests.ListEkmsPrivateEndpointsRequest): Promise<responses.ListEkmsPrivateEndpointsResponse>;
|
|
129
130
|
/**
|
|
@@ -164,7 +165,7 @@ export declare class EkmClient {
|
|
|
164
165
|
* @param UpdateEkmsPrivateEndpointRequest
|
|
165
166
|
* @return UpdateEkmsPrivateEndpointResponse
|
|
166
167
|
* @throws OciError when an error occurs
|
|
167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
168
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/UpdateEkmsPrivateEndpoint.ts.html |here} to see how to use UpdateEkmsPrivateEndpoint API.
|
|
168
169
|
*/
|
|
169
170
|
updateEkmsPrivateEndpoint(updateEkmsPrivateEndpointRequest: requests.UpdateEkmsPrivateEndpointRequest): Promise<responses.UpdateEkmsPrivateEndpointResponse>;
|
|
170
171
|
}
|
|
@@ -213,7 +214,7 @@ export declare class KmsCryptoClient {
|
|
|
213
214
|
* @param DecryptRequest
|
|
214
215
|
* @return DecryptResponse
|
|
215
216
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/Decrypt.ts.html |here} to see how to use Decrypt API.
|
|
217
218
|
*/
|
|
218
219
|
decrypt(decryptRequest: requests.DecryptRequest): Promise<responses.DecryptResponse>;
|
|
219
220
|
/**
|
|
@@ -224,7 +225,7 @@ export declare class KmsCryptoClient {
|
|
|
224
225
|
* @param EncryptRequest
|
|
225
226
|
* @return EncryptResponse
|
|
226
227
|
* @throws OciError when an error occurs
|
|
227
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
228
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/Encrypt.ts.html |here} to see how to use Encrypt API.
|
|
228
229
|
*/
|
|
229
230
|
encrypt(encryptRequest: requests.EncryptRequest): Promise<responses.EncryptResponse>;
|
|
230
231
|
/**
|
|
@@ -237,7 +238,7 @@ export declare class KmsCryptoClient {
|
|
|
237
238
|
* @param ExportKeyRequest
|
|
238
239
|
* @return ExportKeyResponse
|
|
239
240
|
* @throws OciError when an error occurs
|
|
240
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
241
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/ExportKey.ts.html |here} to see how to use ExportKey API.
|
|
241
242
|
*/
|
|
242
243
|
exportKey(exportKeyRequest: requests.ExportKeyRequest): Promise<responses.ExportKeyResponse>;
|
|
243
244
|
/**
|
|
@@ -247,7 +248,7 @@ export declare class KmsCryptoClient {
|
|
|
247
248
|
* @param GenerateDataEncryptionKeyRequest
|
|
248
249
|
* @return GenerateDataEncryptionKeyResponse
|
|
249
250
|
* @throws OciError when an error occurs
|
|
250
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
251
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/GenerateDataEncryptionKey.ts.html |here} to see how to use GenerateDataEncryptionKey API.
|
|
251
252
|
*/
|
|
252
253
|
generateDataEncryptionKey(generateDataEncryptionKeyRequest: requests.GenerateDataEncryptionKeyRequest): Promise<responses.GenerateDataEncryptionKeyResponse>;
|
|
253
254
|
/**
|
|
@@ -260,7 +261,7 @@ export declare class KmsCryptoClient {
|
|
|
260
261
|
* @param SignRequest
|
|
261
262
|
* @return SignResponse
|
|
262
263
|
* @throws OciError when an error occurs
|
|
263
|
-
* @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.79.0/keymanagement/Sign.ts.html |here} to see how to use Sign API.
|
|
264
265
|
*/
|
|
265
266
|
sign(signRequest: requests.SignRequest): Promise<responses.SignResponse>;
|
|
266
267
|
/**
|
|
@@ -273,10 +274,216 @@ export declare class KmsCryptoClient {
|
|
|
273
274
|
* @param VerifyRequest
|
|
274
275
|
* @return VerifyResponse
|
|
275
276
|
* @throws OciError when an error occurs
|
|
276
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
277
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/Verify.ts.html |here} to see how to use Verify API.
|
|
277
278
|
*/
|
|
278
279
|
verify(verifyRequest: requests.VerifyRequest): Promise<responses.VerifyResponse>;
|
|
279
280
|
}
|
|
281
|
+
export declare enum KmsHsmClusterApiKeys {
|
|
282
|
+
}
|
|
283
|
+
/**
|
|
284
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
285
|
+
*/
|
|
286
|
+
export declare class KmsHsmClusterClient {
|
|
287
|
+
protected static serviceEndpointTemplate: string;
|
|
288
|
+
protected static endpointServiceName: string;
|
|
289
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean;
|
|
290
|
+
protected "_endpoint": string;
|
|
291
|
+
protected "_defaultHeaders": any;
|
|
292
|
+
protected "_waiters": KmsHsmClusterWaiter;
|
|
293
|
+
protected "_clientConfiguration": common.ClientConfiguration;
|
|
294
|
+
protected _circuitBreaker: typeof Breaker | null;
|
|
295
|
+
protected _httpOptions: any;
|
|
296
|
+
protected _bodyDuplexMode: any;
|
|
297
|
+
targetService: string;
|
|
298
|
+
protected _regionId: string;
|
|
299
|
+
protected "_region": common.Region;
|
|
300
|
+
protected _lastSetRegionOrRegionId: string;
|
|
301
|
+
protected _httpClient: common.HttpClient;
|
|
302
|
+
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
303
|
+
/**
|
|
304
|
+
* Get the endpoint that is being used to call (ex, https://www.example.com).
|
|
305
|
+
*/
|
|
306
|
+
get endpoint(): string;
|
|
307
|
+
/**
|
|
308
|
+
* Sets the endpoint to call (ex, https://www.example.com).
|
|
309
|
+
* @param endpoint The endpoint of the service.
|
|
310
|
+
*/
|
|
311
|
+
set endpoint(endpoint: string);
|
|
312
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
313
|
+
/**
|
|
314
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
315
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
316
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
317
|
+
*/
|
|
318
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
319
|
+
/**
|
|
320
|
+
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
321
|
+
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
322
|
+
* @param region The region of the service.
|
|
323
|
+
*/
|
|
324
|
+
set region(region: common.Region);
|
|
325
|
+
/**
|
|
326
|
+
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
327
|
+
*
|
|
328
|
+
* Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
|
|
329
|
+
* If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
|
|
330
|
+
* and then call {@link #endpoint(String) endpoint}.
|
|
331
|
+
* @param regionId The public region ID.
|
|
332
|
+
*/
|
|
333
|
+
set regionId(regionId: string);
|
|
334
|
+
/**
|
|
335
|
+
* Creates a new KmsHsmClusterWaiter for resources for this service.
|
|
336
|
+
*
|
|
337
|
+
* @param config The waiter configuration for termination and delay strategy
|
|
338
|
+
* @return The service waiters.
|
|
339
|
+
*/
|
|
340
|
+
createWaiters(config?: common.WaiterConfiguration): KmsHsmClusterWaiter;
|
|
341
|
+
/**
|
|
342
|
+
* Gets the waiters available for resources for this service.
|
|
343
|
+
*
|
|
344
|
+
* @return The service waiters.
|
|
345
|
+
*/
|
|
346
|
+
getWaiters(): KmsHsmClusterWaiter;
|
|
347
|
+
/**
|
|
348
|
+
* Shutdown the circuit breaker used by the client when it is no longer needed
|
|
349
|
+
*/
|
|
350
|
+
shutdownCircuitBreaker(): void;
|
|
351
|
+
/**
|
|
352
|
+
* Cancels deletion of specified HSM Cluster, restores it and associated HSM partitions to pre-deletion states.
|
|
353
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
354
|
+
* @param CancelHsmClusterDeletionRequest
|
|
355
|
+
* @return CancelHsmClusterDeletionResponse
|
|
356
|
+
* @throws OciError when an error occurs
|
|
357
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/CancelHsmClusterDeletion.ts.html |here} to see how to use CancelHsmClusterDeletion API.
|
|
358
|
+
*/
|
|
359
|
+
cancelHsmClusterDeletion(cancelHsmClusterDeletionRequest: requests.CancelHsmClusterDeletionRequest): Promise<responses.CancelHsmClusterDeletionResponse>;
|
|
360
|
+
/**
|
|
361
|
+
* Moves a HSM Cluster resource to a different compartment within the same tenancy.
|
|
362
|
+
*
|
|
363
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
364
|
+
* @param ChangeHsmClusterCompartmentRequest
|
|
365
|
+
* @return ChangeHsmClusterCompartmentResponse
|
|
366
|
+
* @throws OciError when an error occurs
|
|
367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/ChangeHsmClusterCompartment.ts.html |here} to see how to use ChangeHsmClusterCompartment API.
|
|
368
|
+
*/
|
|
369
|
+
changeHsmClusterCompartment(changeHsmClusterCompartmentRequest: requests.ChangeHsmClusterCompartmentRequest): Promise<responses.ChangeHsmClusterCompartmentResponse>;
|
|
370
|
+
/**
|
|
371
|
+
* Creates a new HSM cluster resource.
|
|
372
|
+
*
|
|
373
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
374
|
+
* @param CreateHsmClusterRequest
|
|
375
|
+
* @return CreateHsmClusterResponse
|
|
376
|
+
* @throws OciError when an error occurs
|
|
377
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/CreateHsmCluster.ts.html |here} to see how to use CreateHsmCluster API.
|
|
378
|
+
*/
|
|
379
|
+
createHsmCluster(createHsmClusterRequest: requests.CreateHsmClusterRequest): Promise<responses.CreateHsmClusterResponse>;
|
|
380
|
+
/**
|
|
381
|
+
* Retrieves the certificate signing request for the designated HSM Cluster resource.
|
|
382
|
+
*
|
|
383
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
384
|
+
* @param DownloadCertificateSigningRequestRequest
|
|
385
|
+
* @return DownloadCertificateSigningRequestResponse
|
|
386
|
+
* @throws OciError when an error occurs
|
|
387
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/DownloadCertificateSigningRequest.ts.html |here} to see how to use DownloadCertificateSigningRequest API.
|
|
388
|
+
*/
|
|
389
|
+
downloadCertificateSigningRequest(downloadCertificateSigningRequestRequest: requests.DownloadCertificateSigningRequestRequest): Promise<responses.DownloadCertificateSigningRequestResponse>;
|
|
390
|
+
/**
|
|
391
|
+
* Retrieves configuration details for the specified HSM Cluster resource.
|
|
392
|
+
* <p>
|
|
393
|
+
As a provisioning operation, this call is subject to a Key Management limit that applies to
|
|
394
|
+
* the total number of requests across all provisioning read operations. Key Management might
|
|
395
|
+
* throttle this call to reject an otherwise valid request when the total rate of provisioning
|
|
396
|
+
* read operations exceeds 10 requests per second for a given tenancy.
|
|
397
|
+
*
|
|
398
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
399
|
+
* @param GetHsmClusterRequest
|
|
400
|
+
* @return GetHsmClusterResponse
|
|
401
|
+
* @throws OciError when an error occurs
|
|
402
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/GetHsmCluster.ts.html |here} to see how to use GetHsmCluster API.
|
|
403
|
+
*/
|
|
404
|
+
getHsmCluster(getHsmClusterRequest: requests.GetHsmClusterRequest): Promise<responses.GetHsmClusterResponse>;
|
|
405
|
+
/**
|
|
406
|
+
* Retrieves HSM partition details for the specified HSM cluster.
|
|
407
|
+
*
|
|
408
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
409
|
+
* @param GetHsmPartitionRequest
|
|
410
|
+
* @return GetHsmPartitionResponse
|
|
411
|
+
* @throws OciError when an error occurs
|
|
412
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/GetHsmPartition.ts.html |here} to see how to use GetHsmPartition API.
|
|
413
|
+
*/
|
|
414
|
+
getHsmPartition(getHsmPartitionRequest: requests.GetHsmPartitionRequest): Promise<responses.GetHsmPartitionResponse>;
|
|
415
|
+
/**
|
|
416
|
+
* Retrieves Pre Crypto Officer user credentials for the specified HSM cluster.
|
|
417
|
+
*
|
|
418
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
419
|
+
* @param GetPreCoUserCredentialsRequest
|
|
420
|
+
* @return GetPreCoUserCredentialsResponse
|
|
421
|
+
* @throws OciError when an error occurs
|
|
422
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/GetPreCoUserCredentials.ts.html |here} to see how to use GetPreCoUserCredentials API.
|
|
423
|
+
*/
|
|
424
|
+
getPreCoUserCredentials(getPreCoUserCredentialsRequest: requests.GetPreCoUserCredentialsRequest): Promise<responses.GetPreCoUserCredentialsResponse>;
|
|
425
|
+
/**
|
|
426
|
+
* Lists all HSM cluster resources contained within the specified compartment.
|
|
427
|
+
* <p>
|
|
428
|
+
As a provisioning operation, this call is subject to a Key Management limit that applies to
|
|
429
|
+
* the total number of requests across all provisioning read operations. Key Management might
|
|
430
|
+
* throttle this call to reject an otherwise valid request when the total rate of provisioning
|
|
431
|
+
* read operations exceeds 10 requests per second for a given tenancy.
|
|
432
|
+
*
|
|
433
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
434
|
+
* @param ListHsmClustersRequest
|
|
435
|
+
* @return ListHsmClustersResponse
|
|
436
|
+
* @throws OciError when an error occurs
|
|
437
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/ListHsmClusters.ts.html |here} to see how to use ListHsmClusters API.
|
|
438
|
+
*/
|
|
439
|
+
listHsmClusters(listHsmClustersRequest: requests.ListHsmClustersRequest): Promise<responses.ListHsmClustersResponse>;
|
|
440
|
+
/**
|
|
441
|
+
* Lists all HSM partitions within the specified HSM Cluster resource.
|
|
442
|
+
*
|
|
443
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
444
|
+
* @param ListHsmPartitionsRequest
|
|
445
|
+
* @return ListHsmPartitionsResponse
|
|
446
|
+
* @throws OciError when an error occurs
|
|
447
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/ListHsmPartitions.ts.html |here} to see how to use ListHsmPartitions API.
|
|
448
|
+
*/
|
|
449
|
+
listHsmPartitions(listHsmPartitionsRequest: requests.ListHsmPartitionsRequest): Promise<responses.ListHsmPartitionsResponse>;
|
|
450
|
+
/**
|
|
451
|
+
* Schedules HSM cluster for deletion, update its lifecycle state to 'PENDING_DELETION'
|
|
452
|
+
* and deletes it after the retention period.
|
|
453
|
+
*
|
|
454
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
455
|
+
* @param ScheduleHsmClusterDeletionRequest
|
|
456
|
+
* @return ScheduleHsmClusterDeletionResponse
|
|
457
|
+
* @throws OciError when an error occurs
|
|
458
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/ScheduleHsmClusterDeletion.ts.html |here} to see how to use ScheduleHsmClusterDeletion API.
|
|
459
|
+
*/
|
|
460
|
+
scheduleHsmClusterDeletion(scheduleHsmClusterDeletionRequest: requests.ScheduleHsmClusterDeletionRequest): Promise<responses.ScheduleHsmClusterDeletionResponse>;
|
|
461
|
+
/**
|
|
462
|
+
* Modifies properties of an HSM cluster resource, including `displayName`, `freeformTags` and `definedTags`.
|
|
463
|
+
* <p>
|
|
464
|
+
As a provisioning operation, this call is subject to a Key Management limit that applies to
|
|
465
|
+
* the total number of requests across all provisioning write operations. Key Management might
|
|
466
|
+
* throttle this call to reject an otherwise valid request when the total rate of provisioning
|
|
467
|
+
* write operations exceeds 10 requests per second for a given tenancy.
|
|
468
|
+
*
|
|
469
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
470
|
+
* @param UpdateHsmClusterRequest
|
|
471
|
+
* @return UpdateHsmClusterResponse
|
|
472
|
+
* @throws OciError when an error occurs
|
|
473
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/UpdateHsmCluster.ts.html |here} to see how to use UpdateHsmCluster API.
|
|
474
|
+
*/
|
|
475
|
+
updateHsmCluster(updateHsmClusterRequest: requests.UpdateHsmClusterRequest): Promise<responses.UpdateHsmClusterResponse>;
|
|
476
|
+
/**
|
|
477
|
+
* Uploads the partition owner certificates to the HSM Cluster resource.
|
|
478
|
+
*
|
|
479
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
480
|
+
* @param UploadPartitionCertificatesRequest
|
|
481
|
+
* @return UploadPartitionCertificatesResponse
|
|
482
|
+
* @throws OciError when an error occurs
|
|
483
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/UploadPartitionCertificates.ts.html |here} to see how to use UploadPartitionCertificates API.
|
|
484
|
+
*/
|
|
485
|
+
uploadPartitionCertificates(uploadPartitionCertificatesRequest: requests.UploadPartitionCertificatesRequest): Promise<responses.UploadPartitionCertificatesResponse>;
|
|
486
|
+
}
|
|
280
487
|
export declare enum KmsManagementApiKeys {
|
|
281
488
|
}
|
|
282
489
|
/**
|
|
@@ -337,7 +544,7 @@ export declare class KmsManagementClient {
|
|
|
337
544
|
* @param BackupKeyRequest
|
|
338
545
|
* @return BackupKeyResponse
|
|
339
546
|
* @throws OciError when an error occurs
|
|
340
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
547
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/BackupKey.ts.html |here} to see how to use BackupKey API.
|
|
341
548
|
*/
|
|
342
549
|
backupKey(backupKeyRequest: requests.BackupKeyRequest): Promise<responses.BackupKeyResponse>;
|
|
343
550
|
/**
|
|
@@ -354,7 +561,7 @@ export declare class KmsManagementClient {
|
|
|
354
561
|
* @param CancelKeyDeletionRequest
|
|
355
562
|
* @return CancelKeyDeletionResponse
|
|
356
563
|
* @throws OciError when an error occurs
|
|
357
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
564
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/CancelKeyDeletion.ts.html |here} to see how to use CancelKeyDeletion API.
|
|
358
565
|
*/
|
|
359
566
|
cancelKeyDeletion(cancelKeyDeletionRequest: requests.CancelKeyDeletionRequest): Promise<responses.CancelKeyDeletionResponse>;
|
|
360
567
|
/**
|
|
@@ -371,7 +578,7 @@ export declare class KmsManagementClient {
|
|
|
371
578
|
* @param CancelKeyVersionDeletionRequest
|
|
372
579
|
* @return CancelKeyVersionDeletionResponse
|
|
373
580
|
* @throws OciError when an error occurs
|
|
374
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
581
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/CancelKeyVersionDeletion.ts.html |here} to see how to use CancelKeyVersionDeletion API.
|
|
375
582
|
*/
|
|
376
583
|
cancelKeyVersionDeletion(cancelKeyVersionDeletionRequest: requests.CancelKeyVersionDeletionRequest): Promise<responses.CancelKeyVersionDeletionResponse>;
|
|
377
584
|
/**
|
|
@@ -389,7 +596,7 @@ export declare class KmsManagementClient {
|
|
|
389
596
|
* @param ChangeKeyCompartmentRequest
|
|
390
597
|
* @return ChangeKeyCompartmentResponse
|
|
391
598
|
* @throws OciError when an error occurs
|
|
392
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
599
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/ChangeKeyCompartment.ts.html |here} to see how to use ChangeKeyCompartment API.
|
|
393
600
|
*/
|
|
394
601
|
changeKeyCompartment(changeKeyCompartmentRequest: requests.ChangeKeyCompartmentRequest): Promise<responses.ChangeKeyCompartmentResponse>;
|
|
395
602
|
/**
|
|
@@ -404,7 +611,7 @@ export declare class KmsManagementClient {
|
|
|
404
611
|
* @param CreateKeyRequest
|
|
405
612
|
* @return CreateKeyResponse
|
|
406
613
|
* @throws OciError when an error occurs
|
|
407
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
614
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/CreateKey.ts.html |here} to see how to use CreateKey API.
|
|
408
615
|
*/
|
|
409
616
|
createKey(createKeyRequest: requests.CreateKeyRequest): Promise<responses.CreateKeyResponse>;
|
|
410
617
|
/**
|
|
@@ -420,7 +627,7 @@ export declare class KmsManagementClient {
|
|
|
420
627
|
* @param CreateKeyVersionRequest
|
|
421
628
|
* @return CreateKeyVersionResponse
|
|
422
629
|
* @throws OciError when an error occurs
|
|
423
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
630
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/CreateKeyVersion.ts.html |here} to see how to use CreateKeyVersion API.
|
|
424
631
|
*/
|
|
425
632
|
createKeyVersion(createKeyVersionRequest: requests.CreateKeyVersionRequest): Promise<responses.CreateKeyVersionResponse>;
|
|
426
633
|
/**
|
|
@@ -436,7 +643,7 @@ export declare class KmsManagementClient {
|
|
|
436
643
|
* @param DisableKeyRequest
|
|
437
644
|
* @return DisableKeyResponse
|
|
438
645
|
* @throws OciError when an error occurs
|
|
439
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
646
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/DisableKey.ts.html |here} to see how to use DisableKey API.
|
|
440
647
|
*/
|
|
441
648
|
disableKey(disableKeyRequest: requests.DisableKeyRequest): Promise<responses.DisableKeyResponse>;
|
|
442
649
|
/**
|
|
@@ -452,7 +659,7 @@ export declare class KmsManagementClient {
|
|
|
452
659
|
* @param EnableKeyRequest
|
|
453
660
|
* @return EnableKeyResponse
|
|
454
661
|
* @throws OciError when an error occurs
|
|
455
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
662
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/EnableKey.ts.html |here} to see how to use EnableKey API.
|
|
456
663
|
*/
|
|
457
664
|
enableKey(enableKeyRequest: requests.EnableKeyRequest): Promise<responses.EnableKeyResponse>;
|
|
458
665
|
/**
|
|
@@ -467,7 +674,7 @@ export declare class KmsManagementClient {
|
|
|
467
674
|
* @param GetKeyRequest
|
|
468
675
|
* @return GetKeyResponse
|
|
469
676
|
* @throws OciError when an error occurs
|
|
470
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
677
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/GetKey.ts.html |here} to see how to use GetKey API.
|
|
471
678
|
*/
|
|
472
679
|
getKey(getKeyRequest: requests.GetKeyRequest): Promise<responses.GetKeyResponse>;
|
|
473
680
|
/**
|
|
@@ -482,7 +689,7 @@ export declare class KmsManagementClient {
|
|
|
482
689
|
* @param GetKeyVersionRequest
|
|
483
690
|
* @return GetKeyVersionResponse
|
|
484
691
|
* @throws OciError when an error occurs
|
|
485
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
692
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/GetKeyVersion.ts.html |here} to see how to use GetKeyVersion API.
|
|
486
693
|
*/
|
|
487
694
|
getKeyVersion(getKeyVersionRequest: requests.GetKeyVersionRequest): Promise<responses.GetKeyVersionResponse>;
|
|
488
695
|
/**
|
|
@@ -495,7 +702,7 @@ export declare class KmsManagementClient {
|
|
|
495
702
|
* @param GetReplicationStatusRequest
|
|
496
703
|
* @return GetReplicationStatusResponse
|
|
497
704
|
* @throws OciError when an error occurs
|
|
498
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
705
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/GetReplicationStatus.ts.html |here} to see how to use GetReplicationStatus API.
|
|
499
706
|
*/
|
|
500
707
|
getReplicationStatus(getReplicationStatusRequest: requests.GetReplicationStatusRequest): Promise<responses.GetReplicationStatusResponse>;
|
|
501
708
|
/**
|
|
@@ -506,7 +713,7 @@ export declare class KmsManagementClient {
|
|
|
506
713
|
* @param GetWrappingKeyRequest
|
|
507
714
|
* @return GetWrappingKeyResponse
|
|
508
715
|
* @throws OciError when an error occurs
|
|
509
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
716
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/GetWrappingKey.ts.html |here} to see how to use GetWrappingKey API.
|
|
510
717
|
*/
|
|
511
718
|
getWrappingKey(getWrappingKeyRequest: requests.GetWrappingKeyRequest): Promise<responses.GetWrappingKeyResponse>;
|
|
512
719
|
/**
|
|
@@ -521,7 +728,7 @@ export declare class KmsManagementClient {
|
|
|
521
728
|
* @param ImportKeyRequest
|
|
522
729
|
* @return ImportKeyResponse
|
|
523
730
|
* @throws OciError when an error occurs
|
|
524
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
731
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/ImportKey.ts.html |here} to see how to use ImportKey API.
|
|
525
732
|
*/
|
|
526
733
|
importKey(importKeyRequest: requests.ImportKeyRequest): Promise<responses.ImportKeyResponse>;
|
|
527
734
|
/**
|
|
@@ -536,7 +743,7 @@ export declare class KmsManagementClient {
|
|
|
536
743
|
* @param ImportKeyVersionRequest
|
|
537
744
|
* @return ImportKeyVersionResponse
|
|
538
745
|
* @throws OciError when an error occurs
|
|
539
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
746
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/ImportKeyVersion.ts.html |here} to see how to use ImportKeyVersion API.
|
|
540
747
|
*/
|
|
541
748
|
importKeyVersion(importKeyVersionRequest: requests.ImportKeyVersionRequest): Promise<responses.ImportKeyVersionResponse>;
|
|
542
749
|
/**
|
|
@@ -552,7 +759,7 @@ export declare class KmsManagementClient {
|
|
|
552
759
|
* @param ListKeyVersionsRequest
|
|
553
760
|
* @return ListKeyVersionsResponse
|
|
554
761
|
* @throws OciError when an error occurs
|
|
555
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
762
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/ListKeyVersions.ts.html |here} to see how to use ListKeyVersions API.
|
|
556
763
|
*/
|
|
557
764
|
listKeyVersions(listKeyVersionsRequest: requests.ListKeyVersionsRequest): Promise<responses.ListKeyVersionsResponse>;
|
|
558
765
|
/**
|
|
@@ -599,7 +806,7 @@ export declare class KmsManagementClient {
|
|
|
599
806
|
* @param ListKeysRequest
|
|
600
807
|
* @return ListKeysResponse
|
|
601
808
|
* @throws OciError when an error occurs
|
|
602
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
809
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/ListKeys.ts.html |here} to see how to use ListKeys API.
|
|
603
810
|
*/
|
|
604
811
|
listKeys(listKeysRequest: requests.ListKeysRequest): Promise<responses.ListKeysResponse>;
|
|
605
812
|
/**
|
|
@@ -643,7 +850,7 @@ export declare class KmsManagementClient {
|
|
|
643
850
|
* @param RestoreKeyFromFileRequest
|
|
644
851
|
* @return RestoreKeyFromFileResponse
|
|
645
852
|
* @throws OciError when an error occurs
|
|
646
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
853
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/RestoreKeyFromFile.ts.html |here} to see how to use RestoreKeyFromFile API.
|
|
647
854
|
*/
|
|
648
855
|
restoreKeyFromFile(restoreKeyFromFileRequest: requests.RestoreKeyFromFileRequest): Promise<responses.RestoreKeyFromFileResponse>;
|
|
649
856
|
/**
|
|
@@ -655,7 +862,7 @@ export declare class KmsManagementClient {
|
|
|
655
862
|
* @param RestoreKeyFromObjectStoreRequest
|
|
656
863
|
* @return RestoreKeyFromObjectStoreResponse
|
|
657
864
|
* @throws OciError when an error occurs
|
|
658
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
865
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/RestoreKeyFromObjectStore.ts.html |here} to see how to use RestoreKeyFromObjectStore API.
|
|
659
866
|
*/
|
|
660
867
|
restoreKeyFromObjectStore(restoreKeyFromObjectStoreRequest: requests.RestoreKeyFromObjectStoreRequest): Promise<responses.RestoreKeyFromObjectStoreResponse>;
|
|
661
868
|
/**
|
|
@@ -671,7 +878,7 @@ export declare class KmsManagementClient {
|
|
|
671
878
|
* @param ScheduleKeyDeletionRequest
|
|
672
879
|
* @return ScheduleKeyDeletionResponse
|
|
673
880
|
* @throws OciError when an error occurs
|
|
674
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
881
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/ScheduleKeyDeletion.ts.html |here} to see how to use ScheduleKeyDeletion API.
|
|
675
882
|
*/
|
|
676
883
|
scheduleKeyDeletion(scheduleKeyDeletionRequest: requests.ScheduleKeyDeletionRequest): Promise<responses.ScheduleKeyDeletionResponse>;
|
|
677
884
|
/**
|
|
@@ -687,7 +894,7 @@ export declare class KmsManagementClient {
|
|
|
687
894
|
* @param ScheduleKeyVersionDeletionRequest
|
|
688
895
|
* @return ScheduleKeyVersionDeletionResponse
|
|
689
896
|
* @throws OciError when an error occurs
|
|
690
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
897
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/ScheduleKeyVersionDeletion.ts.html |here} to see how to use ScheduleKeyVersionDeletion API.
|
|
691
898
|
*/
|
|
692
899
|
scheduleKeyVersionDeletion(scheduleKeyVersionDeletionRequest: requests.ScheduleKeyVersionDeletionRequest): Promise<responses.ScheduleKeyVersionDeletionResponse>;
|
|
693
900
|
/**
|
|
@@ -704,7 +911,7 @@ export declare class KmsManagementClient {
|
|
|
704
911
|
* @param UpdateKeyRequest
|
|
705
912
|
* @return UpdateKeyResponse
|
|
706
913
|
* @throws OciError when an error occurs
|
|
707
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
914
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/UpdateKey.ts.html |here} to see how to use UpdateKey API.
|
|
708
915
|
*/
|
|
709
916
|
updateKey(updateKeyRequest: requests.UpdateKeyRequest): Promise<responses.UpdateKeyResponse>;
|
|
710
917
|
}
|
|
@@ -787,7 +994,7 @@ export declare class KmsVaultClient {
|
|
|
787
994
|
* @param BackupVaultRequest
|
|
788
995
|
* @return BackupVaultResponse
|
|
789
996
|
* @throws OciError when an error occurs
|
|
790
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
997
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/BackupVault.ts.html |here} to see how to use BackupVault API.
|
|
791
998
|
*/
|
|
792
999
|
backupVault(backupVaultRequest: requests.BackupVaultRequest): Promise<responses.BackupVaultResponse>;
|
|
793
1000
|
/**
|
|
@@ -805,7 +1012,7 @@ export declare class KmsVaultClient {
|
|
|
805
1012
|
* @param CancelVaultDeletionRequest
|
|
806
1013
|
* @return CancelVaultDeletionResponse
|
|
807
1014
|
* @throws OciError when an error occurs
|
|
808
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1015
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/CancelVaultDeletion.ts.html |here} to see how to use CancelVaultDeletion API.
|
|
809
1016
|
*/
|
|
810
1017
|
cancelVaultDeletion(cancelVaultDeletionRequest: requests.CancelVaultDeletionRequest): Promise<responses.CancelVaultDeletionResponse>;
|
|
811
1018
|
/**
|
|
@@ -823,7 +1030,7 @@ export declare class KmsVaultClient {
|
|
|
823
1030
|
* @param ChangeVaultCompartmentRequest
|
|
824
1031
|
* @return ChangeVaultCompartmentResponse
|
|
825
1032
|
* @throws OciError when an error occurs
|
|
826
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1033
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/ChangeVaultCompartment.ts.html |here} to see how to use ChangeVaultCompartment API.
|
|
827
1034
|
*/
|
|
828
1035
|
changeVaultCompartment(changeVaultCompartmentRequest: requests.ChangeVaultCompartmentRequest): Promise<responses.ChangeVaultCompartmentResponse>;
|
|
829
1036
|
/**
|
|
@@ -841,7 +1048,7 @@ export declare class KmsVaultClient {
|
|
|
841
1048
|
* @param CreateVaultRequest
|
|
842
1049
|
* @return CreateVaultResponse
|
|
843
1050
|
* @throws OciError when an error occurs
|
|
844
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1051
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/CreateVault.ts.html |here} to see how to use CreateVault API.
|
|
845
1052
|
*/
|
|
846
1053
|
createVault(createVaultRequest: requests.CreateVaultRequest): Promise<responses.CreateVaultResponse>;
|
|
847
1054
|
/**
|
|
@@ -860,7 +1067,7 @@ export declare class KmsVaultClient {
|
|
|
860
1067
|
* @param CreateVaultReplicaRequest
|
|
861
1068
|
* @return CreateVaultReplicaResponse
|
|
862
1069
|
* @throws OciError when an error occurs
|
|
863
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1070
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/CreateVaultReplica.ts.html |here} to see how to use CreateVaultReplica API.
|
|
864
1071
|
*/
|
|
865
1072
|
createVaultReplica(createVaultReplicaRequest: requests.CreateVaultReplicaRequest): Promise<responses.CreateVaultReplicaResponse>;
|
|
866
1073
|
/**
|
|
@@ -875,7 +1082,7 @@ export declare class KmsVaultClient {
|
|
|
875
1082
|
* @param DeleteVaultReplicaRequest
|
|
876
1083
|
* @return DeleteVaultReplicaResponse
|
|
877
1084
|
* @throws OciError when an error occurs
|
|
878
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1085
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/DeleteVaultReplica.ts.html |here} to see how to use DeleteVaultReplica API.
|
|
879
1086
|
*/
|
|
880
1087
|
deleteVaultReplica(deleteVaultReplicaRequest: requests.DeleteVaultReplicaRequest): Promise<responses.DeleteVaultReplicaResponse>;
|
|
881
1088
|
/**
|
|
@@ -890,7 +1097,7 @@ export declare class KmsVaultClient {
|
|
|
890
1097
|
* @param GetVaultRequest
|
|
891
1098
|
* @return GetVaultResponse
|
|
892
1099
|
* @throws OciError when an error occurs
|
|
893
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/GetVault.ts.html |here} to see how to use GetVault API.
|
|
894
1101
|
*/
|
|
895
1102
|
getVault(getVaultRequest: requests.GetVaultRequest): Promise<responses.GetVaultResponse>;
|
|
896
1103
|
/**
|
|
@@ -900,7 +1107,7 @@ export declare class KmsVaultClient {
|
|
|
900
1107
|
* @param GetVaultUsageRequest
|
|
901
1108
|
* @return GetVaultUsageResponse
|
|
902
1109
|
* @throws OciError when an error occurs
|
|
903
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1110
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/GetVaultUsage.ts.html |here} to see how to use GetVaultUsage API.
|
|
904
1111
|
*/
|
|
905
1112
|
getVaultUsage(getVaultUsageRequest: requests.GetVaultUsageRequest): Promise<responses.GetVaultUsageResponse>;
|
|
906
1113
|
/**
|
|
@@ -915,7 +1122,7 @@ export declare class KmsVaultClient {
|
|
|
915
1122
|
* @param ListVaultReplicasRequest
|
|
916
1123
|
* @return ListVaultReplicasResponse
|
|
917
1124
|
* @throws OciError when an error occurs
|
|
918
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1125
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/ListVaultReplicas.ts.html |here} to see how to use ListVaultReplicas API.
|
|
919
1126
|
*/
|
|
920
1127
|
listVaultReplicas(listVaultReplicasRequest: requests.ListVaultReplicasRequest): Promise<responses.ListVaultReplicasResponse>;
|
|
921
1128
|
/**
|
|
@@ -962,7 +1169,7 @@ export declare class KmsVaultClient {
|
|
|
962
1169
|
* @param ListVaultsRequest
|
|
963
1170
|
* @return ListVaultsResponse
|
|
964
1171
|
* @throws OciError when an error occurs
|
|
965
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1172
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/ListVaults.ts.html |here} to see how to use ListVaults API.
|
|
966
1173
|
*/
|
|
967
1174
|
listVaults(listVaultsRequest: requests.ListVaultsRequest): Promise<responses.ListVaultsResponse>;
|
|
968
1175
|
/**
|
|
@@ -1006,7 +1213,7 @@ export declare class KmsVaultClient {
|
|
|
1006
1213
|
* @param RestoreVaultFromFileRequest
|
|
1007
1214
|
* @return RestoreVaultFromFileResponse
|
|
1008
1215
|
* @throws OciError when an error occurs
|
|
1009
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1216
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/RestoreVaultFromFile.ts.html |here} to see how to use RestoreVaultFromFile API.
|
|
1010
1217
|
*/
|
|
1011
1218
|
restoreVaultFromFile(restoreVaultFromFileRequest: requests.RestoreVaultFromFileRequest): Promise<responses.RestoreVaultFromFileResponse>;
|
|
1012
1219
|
/**
|
|
@@ -1018,7 +1225,7 @@ export declare class KmsVaultClient {
|
|
|
1018
1225
|
* @param RestoreVaultFromObjectStoreRequest
|
|
1019
1226
|
* @return RestoreVaultFromObjectStoreResponse
|
|
1020
1227
|
* @throws OciError when an error occurs
|
|
1021
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1228
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/RestoreVaultFromObjectStore.ts.html |here} to see how to use RestoreVaultFromObjectStore API.
|
|
1022
1229
|
*/
|
|
1023
1230
|
restoreVaultFromObjectStore(restoreVaultFromObjectStoreRequest: requests.RestoreVaultFromObjectStoreRequest): Promise<responses.RestoreVaultFromObjectStoreResponse>;
|
|
1024
1231
|
/**
|
|
@@ -1037,7 +1244,7 @@ export declare class KmsVaultClient {
|
|
|
1037
1244
|
* @param ScheduleVaultDeletionRequest
|
|
1038
1245
|
* @return ScheduleVaultDeletionResponse
|
|
1039
1246
|
* @throws OciError when an error occurs
|
|
1040
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/ScheduleVaultDeletion.ts.html |here} to see how to use ScheduleVaultDeletion API.
|
|
1041
1248
|
*/
|
|
1042
1249
|
scheduleVaultDeletion(scheduleVaultDeletionRequest: requests.ScheduleVaultDeletionRequest): Promise<responses.ScheduleVaultDeletionResponse>;
|
|
1043
1250
|
/**
|
|
@@ -1054,7 +1261,7 @@ export declare class KmsVaultClient {
|
|
|
1054
1261
|
* @param UpdateVaultRequest
|
|
1055
1262
|
* @return UpdateVaultResponse
|
|
1056
1263
|
* @throws OciError when an error occurs
|
|
1057
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1264
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/UpdateVault.ts.html |here} to see how to use UpdateVault API.
|
|
1058
1265
|
*/
|
|
1059
1266
|
updateVault(updateVaultRequest: requests.UpdateVaultRequest): Promise<responses.UpdateVaultResponse>;
|
|
1060
1267
|
}
|