oci-keymanagement 2.78.0 → 2.79.1
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 +252 -50
- package/lib/client.js +1115 -366
- 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/backup-location.js +2 -4
- package/lib/model/backup-location.js.map +1 -1
- 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;
|
|
@@ -50,7 +51,6 @@ export declare class EkmClient {
|
|
|
50
51
|
* @param endpoint The endpoint of the service.
|
|
51
52
|
*/
|
|
52
53
|
set endpoint(endpoint: string);
|
|
53
|
-
get logger(): import("oci-common/lib/log").Logger;
|
|
54
54
|
/**
|
|
55
55
|
* Determines whether realm specific endpoint should be used or not.
|
|
56
56
|
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
@@ -95,7 +95,7 @@ export declare class EkmClient {
|
|
|
95
95
|
* @param CreateEkmsPrivateEndpointRequest
|
|
96
96
|
* @return CreateEkmsPrivateEndpointResponse
|
|
97
97
|
* @throws OciError when an error occurs
|
|
98
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
98
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/CreateEkmsPrivateEndpoint.ts.html |here} to see how to use CreateEkmsPrivateEndpoint API.
|
|
99
99
|
*/
|
|
100
100
|
createEkmsPrivateEndpoint(createEkmsPrivateEndpointRequest: requests.CreateEkmsPrivateEndpointRequest): Promise<responses.CreateEkmsPrivateEndpointResponse>;
|
|
101
101
|
/**
|
|
@@ -104,7 +104,7 @@ export declare class EkmClient {
|
|
|
104
104
|
* @param DeleteEkmsPrivateEndpointRequest
|
|
105
105
|
* @return DeleteEkmsPrivateEndpointResponse
|
|
106
106
|
* @throws OciError when an error occurs
|
|
107
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
107
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/DeleteEkmsPrivateEndpoint.ts.html |here} to see how to use DeleteEkmsPrivateEndpoint API.
|
|
108
108
|
*/
|
|
109
109
|
deleteEkmsPrivateEndpoint(deleteEkmsPrivateEndpointRequest: requests.DeleteEkmsPrivateEndpointRequest): Promise<responses.DeleteEkmsPrivateEndpointResponse>;
|
|
110
110
|
/**
|
|
@@ -113,7 +113,7 @@ export declare class EkmClient {
|
|
|
113
113
|
* @param GetEkmsPrivateEndpointRequest
|
|
114
114
|
* @return GetEkmsPrivateEndpointResponse
|
|
115
115
|
* @throws OciError when an error occurs
|
|
116
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
116
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/GetEkmsPrivateEndpoint.ts.html |here} to see how to use GetEkmsPrivateEndpoint API.
|
|
117
117
|
*/
|
|
118
118
|
getEkmsPrivateEndpoint(getEkmsPrivateEndpointRequest: requests.GetEkmsPrivateEndpointRequest): Promise<responses.GetEkmsPrivateEndpointResponse>;
|
|
119
119
|
/**
|
|
@@ -123,7 +123,7 @@ export declare class EkmClient {
|
|
|
123
123
|
* @param ListEkmsPrivateEndpointsRequest
|
|
124
124
|
* @return ListEkmsPrivateEndpointsResponse
|
|
125
125
|
* @throws OciError when an error occurs
|
|
126
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
126
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/ListEkmsPrivateEndpoints.ts.html |here} to see how to use ListEkmsPrivateEndpoints API.
|
|
127
127
|
*/
|
|
128
128
|
listEkmsPrivateEndpoints(listEkmsPrivateEndpointsRequest: requests.ListEkmsPrivateEndpointsRequest): Promise<responses.ListEkmsPrivateEndpointsResponse>;
|
|
129
129
|
/**
|
|
@@ -164,7 +164,7 @@ export declare class EkmClient {
|
|
|
164
164
|
* @param UpdateEkmsPrivateEndpointRequest
|
|
165
165
|
* @return UpdateEkmsPrivateEndpointResponse
|
|
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.79.1/keymanagement/UpdateEkmsPrivateEndpoint.ts.html |here} to see how to use UpdateEkmsPrivateEndpoint API.
|
|
168
168
|
*/
|
|
169
169
|
updateEkmsPrivateEndpoint(updateEkmsPrivateEndpointRequest: requests.UpdateEkmsPrivateEndpointRequest): Promise<responses.UpdateEkmsPrivateEndpointResponse>;
|
|
170
170
|
}
|
|
@@ -195,7 +195,6 @@ export declare class KmsCryptoClient {
|
|
|
195
195
|
* @param endpoint The endpoint of the service.
|
|
196
196
|
*/
|
|
197
197
|
set endpoint(endpoint: string);
|
|
198
|
-
get logger(): import("oci-common/lib/log").Logger;
|
|
199
198
|
/**
|
|
200
199
|
* Determines whether realm specific endpoint should be used or not.
|
|
201
200
|
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
@@ -213,7 +212,7 @@ export declare class KmsCryptoClient {
|
|
|
213
212
|
* @param DecryptRequest
|
|
214
213
|
* @return DecryptResponse
|
|
215
214
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
215
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/Decrypt.ts.html |here} to see how to use Decrypt API.
|
|
217
216
|
*/
|
|
218
217
|
decrypt(decryptRequest: requests.DecryptRequest): Promise<responses.DecryptResponse>;
|
|
219
218
|
/**
|
|
@@ -224,7 +223,7 @@ export declare class KmsCryptoClient {
|
|
|
224
223
|
* @param EncryptRequest
|
|
225
224
|
* @return EncryptResponse
|
|
226
225
|
* @throws OciError when an error occurs
|
|
227
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/Encrypt.ts.html |here} to see how to use Encrypt API.
|
|
228
227
|
*/
|
|
229
228
|
encrypt(encryptRequest: requests.EncryptRequest): Promise<responses.EncryptResponse>;
|
|
230
229
|
/**
|
|
@@ -237,7 +236,7 @@ export declare class KmsCryptoClient {
|
|
|
237
236
|
* @param ExportKeyRequest
|
|
238
237
|
* @return ExportKeyResponse
|
|
239
238
|
* @throws OciError when an error occurs
|
|
240
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
239
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/ExportKey.ts.html |here} to see how to use ExportKey API.
|
|
241
240
|
*/
|
|
242
241
|
exportKey(exportKeyRequest: requests.ExportKeyRequest): Promise<responses.ExportKeyResponse>;
|
|
243
242
|
/**
|
|
@@ -247,7 +246,7 @@ export declare class KmsCryptoClient {
|
|
|
247
246
|
* @param GenerateDataEncryptionKeyRequest
|
|
248
247
|
* @return GenerateDataEncryptionKeyResponse
|
|
249
248
|
* @throws OciError when an error occurs
|
|
250
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/GenerateDataEncryptionKey.ts.html |here} to see how to use GenerateDataEncryptionKey API.
|
|
251
250
|
*/
|
|
252
251
|
generateDataEncryptionKey(generateDataEncryptionKeyRequest: requests.GenerateDataEncryptionKeyRequest): Promise<responses.GenerateDataEncryptionKeyResponse>;
|
|
253
252
|
/**
|
|
@@ -260,7 +259,7 @@ export declare class KmsCryptoClient {
|
|
|
260
259
|
* @param SignRequest
|
|
261
260
|
* @return SignResponse
|
|
262
261
|
* @throws OciError when an error occurs
|
|
263
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
262
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/Sign.ts.html |here} to see how to use Sign API.
|
|
264
263
|
*/
|
|
265
264
|
sign(signRequest: requests.SignRequest): Promise<responses.SignResponse>;
|
|
266
265
|
/**
|
|
@@ -273,10 +272,215 @@ export declare class KmsCryptoClient {
|
|
|
273
272
|
* @param VerifyRequest
|
|
274
273
|
* @return VerifyResponse
|
|
275
274
|
* @throws OciError when an error occurs
|
|
276
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
275
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/Verify.ts.html |here} to see how to use Verify API.
|
|
277
276
|
*/
|
|
278
277
|
verify(verifyRequest: requests.VerifyRequest): Promise<responses.VerifyResponse>;
|
|
279
278
|
}
|
|
279
|
+
export declare enum KmsHsmClusterApiKeys {
|
|
280
|
+
}
|
|
281
|
+
/**
|
|
282
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
283
|
+
*/
|
|
284
|
+
export declare class KmsHsmClusterClient {
|
|
285
|
+
protected static serviceEndpointTemplate: string;
|
|
286
|
+
protected static endpointServiceName: string;
|
|
287
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean;
|
|
288
|
+
protected "_endpoint": string;
|
|
289
|
+
protected "_defaultHeaders": any;
|
|
290
|
+
protected "_waiters": KmsHsmClusterWaiter;
|
|
291
|
+
protected "_clientConfiguration": common.ClientConfiguration;
|
|
292
|
+
protected _circuitBreaker: typeof Breaker | null;
|
|
293
|
+
protected _httpOptions: any;
|
|
294
|
+
protected _bodyDuplexMode: any;
|
|
295
|
+
targetService: string;
|
|
296
|
+
protected _regionId: string;
|
|
297
|
+
protected "_region": common.Region;
|
|
298
|
+
protected _lastSetRegionOrRegionId: string;
|
|
299
|
+
protected _httpClient: common.HttpClient;
|
|
300
|
+
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
301
|
+
/**
|
|
302
|
+
* Get the endpoint that is being used to call (ex, https://www.example.com).
|
|
303
|
+
*/
|
|
304
|
+
get endpoint(): string;
|
|
305
|
+
/**
|
|
306
|
+
* Sets the endpoint to call (ex, https://www.example.com).
|
|
307
|
+
* @param endpoint The endpoint of the service.
|
|
308
|
+
*/
|
|
309
|
+
set endpoint(endpoint: string);
|
|
310
|
+
/**
|
|
311
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
312
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
313
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
314
|
+
*/
|
|
315
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
316
|
+
/**
|
|
317
|
+
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
318
|
+
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
319
|
+
* @param region The region of the service.
|
|
320
|
+
*/
|
|
321
|
+
set region(region: common.Region);
|
|
322
|
+
/**
|
|
323
|
+
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
324
|
+
*
|
|
325
|
+
* Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
|
|
326
|
+
* If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
|
|
327
|
+
* and then call {@link #endpoint(String) endpoint}.
|
|
328
|
+
* @param regionId The public region ID.
|
|
329
|
+
*/
|
|
330
|
+
set regionId(regionId: string);
|
|
331
|
+
/**
|
|
332
|
+
* Creates a new KmsHsmClusterWaiter for resources for this service.
|
|
333
|
+
*
|
|
334
|
+
* @param config The waiter configuration for termination and delay strategy
|
|
335
|
+
* @return The service waiters.
|
|
336
|
+
*/
|
|
337
|
+
createWaiters(config?: common.WaiterConfiguration): KmsHsmClusterWaiter;
|
|
338
|
+
/**
|
|
339
|
+
* Gets the waiters available for resources for this service.
|
|
340
|
+
*
|
|
341
|
+
* @return The service waiters.
|
|
342
|
+
*/
|
|
343
|
+
getWaiters(): KmsHsmClusterWaiter;
|
|
344
|
+
/**
|
|
345
|
+
* Shutdown the circuit breaker used by the client when it is no longer needed
|
|
346
|
+
*/
|
|
347
|
+
shutdownCircuitBreaker(): void;
|
|
348
|
+
/**
|
|
349
|
+
* Cancels deletion of specified HSM Cluster, restores it and associated HSM partitions to pre-deletion states.
|
|
350
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
351
|
+
* @param CancelHsmClusterDeletionRequest
|
|
352
|
+
* @return CancelHsmClusterDeletionResponse
|
|
353
|
+
* @throws OciError when an error occurs
|
|
354
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/CancelHsmClusterDeletion.ts.html |here} to see how to use CancelHsmClusterDeletion API.
|
|
355
|
+
*/
|
|
356
|
+
cancelHsmClusterDeletion(cancelHsmClusterDeletionRequest: requests.CancelHsmClusterDeletionRequest): Promise<responses.CancelHsmClusterDeletionResponse>;
|
|
357
|
+
/**
|
|
358
|
+
* Moves a HSM Cluster resource to a different compartment within the same tenancy.
|
|
359
|
+
*
|
|
360
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
361
|
+
* @param ChangeHsmClusterCompartmentRequest
|
|
362
|
+
* @return ChangeHsmClusterCompartmentResponse
|
|
363
|
+
* @throws OciError when an error occurs
|
|
364
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/ChangeHsmClusterCompartment.ts.html |here} to see how to use ChangeHsmClusterCompartment API.
|
|
365
|
+
*/
|
|
366
|
+
changeHsmClusterCompartment(changeHsmClusterCompartmentRequest: requests.ChangeHsmClusterCompartmentRequest): Promise<responses.ChangeHsmClusterCompartmentResponse>;
|
|
367
|
+
/**
|
|
368
|
+
* Creates a new HSM cluster resource.
|
|
369
|
+
*
|
|
370
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
371
|
+
* @param CreateHsmClusterRequest
|
|
372
|
+
* @return CreateHsmClusterResponse
|
|
373
|
+
* @throws OciError when an error occurs
|
|
374
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/CreateHsmCluster.ts.html |here} to see how to use CreateHsmCluster API.
|
|
375
|
+
*/
|
|
376
|
+
createHsmCluster(createHsmClusterRequest: requests.CreateHsmClusterRequest): Promise<responses.CreateHsmClusterResponse>;
|
|
377
|
+
/**
|
|
378
|
+
* Retrieves the certificate signing request for the designated HSM Cluster resource.
|
|
379
|
+
*
|
|
380
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
381
|
+
* @param DownloadCertificateSigningRequestRequest
|
|
382
|
+
* @return DownloadCertificateSigningRequestResponse
|
|
383
|
+
* @throws OciError when an error occurs
|
|
384
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/DownloadCertificateSigningRequest.ts.html |here} to see how to use DownloadCertificateSigningRequest API.
|
|
385
|
+
*/
|
|
386
|
+
downloadCertificateSigningRequest(downloadCertificateSigningRequestRequest: requests.DownloadCertificateSigningRequestRequest): Promise<responses.DownloadCertificateSigningRequestResponse>;
|
|
387
|
+
/**
|
|
388
|
+
* Retrieves configuration details for the specified HSM Cluster resource.
|
|
389
|
+
* <p>
|
|
390
|
+
As a provisioning operation, this call is subject to a Key Management limit that applies to
|
|
391
|
+
* the total number of requests across all provisioning read operations. Key Management might
|
|
392
|
+
* throttle this call to reject an otherwise valid request when the total rate of provisioning
|
|
393
|
+
* read operations exceeds 10 requests per second for a given tenancy.
|
|
394
|
+
*
|
|
395
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
396
|
+
* @param GetHsmClusterRequest
|
|
397
|
+
* @return GetHsmClusterResponse
|
|
398
|
+
* @throws OciError when an error occurs
|
|
399
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/GetHsmCluster.ts.html |here} to see how to use GetHsmCluster API.
|
|
400
|
+
*/
|
|
401
|
+
getHsmCluster(getHsmClusterRequest: requests.GetHsmClusterRequest): Promise<responses.GetHsmClusterResponse>;
|
|
402
|
+
/**
|
|
403
|
+
* Retrieves HSM partition details for the specified HSM cluster.
|
|
404
|
+
*
|
|
405
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
406
|
+
* @param GetHsmPartitionRequest
|
|
407
|
+
* @return GetHsmPartitionResponse
|
|
408
|
+
* @throws OciError when an error occurs
|
|
409
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/GetHsmPartition.ts.html |here} to see how to use GetHsmPartition API.
|
|
410
|
+
*/
|
|
411
|
+
getHsmPartition(getHsmPartitionRequest: requests.GetHsmPartitionRequest): Promise<responses.GetHsmPartitionResponse>;
|
|
412
|
+
/**
|
|
413
|
+
* Retrieves Pre Crypto Officer user credentials for the specified HSM cluster.
|
|
414
|
+
*
|
|
415
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
416
|
+
* @param GetPreCoUserCredentialsRequest
|
|
417
|
+
* @return GetPreCoUserCredentialsResponse
|
|
418
|
+
* @throws OciError when an error occurs
|
|
419
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/GetPreCoUserCredentials.ts.html |here} to see how to use GetPreCoUserCredentials API.
|
|
420
|
+
*/
|
|
421
|
+
getPreCoUserCredentials(getPreCoUserCredentialsRequest: requests.GetPreCoUserCredentialsRequest): Promise<responses.GetPreCoUserCredentialsResponse>;
|
|
422
|
+
/**
|
|
423
|
+
* Lists all HSM cluster resources contained within the specified compartment.
|
|
424
|
+
* <p>
|
|
425
|
+
As a provisioning operation, this call is subject to a Key Management limit that applies to
|
|
426
|
+
* the total number of requests across all provisioning read operations. Key Management might
|
|
427
|
+
* throttle this call to reject an otherwise valid request when the total rate of provisioning
|
|
428
|
+
* read operations exceeds 10 requests per second for a given tenancy.
|
|
429
|
+
*
|
|
430
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
431
|
+
* @param ListHsmClustersRequest
|
|
432
|
+
* @return ListHsmClustersResponse
|
|
433
|
+
* @throws OciError when an error occurs
|
|
434
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/ListHsmClusters.ts.html |here} to see how to use ListHsmClusters API.
|
|
435
|
+
*/
|
|
436
|
+
listHsmClusters(listHsmClustersRequest: requests.ListHsmClustersRequest): Promise<responses.ListHsmClustersResponse>;
|
|
437
|
+
/**
|
|
438
|
+
* Lists all HSM partitions within the specified HSM Cluster resource.
|
|
439
|
+
*
|
|
440
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
441
|
+
* @param ListHsmPartitionsRequest
|
|
442
|
+
* @return ListHsmPartitionsResponse
|
|
443
|
+
* @throws OciError when an error occurs
|
|
444
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/ListHsmPartitions.ts.html |here} to see how to use ListHsmPartitions API.
|
|
445
|
+
*/
|
|
446
|
+
listHsmPartitions(listHsmPartitionsRequest: requests.ListHsmPartitionsRequest): Promise<responses.ListHsmPartitionsResponse>;
|
|
447
|
+
/**
|
|
448
|
+
* Schedules HSM cluster for deletion, update its lifecycle state to 'PENDING_DELETION'
|
|
449
|
+
* and deletes it after the retention period.
|
|
450
|
+
*
|
|
451
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
452
|
+
* @param ScheduleHsmClusterDeletionRequest
|
|
453
|
+
* @return ScheduleHsmClusterDeletionResponse
|
|
454
|
+
* @throws OciError when an error occurs
|
|
455
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/ScheduleHsmClusterDeletion.ts.html |here} to see how to use ScheduleHsmClusterDeletion API.
|
|
456
|
+
*/
|
|
457
|
+
scheduleHsmClusterDeletion(scheduleHsmClusterDeletionRequest: requests.ScheduleHsmClusterDeletionRequest): Promise<responses.ScheduleHsmClusterDeletionResponse>;
|
|
458
|
+
/**
|
|
459
|
+
* Modifies properties of an HSM cluster resource, including `displayName`, `freeformTags` and `definedTags`.
|
|
460
|
+
* <p>
|
|
461
|
+
As a provisioning operation, this call is subject to a Key Management limit that applies to
|
|
462
|
+
* the total number of requests across all provisioning write operations. Key Management might
|
|
463
|
+
* throttle this call to reject an otherwise valid request when the total rate of provisioning
|
|
464
|
+
* write operations exceeds 10 requests per second for a given tenancy.
|
|
465
|
+
*
|
|
466
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
467
|
+
* @param UpdateHsmClusterRequest
|
|
468
|
+
* @return UpdateHsmClusterResponse
|
|
469
|
+
* @throws OciError when an error occurs
|
|
470
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/UpdateHsmCluster.ts.html |here} to see how to use UpdateHsmCluster API.
|
|
471
|
+
*/
|
|
472
|
+
updateHsmCluster(updateHsmClusterRequest: requests.UpdateHsmClusterRequest): Promise<responses.UpdateHsmClusterResponse>;
|
|
473
|
+
/**
|
|
474
|
+
* Uploads the partition owner certificates to the HSM Cluster resource.
|
|
475
|
+
*
|
|
476
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
477
|
+
* @param UploadPartitionCertificatesRequest
|
|
478
|
+
* @return UploadPartitionCertificatesResponse
|
|
479
|
+
* @throws OciError when an error occurs
|
|
480
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/UploadPartitionCertificates.ts.html |here} to see how to use UploadPartitionCertificates API.
|
|
481
|
+
*/
|
|
482
|
+
uploadPartitionCertificates(uploadPartitionCertificatesRequest: requests.UploadPartitionCertificatesRequest): Promise<responses.UploadPartitionCertificatesResponse>;
|
|
483
|
+
}
|
|
280
484
|
export declare enum KmsManagementApiKeys {
|
|
281
485
|
}
|
|
282
486
|
/**
|
|
@@ -305,7 +509,6 @@ export declare class KmsManagementClient {
|
|
|
305
509
|
* @param endpoint The endpoint of the service.
|
|
306
510
|
*/
|
|
307
511
|
set endpoint(endpoint: string);
|
|
308
|
-
get logger(): import("oci-common/lib/log").Logger;
|
|
309
512
|
/**
|
|
310
513
|
* Determines whether realm specific endpoint should be used or not.
|
|
311
514
|
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
@@ -337,7 +540,7 @@ export declare class KmsManagementClient {
|
|
|
337
540
|
* @param BackupKeyRequest
|
|
338
541
|
* @return BackupKeyResponse
|
|
339
542
|
* @throws OciError when an error occurs
|
|
340
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
543
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/BackupKey.ts.html |here} to see how to use BackupKey API.
|
|
341
544
|
*/
|
|
342
545
|
backupKey(backupKeyRequest: requests.BackupKeyRequest): Promise<responses.BackupKeyResponse>;
|
|
343
546
|
/**
|
|
@@ -354,7 +557,7 @@ export declare class KmsManagementClient {
|
|
|
354
557
|
* @param CancelKeyDeletionRequest
|
|
355
558
|
* @return CancelKeyDeletionResponse
|
|
356
559
|
* @throws OciError when an error occurs
|
|
357
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
560
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/CancelKeyDeletion.ts.html |here} to see how to use CancelKeyDeletion API.
|
|
358
561
|
*/
|
|
359
562
|
cancelKeyDeletion(cancelKeyDeletionRequest: requests.CancelKeyDeletionRequest): Promise<responses.CancelKeyDeletionResponse>;
|
|
360
563
|
/**
|
|
@@ -371,7 +574,7 @@ export declare class KmsManagementClient {
|
|
|
371
574
|
* @param CancelKeyVersionDeletionRequest
|
|
372
575
|
* @return CancelKeyVersionDeletionResponse
|
|
373
576
|
* @throws OciError when an error occurs
|
|
374
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
577
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/CancelKeyVersionDeletion.ts.html |here} to see how to use CancelKeyVersionDeletion API.
|
|
375
578
|
*/
|
|
376
579
|
cancelKeyVersionDeletion(cancelKeyVersionDeletionRequest: requests.CancelKeyVersionDeletionRequest): Promise<responses.CancelKeyVersionDeletionResponse>;
|
|
377
580
|
/**
|
|
@@ -389,7 +592,7 @@ export declare class KmsManagementClient {
|
|
|
389
592
|
* @param ChangeKeyCompartmentRequest
|
|
390
593
|
* @return ChangeKeyCompartmentResponse
|
|
391
594
|
* @throws OciError when an error occurs
|
|
392
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
595
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/ChangeKeyCompartment.ts.html |here} to see how to use ChangeKeyCompartment API.
|
|
393
596
|
*/
|
|
394
597
|
changeKeyCompartment(changeKeyCompartmentRequest: requests.ChangeKeyCompartmentRequest): Promise<responses.ChangeKeyCompartmentResponse>;
|
|
395
598
|
/**
|
|
@@ -404,7 +607,7 @@ export declare class KmsManagementClient {
|
|
|
404
607
|
* @param CreateKeyRequest
|
|
405
608
|
* @return CreateKeyResponse
|
|
406
609
|
* @throws OciError when an error occurs
|
|
407
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
610
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/CreateKey.ts.html |here} to see how to use CreateKey API.
|
|
408
611
|
*/
|
|
409
612
|
createKey(createKeyRequest: requests.CreateKeyRequest): Promise<responses.CreateKeyResponse>;
|
|
410
613
|
/**
|
|
@@ -420,7 +623,7 @@ export declare class KmsManagementClient {
|
|
|
420
623
|
* @param CreateKeyVersionRequest
|
|
421
624
|
* @return CreateKeyVersionResponse
|
|
422
625
|
* @throws OciError when an error occurs
|
|
423
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
626
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/CreateKeyVersion.ts.html |here} to see how to use CreateKeyVersion API.
|
|
424
627
|
*/
|
|
425
628
|
createKeyVersion(createKeyVersionRequest: requests.CreateKeyVersionRequest): Promise<responses.CreateKeyVersionResponse>;
|
|
426
629
|
/**
|
|
@@ -436,7 +639,7 @@ export declare class KmsManagementClient {
|
|
|
436
639
|
* @param DisableKeyRequest
|
|
437
640
|
* @return DisableKeyResponse
|
|
438
641
|
* @throws OciError when an error occurs
|
|
439
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
642
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/DisableKey.ts.html |here} to see how to use DisableKey API.
|
|
440
643
|
*/
|
|
441
644
|
disableKey(disableKeyRequest: requests.DisableKeyRequest): Promise<responses.DisableKeyResponse>;
|
|
442
645
|
/**
|
|
@@ -452,7 +655,7 @@ export declare class KmsManagementClient {
|
|
|
452
655
|
* @param EnableKeyRequest
|
|
453
656
|
* @return EnableKeyResponse
|
|
454
657
|
* @throws OciError when an error occurs
|
|
455
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
658
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/EnableKey.ts.html |here} to see how to use EnableKey API.
|
|
456
659
|
*/
|
|
457
660
|
enableKey(enableKeyRequest: requests.EnableKeyRequest): Promise<responses.EnableKeyResponse>;
|
|
458
661
|
/**
|
|
@@ -467,7 +670,7 @@ export declare class KmsManagementClient {
|
|
|
467
670
|
* @param GetKeyRequest
|
|
468
671
|
* @return GetKeyResponse
|
|
469
672
|
* @throws OciError when an error occurs
|
|
470
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
673
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/GetKey.ts.html |here} to see how to use GetKey API.
|
|
471
674
|
*/
|
|
472
675
|
getKey(getKeyRequest: requests.GetKeyRequest): Promise<responses.GetKeyResponse>;
|
|
473
676
|
/**
|
|
@@ -482,7 +685,7 @@ export declare class KmsManagementClient {
|
|
|
482
685
|
* @param GetKeyVersionRequest
|
|
483
686
|
* @return GetKeyVersionResponse
|
|
484
687
|
* @throws OciError when an error occurs
|
|
485
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
688
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/GetKeyVersion.ts.html |here} to see how to use GetKeyVersion API.
|
|
486
689
|
*/
|
|
487
690
|
getKeyVersion(getKeyVersionRequest: requests.GetKeyVersionRequest): Promise<responses.GetKeyVersionResponse>;
|
|
488
691
|
/**
|
|
@@ -495,7 +698,7 @@ export declare class KmsManagementClient {
|
|
|
495
698
|
* @param GetReplicationStatusRequest
|
|
496
699
|
* @return GetReplicationStatusResponse
|
|
497
700
|
* @throws OciError when an error occurs
|
|
498
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
701
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/GetReplicationStatus.ts.html |here} to see how to use GetReplicationStatus API.
|
|
499
702
|
*/
|
|
500
703
|
getReplicationStatus(getReplicationStatusRequest: requests.GetReplicationStatusRequest): Promise<responses.GetReplicationStatusResponse>;
|
|
501
704
|
/**
|
|
@@ -506,7 +709,7 @@ export declare class KmsManagementClient {
|
|
|
506
709
|
* @param GetWrappingKeyRequest
|
|
507
710
|
* @return GetWrappingKeyResponse
|
|
508
711
|
* @throws OciError when an error occurs
|
|
509
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
712
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/GetWrappingKey.ts.html |here} to see how to use GetWrappingKey API.
|
|
510
713
|
*/
|
|
511
714
|
getWrappingKey(getWrappingKeyRequest: requests.GetWrappingKeyRequest): Promise<responses.GetWrappingKeyResponse>;
|
|
512
715
|
/**
|
|
@@ -521,7 +724,7 @@ export declare class KmsManagementClient {
|
|
|
521
724
|
* @param ImportKeyRequest
|
|
522
725
|
* @return ImportKeyResponse
|
|
523
726
|
* @throws OciError when an error occurs
|
|
524
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
727
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/ImportKey.ts.html |here} to see how to use ImportKey API.
|
|
525
728
|
*/
|
|
526
729
|
importKey(importKeyRequest: requests.ImportKeyRequest): Promise<responses.ImportKeyResponse>;
|
|
527
730
|
/**
|
|
@@ -536,7 +739,7 @@ export declare class KmsManagementClient {
|
|
|
536
739
|
* @param ImportKeyVersionRequest
|
|
537
740
|
* @return ImportKeyVersionResponse
|
|
538
741
|
* @throws OciError when an error occurs
|
|
539
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
742
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/ImportKeyVersion.ts.html |here} to see how to use ImportKeyVersion API.
|
|
540
743
|
*/
|
|
541
744
|
importKeyVersion(importKeyVersionRequest: requests.ImportKeyVersionRequest): Promise<responses.ImportKeyVersionResponse>;
|
|
542
745
|
/**
|
|
@@ -552,7 +755,7 @@ export declare class KmsManagementClient {
|
|
|
552
755
|
* @param ListKeyVersionsRequest
|
|
553
756
|
* @return ListKeyVersionsResponse
|
|
554
757
|
* @throws OciError when an error occurs
|
|
555
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
758
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/ListKeyVersions.ts.html |here} to see how to use ListKeyVersions API.
|
|
556
759
|
*/
|
|
557
760
|
listKeyVersions(listKeyVersionsRequest: requests.ListKeyVersionsRequest): Promise<responses.ListKeyVersionsResponse>;
|
|
558
761
|
/**
|
|
@@ -599,7 +802,7 @@ export declare class KmsManagementClient {
|
|
|
599
802
|
* @param ListKeysRequest
|
|
600
803
|
* @return ListKeysResponse
|
|
601
804
|
* @throws OciError when an error occurs
|
|
602
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
805
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/ListKeys.ts.html |here} to see how to use ListKeys API.
|
|
603
806
|
*/
|
|
604
807
|
listKeys(listKeysRequest: requests.ListKeysRequest): Promise<responses.ListKeysResponse>;
|
|
605
808
|
/**
|
|
@@ -643,7 +846,7 @@ export declare class KmsManagementClient {
|
|
|
643
846
|
* @param RestoreKeyFromFileRequest
|
|
644
847
|
* @return RestoreKeyFromFileResponse
|
|
645
848
|
* @throws OciError when an error occurs
|
|
646
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
849
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/RestoreKeyFromFile.ts.html |here} to see how to use RestoreKeyFromFile API.
|
|
647
850
|
*/
|
|
648
851
|
restoreKeyFromFile(restoreKeyFromFileRequest: requests.RestoreKeyFromFileRequest): Promise<responses.RestoreKeyFromFileResponse>;
|
|
649
852
|
/**
|
|
@@ -655,7 +858,7 @@ export declare class KmsManagementClient {
|
|
|
655
858
|
* @param RestoreKeyFromObjectStoreRequest
|
|
656
859
|
* @return RestoreKeyFromObjectStoreResponse
|
|
657
860
|
* @throws OciError when an error occurs
|
|
658
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
861
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/RestoreKeyFromObjectStore.ts.html |here} to see how to use RestoreKeyFromObjectStore API.
|
|
659
862
|
*/
|
|
660
863
|
restoreKeyFromObjectStore(restoreKeyFromObjectStoreRequest: requests.RestoreKeyFromObjectStoreRequest): Promise<responses.RestoreKeyFromObjectStoreResponse>;
|
|
661
864
|
/**
|
|
@@ -671,7 +874,7 @@ export declare class KmsManagementClient {
|
|
|
671
874
|
* @param ScheduleKeyDeletionRequest
|
|
672
875
|
* @return ScheduleKeyDeletionResponse
|
|
673
876
|
* @throws OciError when an error occurs
|
|
674
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
877
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/ScheduleKeyDeletion.ts.html |here} to see how to use ScheduleKeyDeletion API.
|
|
675
878
|
*/
|
|
676
879
|
scheduleKeyDeletion(scheduleKeyDeletionRequest: requests.ScheduleKeyDeletionRequest): Promise<responses.ScheduleKeyDeletionResponse>;
|
|
677
880
|
/**
|
|
@@ -687,7 +890,7 @@ export declare class KmsManagementClient {
|
|
|
687
890
|
* @param ScheduleKeyVersionDeletionRequest
|
|
688
891
|
* @return ScheduleKeyVersionDeletionResponse
|
|
689
892
|
* @throws OciError when an error occurs
|
|
690
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
893
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/ScheduleKeyVersionDeletion.ts.html |here} to see how to use ScheduleKeyVersionDeletion API.
|
|
691
894
|
*/
|
|
692
895
|
scheduleKeyVersionDeletion(scheduleKeyVersionDeletionRequest: requests.ScheduleKeyVersionDeletionRequest): Promise<responses.ScheduleKeyVersionDeletionResponse>;
|
|
693
896
|
/**
|
|
@@ -704,7 +907,7 @@ export declare class KmsManagementClient {
|
|
|
704
907
|
* @param UpdateKeyRequest
|
|
705
908
|
* @return UpdateKeyResponse
|
|
706
909
|
* @throws OciError when an error occurs
|
|
707
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
910
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/UpdateKey.ts.html |here} to see how to use UpdateKey API.
|
|
708
911
|
*/
|
|
709
912
|
updateKey(updateKeyRequest: requests.UpdateKeyRequest): Promise<responses.UpdateKeyResponse>;
|
|
710
913
|
}
|
|
@@ -739,7 +942,6 @@ export declare class KmsVaultClient {
|
|
|
739
942
|
* @param endpoint The endpoint of the service.
|
|
740
943
|
*/
|
|
741
944
|
set endpoint(endpoint: string);
|
|
742
|
-
get logger(): import("oci-common/lib/log").Logger;
|
|
743
945
|
/**
|
|
744
946
|
* Determines whether realm specific endpoint should be used or not.
|
|
745
947
|
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
@@ -787,7 +989,7 @@ export declare class KmsVaultClient {
|
|
|
787
989
|
* @param BackupVaultRequest
|
|
788
990
|
* @return BackupVaultResponse
|
|
789
991
|
* @throws OciError when an error occurs
|
|
790
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
992
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/BackupVault.ts.html |here} to see how to use BackupVault API.
|
|
791
993
|
*/
|
|
792
994
|
backupVault(backupVaultRequest: requests.BackupVaultRequest): Promise<responses.BackupVaultResponse>;
|
|
793
995
|
/**
|
|
@@ -805,7 +1007,7 @@ export declare class KmsVaultClient {
|
|
|
805
1007
|
* @param CancelVaultDeletionRequest
|
|
806
1008
|
* @return CancelVaultDeletionResponse
|
|
807
1009
|
* @throws OciError when an error occurs
|
|
808
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1010
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/CancelVaultDeletion.ts.html |here} to see how to use CancelVaultDeletion API.
|
|
809
1011
|
*/
|
|
810
1012
|
cancelVaultDeletion(cancelVaultDeletionRequest: requests.CancelVaultDeletionRequest): Promise<responses.CancelVaultDeletionResponse>;
|
|
811
1013
|
/**
|
|
@@ -823,7 +1025,7 @@ export declare class KmsVaultClient {
|
|
|
823
1025
|
* @param ChangeVaultCompartmentRequest
|
|
824
1026
|
* @return ChangeVaultCompartmentResponse
|
|
825
1027
|
* @throws OciError when an error occurs
|
|
826
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1028
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/ChangeVaultCompartment.ts.html |here} to see how to use ChangeVaultCompartment API.
|
|
827
1029
|
*/
|
|
828
1030
|
changeVaultCompartment(changeVaultCompartmentRequest: requests.ChangeVaultCompartmentRequest): Promise<responses.ChangeVaultCompartmentResponse>;
|
|
829
1031
|
/**
|
|
@@ -841,7 +1043,7 @@ export declare class KmsVaultClient {
|
|
|
841
1043
|
* @param CreateVaultRequest
|
|
842
1044
|
* @return CreateVaultResponse
|
|
843
1045
|
* @throws OciError when an error occurs
|
|
844
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1046
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/CreateVault.ts.html |here} to see how to use CreateVault API.
|
|
845
1047
|
*/
|
|
846
1048
|
createVault(createVaultRequest: requests.CreateVaultRequest): Promise<responses.CreateVaultResponse>;
|
|
847
1049
|
/**
|
|
@@ -860,7 +1062,7 @@ export declare class KmsVaultClient {
|
|
|
860
1062
|
* @param CreateVaultReplicaRequest
|
|
861
1063
|
* @return CreateVaultReplicaResponse
|
|
862
1064
|
* @throws OciError when an error occurs
|
|
863
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1065
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/CreateVaultReplica.ts.html |here} to see how to use CreateVaultReplica API.
|
|
864
1066
|
*/
|
|
865
1067
|
createVaultReplica(createVaultReplicaRequest: requests.CreateVaultReplicaRequest): Promise<responses.CreateVaultReplicaResponse>;
|
|
866
1068
|
/**
|
|
@@ -875,7 +1077,7 @@ export declare class KmsVaultClient {
|
|
|
875
1077
|
* @param DeleteVaultReplicaRequest
|
|
876
1078
|
* @return DeleteVaultReplicaResponse
|
|
877
1079
|
* @throws OciError when an error occurs
|
|
878
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1080
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/DeleteVaultReplica.ts.html |here} to see how to use DeleteVaultReplica API.
|
|
879
1081
|
*/
|
|
880
1082
|
deleteVaultReplica(deleteVaultReplicaRequest: requests.DeleteVaultReplicaRequest): Promise<responses.DeleteVaultReplicaResponse>;
|
|
881
1083
|
/**
|
|
@@ -890,7 +1092,7 @@ export declare class KmsVaultClient {
|
|
|
890
1092
|
* @param GetVaultRequest
|
|
891
1093
|
* @return GetVaultResponse
|
|
892
1094
|
* @throws OciError when an error occurs
|
|
893
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1095
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/GetVault.ts.html |here} to see how to use GetVault API.
|
|
894
1096
|
*/
|
|
895
1097
|
getVault(getVaultRequest: requests.GetVaultRequest): Promise<responses.GetVaultResponse>;
|
|
896
1098
|
/**
|
|
@@ -900,7 +1102,7 @@ export declare class KmsVaultClient {
|
|
|
900
1102
|
* @param GetVaultUsageRequest
|
|
901
1103
|
* @return GetVaultUsageResponse
|
|
902
1104
|
* @throws OciError when an error occurs
|
|
903
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/GetVaultUsage.ts.html |here} to see how to use GetVaultUsage API.
|
|
904
1106
|
*/
|
|
905
1107
|
getVaultUsage(getVaultUsageRequest: requests.GetVaultUsageRequest): Promise<responses.GetVaultUsageResponse>;
|
|
906
1108
|
/**
|
|
@@ -915,7 +1117,7 @@ export declare class KmsVaultClient {
|
|
|
915
1117
|
* @param ListVaultReplicasRequest
|
|
916
1118
|
* @return ListVaultReplicasResponse
|
|
917
1119
|
* @throws OciError when an error occurs
|
|
918
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1120
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/ListVaultReplicas.ts.html |here} to see how to use ListVaultReplicas API.
|
|
919
1121
|
*/
|
|
920
1122
|
listVaultReplicas(listVaultReplicasRequest: requests.ListVaultReplicasRequest): Promise<responses.ListVaultReplicasResponse>;
|
|
921
1123
|
/**
|
|
@@ -962,7 +1164,7 @@ export declare class KmsVaultClient {
|
|
|
962
1164
|
* @param ListVaultsRequest
|
|
963
1165
|
* @return ListVaultsResponse
|
|
964
1166
|
* @throws OciError when an error occurs
|
|
965
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/ListVaults.ts.html |here} to see how to use ListVaults API.
|
|
966
1168
|
*/
|
|
967
1169
|
listVaults(listVaultsRequest: requests.ListVaultsRequest): Promise<responses.ListVaultsResponse>;
|
|
968
1170
|
/**
|
|
@@ -1006,7 +1208,7 @@ export declare class KmsVaultClient {
|
|
|
1006
1208
|
* @param RestoreVaultFromFileRequest
|
|
1007
1209
|
* @return RestoreVaultFromFileResponse
|
|
1008
1210
|
* @throws OciError when an error occurs
|
|
1009
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1211
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/RestoreVaultFromFile.ts.html |here} to see how to use RestoreVaultFromFile API.
|
|
1010
1212
|
*/
|
|
1011
1213
|
restoreVaultFromFile(restoreVaultFromFileRequest: requests.RestoreVaultFromFileRequest): Promise<responses.RestoreVaultFromFileResponse>;
|
|
1012
1214
|
/**
|
|
@@ -1018,7 +1220,7 @@ export declare class KmsVaultClient {
|
|
|
1018
1220
|
* @param RestoreVaultFromObjectStoreRequest
|
|
1019
1221
|
* @return RestoreVaultFromObjectStoreResponse
|
|
1020
1222
|
* @throws OciError when an error occurs
|
|
1021
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1223
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/RestoreVaultFromObjectStore.ts.html |here} to see how to use RestoreVaultFromObjectStore API.
|
|
1022
1224
|
*/
|
|
1023
1225
|
restoreVaultFromObjectStore(restoreVaultFromObjectStoreRequest: requests.RestoreVaultFromObjectStoreRequest): Promise<responses.RestoreVaultFromObjectStoreResponse>;
|
|
1024
1226
|
/**
|
|
@@ -1037,7 +1239,7 @@ export declare class KmsVaultClient {
|
|
|
1037
1239
|
* @param ScheduleVaultDeletionRequest
|
|
1038
1240
|
* @return ScheduleVaultDeletionResponse
|
|
1039
1241
|
* @throws OciError when an error occurs
|
|
1040
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1242
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/ScheduleVaultDeletion.ts.html |here} to see how to use ScheduleVaultDeletion API.
|
|
1041
1243
|
*/
|
|
1042
1244
|
scheduleVaultDeletion(scheduleVaultDeletionRequest: requests.ScheduleVaultDeletionRequest): Promise<responses.ScheduleVaultDeletionResponse>;
|
|
1043
1245
|
/**
|
|
@@ -1054,7 +1256,7 @@ export declare class KmsVaultClient {
|
|
|
1054
1256
|
* @param UpdateVaultRequest
|
|
1055
1257
|
* @return UpdateVaultResponse
|
|
1056
1258
|
* @throws OciError when an error occurs
|
|
1057
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/keymanagement/UpdateVault.ts.html |here} to see how to use UpdateVault API.
|
|
1058
1260
|
*/
|
|
1059
1261
|
updateVault(updateVaultRequest: requests.UpdateVaultRequest): Promise<responses.UpdateVaultResponse>;
|
|
1060
1262
|
}
|