@aws-sdk/client-kms 3.1044.0 → 3.1046.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/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +124 -125
- package/dist-cjs/models/KMSServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/KMS.js +1 -1
- package/dist-es/KMSClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CancelKeyDeletionCommand.js +2 -2
- package/dist-es/commands/ConnectCustomKeyStoreCommand.js +2 -2
- package/dist-es/commands/CreateAliasCommand.js +2 -2
- package/dist-es/commands/CreateCustomKeyStoreCommand.js +2 -2
- package/dist-es/commands/CreateGrantCommand.js +2 -2
- package/dist-es/commands/CreateKeyCommand.js +2 -2
- package/dist-es/commands/DecryptCommand.js +2 -2
- package/dist-es/commands/DeleteAliasCommand.js +2 -2
- package/dist-es/commands/DeleteCustomKeyStoreCommand.js +2 -2
- package/dist-es/commands/DeleteImportedKeyMaterialCommand.js +2 -2
- package/dist-es/commands/DeriveSharedSecretCommand.js +2 -2
- package/dist-es/commands/DescribeCustomKeyStoresCommand.js +2 -2
- package/dist-es/commands/DescribeKeyCommand.js +2 -2
- package/dist-es/commands/DisableKeyCommand.js +2 -2
- package/dist-es/commands/DisableKeyRotationCommand.js +2 -2
- package/dist-es/commands/DisconnectCustomKeyStoreCommand.js +2 -2
- package/dist-es/commands/EnableKeyCommand.js +2 -2
- package/dist-es/commands/EnableKeyRotationCommand.js +2 -2
- package/dist-es/commands/EncryptCommand.js +2 -2
- package/dist-es/commands/GenerateDataKeyCommand.js +2 -2
- package/dist-es/commands/GenerateDataKeyPairCommand.js +2 -2
- package/dist-es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +2 -2
- package/dist-es/commands/GenerateDataKeyWithoutPlaintextCommand.js +2 -2
- package/dist-es/commands/GenerateMacCommand.js +2 -2
- package/dist-es/commands/GenerateRandomCommand.js +2 -2
- package/dist-es/commands/GetKeyLastUsageCommand.js +2 -2
- package/dist-es/commands/GetKeyPolicyCommand.js +2 -2
- package/dist-es/commands/GetKeyRotationStatusCommand.js +2 -2
- package/dist-es/commands/GetParametersForImportCommand.js +2 -2
- package/dist-es/commands/GetPublicKeyCommand.js +2 -2
- package/dist-es/commands/ImportKeyMaterialCommand.js +2 -2
- package/dist-es/commands/ListAliasesCommand.js +2 -2
- package/dist-es/commands/ListGrantsCommand.js +2 -2
- package/dist-es/commands/ListKeyPoliciesCommand.js +2 -2
- package/dist-es/commands/ListKeyRotationsCommand.js +2 -2
- package/dist-es/commands/ListKeysCommand.js +2 -2
- package/dist-es/commands/ListResourceTagsCommand.js +2 -2
- package/dist-es/commands/ListRetirableGrantsCommand.js +2 -2
- package/dist-es/commands/PutKeyPolicyCommand.js +2 -2
- package/dist-es/commands/ReEncryptCommand.js +2 -2
- package/dist-es/commands/ReplicateKeyCommand.js +2 -2
- package/dist-es/commands/RetireGrantCommand.js +2 -2
- package/dist-es/commands/RevokeGrantCommand.js +2 -2
- package/dist-es/commands/RotateKeyOnDemandCommand.js +2 -2
- package/dist-es/commands/ScheduleKeyDeletionCommand.js +2 -2
- package/dist-es/commands/SignCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAliasCommand.js +2 -2
- package/dist-es/commands/UpdateCustomKeyStoreCommand.js +2 -2
- package/dist-es/commands/UpdateKeyDescriptionCommand.js +2 -2
- package/dist-es/commands/UpdatePrimaryRegionCommand.js +2 -2
- package/dist-es/commands/VerifyCommand.js +2 -2
- package/dist-es/commands/VerifyMacCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/KMSServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/KMSClient.d.ts +5 -5
- package/dist-types/commands/CancelKeyDeletionCommand.d.ts +6 -4
- package/dist-types/commands/ConnectCustomKeyStoreCommand.d.ts +6 -4
- package/dist-types/commands/CreateAliasCommand.d.ts +6 -4
- package/dist-types/commands/CreateCustomKeyStoreCommand.d.ts +6 -4
- package/dist-types/commands/CreateGrantCommand.d.ts +6 -4
- package/dist-types/commands/CreateKeyCommand.d.ts +6 -4
- package/dist-types/commands/DecryptCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAliasCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCustomKeyStoreCommand.d.ts +6 -4
- package/dist-types/commands/DeleteImportedKeyMaterialCommand.d.ts +6 -4
- package/dist-types/commands/DeriveSharedSecretCommand.d.ts +6 -4
- package/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +6 -4
- package/dist-types/commands/DescribeKeyCommand.d.ts +6 -4
- package/dist-types/commands/DisableKeyCommand.d.ts +6 -4
- package/dist-types/commands/DisableKeyRotationCommand.d.ts +6 -4
- package/dist-types/commands/DisconnectCustomKeyStoreCommand.d.ts +6 -4
- package/dist-types/commands/EnableKeyCommand.d.ts +6 -4
- package/dist-types/commands/EnableKeyRotationCommand.d.ts +6 -4
- package/dist-types/commands/EncryptCommand.d.ts +6 -4
- package/dist-types/commands/GenerateDataKeyCommand.d.ts +6 -4
- package/dist-types/commands/GenerateDataKeyPairCommand.d.ts +6 -4
- package/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +6 -4
- package/dist-types/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +6 -4
- package/dist-types/commands/GenerateMacCommand.d.ts +6 -4
- package/dist-types/commands/GenerateRandomCommand.d.ts +6 -4
- package/dist-types/commands/GetKeyLastUsageCommand.d.ts +6 -4
- package/dist-types/commands/GetKeyPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetKeyRotationStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetParametersForImportCommand.d.ts +6 -4
- package/dist-types/commands/GetPublicKeyCommand.d.ts +6 -4
- package/dist-types/commands/ImportKeyMaterialCommand.d.ts +6 -4
- package/dist-types/commands/ListAliasesCommand.d.ts +6 -4
- package/dist-types/commands/ListGrantsCommand.d.ts +6 -4
- package/dist-types/commands/ListKeyPoliciesCommand.d.ts +6 -4
- package/dist-types/commands/ListKeyRotationsCommand.d.ts +6 -4
- package/dist-types/commands/ListKeysCommand.d.ts +6 -4
- package/dist-types/commands/ListResourceTagsCommand.d.ts +6 -4
- package/dist-types/commands/ListRetirableGrantsCommand.d.ts +6 -4
- package/dist-types/commands/PutKeyPolicyCommand.d.ts +6 -4
- package/dist-types/commands/ReEncryptCommand.d.ts +6 -4
- package/dist-types/commands/ReplicateKeyCommand.d.ts +6 -4
- package/dist-types/commands/RetireGrantCommand.d.ts +6 -4
- package/dist-types/commands/RevokeGrantCommand.d.ts +6 -4
- package/dist-types/commands/RotateKeyOnDemandCommand.d.ts +6 -4
- package/dist-types/commands/ScheduleKeyDeletionCommand.d.ts +6 -4
- package/dist-types/commands/SignCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAliasCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +6 -4
- package/dist-types/commands/UpdateKeyDescriptionCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePrimaryRegionCommand.d.ts +6 -4
- package/dist-types/commands/VerifyCommand.d.ts +6 -4
- package/dist-types/commands/VerifyMacCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/KMSServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/KMSClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CancelKeyDeletionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ConnectCustomKeyStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCustomKeyStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/DecryptCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCustomKeyStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteImportedKeyMaterialCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeriveSharedSecretCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeCustomKeyStoresCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisableKeyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisableKeyRotationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisconnectCustomKeyStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnableKeyCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/EnableKeyRotationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EncryptCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GenerateDataKeyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GenerateDataKeyPairCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GenerateMacCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GenerateRandomCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetKeyLastUsageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetKeyPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetKeyRotationStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ImportKeyMaterialCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListGrantsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListKeyPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListKeyRotationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/ListResourceTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRetirableGrantsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutKeyPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ReEncryptCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ReplicateKeyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RetireGrantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RevokeGrantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RotateKeyOnDemandCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ScheduleKeyDeletionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SignCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCustomKeyStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateKeyDescriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePrimaryRegionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/VerifyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/VerifyMacCommand.d.ts +6 -8
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/KMSServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
|
|
4
4
|
import type { EnableKeyRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface EnableKeyCommandInput extends EnableKeyRequest {
|
|
|
22
22
|
export interface EnableKeyCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const EnableKeyCommand_base: {
|
|
25
|
-
new (input: EnableKeyCommandInput): import("@smithy/
|
|
26
|
-
new (input: EnableKeyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: EnableKeyCommandInput): import("@smithy/core/client").CommandImpl<EnableKeyCommandInput, EnableKeyCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: EnableKeyCommandInput): import("@smithy/core/client").CommandImpl<EnableKeyCommandInput, EnableKeyCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Sets the key state of a KMS key to enabled. This allows you to use the KMS key for
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
|
|
4
4
|
import type { EnableKeyRotationRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface EnableKeyRotationCommandInput extends EnableKeyRotationRequest
|
|
|
22
22
|
export interface EnableKeyRotationCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const EnableKeyRotationCommand_base: {
|
|
25
|
-
new (input: EnableKeyRotationCommandInput): import("@smithy/
|
|
26
|
-
new (input: EnableKeyRotationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: EnableKeyRotationCommandInput): import("@smithy/core/client").CommandImpl<EnableKeyRotationCommandInput, EnableKeyRotationCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: EnableKeyRotationCommandInput): import("@smithy/core/client").CommandImpl<EnableKeyRotationCommandInput, EnableKeyRotationCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enables <a href="https://docs.aws.amazon.com/kms/latest/developerguide/rotating-keys-enable-disable.html">automatic rotation of the key material</a> of the specified symmetric encryption KMS
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
|
|
4
4
|
import type { EncryptRequest, EncryptResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface EncryptCommandInput extends EncryptRequest {
|
|
|
22
22
|
export interface EncryptCommandOutput extends EncryptResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const EncryptCommand_base: {
|
|
25
|
-
new (input: EncryptCommandInput): import("@smithy/
|
|
26
|
-
new (input: EncryptCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: EncryptCommandInput): import("@smithy/core/client").CommandImpl<EncryptCommandInput, EncryptCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: EncryptCommandInput): import("@smithy/core/client").CommandImpl<EncryptCommandInput, EncryptCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Encrypts plaintext of up to 4,096 bytes using a KMS key. You can use a symmetric or
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
|
|
4
4
|
import type { GenerateDataKeyRequest, GenerateDataKeyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GenerateDataKeyCommandInput extends GenerateDataKeyRequest {
|
|
|
22
22
|
export interface GenerateDataKeyCommandOutput extends GenerateDataKeyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GenerateDataKeyCommand_base: {
|
|
25
|
-
new (input: GenerateDataKeyCommandInput): import("@smithy/
|
|
26
|
-
new (input: GenerateDataKeyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GenerateDataKeyCommandInput): import("@smithy/core/client").CommandImpl<GenerateDataKeyCommandInput, GenerateDataKeyCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GenerateDataKeyCommandInput): import("@smithy/core/client").CommandImpl<GenerateDataKeyCommandInput, GenerateDataKeyCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a unique symmetric data key for use outside of KMS. This operation returns a
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
|
|
4
4
|
import type { GenerateDataKeyPairRequest, GenerateDataKeyPairResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GenerateDataKeyPairCommandInput extends GenerateDataKeyPairRequ
|
|
|
22
22
|
export interface GenerateDataKeyPairCommandOutput extends GenerateDataKeyPairResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GenerateDataKeyPairCommand_base: {
|
|
25
|
-
new (input: GenerateDataKeyPairCommandInput): import("@smithy/
|
|
26
|
-
new (input: GenerateDataKeyPairCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GenerateDataKeyPairCommandInput): import("@smithy/core/client").CommandImpl<GenerateDataKeyPairCommandInput, GenerateDataKeyPairCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GenerateDataKeyPairCommandInput): import("@smithy/core/client").CommandImpl<GenerateDataKeyPairCommandInput, GenerateDataKeyPairCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a unique asymmetric data key pair for use outside of KMS. This operation returns
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
|
|
4
4
|
import type { GenerateDataKeyPairWithoutPlaintextRequest, GenerateDataKeyPairWithoutPlaintextResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GenerateDataKeyPairWithoutPlaintextCommandInput extends Generat
|
|
|
22
22
|
export interface GenerateDataKeyPairWithoutPlaintextCommandOutput extends GenerateDataKeyPairWithoutPlaintextResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GenerateDataKeyPairWithoutPlaintextCommand_base: {
|
|
25
|
-
new (input: GenerateDataKeyPairWithoutPlaintextCommandInput): import("@smithy/
|
|
26
|
-
new (input: GenerateDataKeyPairWithoutPlaintextCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GenerateDataKeyPairWithoutPlaintextCommandInput): import("@smithy/core/client").CommandImpl<GenerateDataKeyPairWithoutPlaintextCommandInput, GenerateDataKeyPairWithoutPlaintextCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GenerateDataKeyPairWithoutPlaintextCommandInput): import("@smithy/core/client").CommandImpl<GenerateDataKeyPairWithoutPlaintextCommandInput, GenerateDataKeyPairWithoutPlaintextCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a unique asymmetric data key pair for use outside of KMS. This operation returns
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
|
|
4
4
|
import type { GenerateDataKeyWithoutPlaintextRequest, GenerateDataKeyWithoutPlaintextResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GenerateDataKeyWithoutPlaintextCommandInput extends GenerateDat
|
|
|
22
22
|
export interface GenerateDataKeyWithoutPlaintextCommandOutput extends GenerateDataKeyWithoutPlaintextResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GenerateDataKeyWithoutPlaintextCommand_base: {
|
|
25
|
-
new (input: GenerateDataKeyWithoutPlaintextCommandInput): import("@smithy/
|
|
26
|
-
new (input: GenerateDataKeyWithoutPlaintextCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GenerateDataKeyWithoutPlaintextCommandInput): import("@smithy/core/client").CommandImpl<GenerateDataKeyWithoutPlaintextCommandInput, GenerateDataKeyWithoutPlaintextCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GenerateDataKeyWithoutPlaintextCommandInput): import("@smithy/core/client").CommandImpl<GenerateDataKeyWithoutPlaintextCommandInput, GenerateDataKeyWithoutPlaintextCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a unique symmetric data key for use outside of KMS. This operation returns a
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
|
|
4
4
|
import type { GenerateMacRequest, GenerateMacResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GenerateMacCommandInput extends GenerateMacRequest {
|
|
|
22
22
|
export interface GenerateMacCommandOutput extends GenerateMacResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GenerateMacCommand_base: {
|
|
25
|
-
new (input: GenerateMacCommandInput): import("@smithy/
|
|
26
|
-
new (input: GenerateMacCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GenerateMacCommandInput): import("@smithy/core/client").CommandImpl<GenerateMacCommandInput, GenerateMacCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GenerateMacCommandInput): import("@smithy/core/client").CommandImpl<GenerateMacCommandInput, GenerateMacCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Generates a hash-based message authentication code (HMAC) for a message using an HMAC KMS
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
|
|
4
4
|
import type { GenerateRandomRequest, GenerateRandomResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GenerateRandomCommandInput extends GenerateRandomRequest {
|
|
|
22
22
|
export interface GenerateRandomCommandOutput extends GenerateRandomResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GenerateRandomCommand_base: {
|
|
25
|
-
new (input: GenerateRandomCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GenerateRandomCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GenerateRandomCommandInput): import("@smithy/core/client").CommandImpl<GenerateRandomCommandInput, GenerateRandomCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GenerateRandomCommandInput]): import("@smithy/core/client").CommandImpl<GenerateRandomCommandInput, GenerateRandomCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a random byte string that is cryptographically secure.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
|
|
4
4
|
import type { GetKeyLastUsageRequest, GetKeyLastUsageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetKeyLastUsageCommandInput extends GetKeyLastUsageRequest {
|
|
|
22
22
|
export interface GetKeyLastUsageCommandOutput extends GetKeyLastUsageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetKeyLastUsageCommand_base: {
|
|
25
|
-
new (input: GetKeyLastUsageCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetKeyLastUsageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetKeyLastUsageCommandInput): import("@smithy/core/client").CommandImpl<GetKeyLastUsageCommandInput, GetKeyLastUsageCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetKeyLastUsageCommandInput): import("@smithy/core/client").CommandImpl<GetKeyLastUsageCommandInput, GetKeyLastUsageCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns usage information about the last successful cryptographic operation performed with a
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
|
|
4
4
|
import type { GetKeyPolicyRequest, GetKeyPolicyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetKeyPolicyCommandInput extends GetKeyPolicyRequest {
|
|
|
22
22
|
export interface GetKeyPolicyCommandOutput extends GetKeyPolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetKeyPolicyCommand_base: {
|
|
25
|
-
new (input: GetKeyPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetKeyPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetKeyPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetKeyPolicyCommandInput, GetKeyPolicyCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetKeyPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetKeyPolicyCommandInput, GetKeyPolicyCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets a key policy attached to the specified KMS key.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
|
|
4
4
|
import type { GetKeyRotationStatusRequest, GetKeyRotationStatusResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetKeyRotationStatusCommandInput extends GetKeyRotationStatusRe
|
|
|
22
22
|
export interface GetKeyRotationStatusCommandOutput extends GetKeyRotationStatusResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetKeyRotationStatusCommand_base: {
|
|
25
|
-
new (input: GetKeyRotationStatusCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetKeyRotationStatusCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetKeyRotationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetKeyRotationStatusCommandInput, GetKeyRotationStatusCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetKeyRotationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetKeyRotationStatusCommandInput, GetKeyRotationStatusCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides detailed information about the rotation status for a KMS key, including whether
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
|
|
4
4
|
import type { GetParametersForImportRequest, GetParametersForImportResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetParametersForImportCommandInput extends GetParametersForImpo
|
|
|
22
22
|
export interface GetParametersForImportCommandOutput extends GetParametersForImportResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetParametersForImportCommand_base: {
|
|
25
|
-
new (input: GetParametersForImportCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetParametersForImportCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetParametersForImportCommandInput): import("@smithy/core/client").CommandImpl<GetParametersForImportCommandInput, GetParametersForImportCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetParametersForImportCommandInput): import("@smithy/core/client").CommandImpl<GetParametersForImportCommandInput, GetParametersForImportCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the public key and an import token you need to import or reimport key material for
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
|
|
4
4
|
import type { GetPublicKeyRequest, GetPublicKeyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetPublicKeyCommandInput extends GetPublicKeyRequest {
|
|
|
22
22
|
export interface GetPublicKeyCommandOutput extends GetPublicKeyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetPublicKeyCommand_base: {
|
|
25
|
-
new (input: GetPublicKeyCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetPublicKeyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetPublicKeyCommandInput): import("@smithy/core/client").CommandImpl<GetPublicKeyCommandInput, GetPublicKeyCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetPublicKeyCommandInput): import("@smithy/core/client").CommandImpl<GetPublicKeyCommandInput, GetPublicKeyCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the public key of an asymmetric KMS key. Unlike the private key of a asymmetric
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
|
|
4
4
|
import type { ImportKeyMaterialRequest, ImportKeyMaterialResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ImportKeyMaterialCommandInput extends ImportKeyMaterialRequest
|
|
|
22
22
|
export interface ImportKeyMaterialCommandOutput extends ImportKeyMaterialResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ImportKeyMaterialCommand_base: {
|
|
25
|
-
new (input: ImportKeyMaterialCommandInput): import("@smithy/
|
|
26
|
-
new (input: ImportKeyMaterialCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ImportKeyMaterialCommandInput): import("@smithy/core/client").CommandImpl<ImportKeyMaterialCommandInput, ImportKeyMaterialCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ImportKeyMaterialCommandInput): import("@smithy/core/client").CommandImpl<ImportKeyMaterialCommandInput, ImportKeyMaterialCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Imports or reimports key material into an existing KMS key that was created without key
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
|
|
4
4
|
import type { ListAliasesRequest, ListAliasesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListAliasesCommandInput extends ListAliasesRequest {
|
|
|
22
22
|
export interface ListAliasesCommandOutput extends ListAliasesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAliasesCommand_base: {
|
|
25
|
-
new (input: ListAliasesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListAliasesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListAliasesCommandInput): import("@smithy/core/client").CommandImpl<ListAliasesCommandInput, ListAliasesCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListAliasesCommandInput]): import("@smithy/core/client").CommandImpl<ListAliasesCommandInput, ListAliasesCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets a list of aliases in the caller's Amazon Web Services account and region. For more information
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
|
|
4
4
|
import type { ListGrantsRequest, ListGrantsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListGrantsCommandInput extends ListGrantsRequest {
|
|
|
22
22
|
export interface ListGrantsCommandOutput extends ListGrantsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListGrantsCommand_base: {
|
|
25
|
-
new (input: ListGrantsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListGrantsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListGrantsCommandInput): import("@smithy/core/client").CommandImpl<ListGrantsCommandInput, ListGrantsCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListGrantsCommandInput): import("@smithy/core/client").CommandImpl<ListGrantsCommandInput, ListGrantsCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets a list of all grants for the specified KMS key. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
|
|
4
4
|
import type { ListKeyPoliciesRequest, ListKeyPoliciesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListKeyPoliciesCommandInput extends ListKeyPoliciesRequest {
|
|
|
22
22
|
export interface ListKeyPoliciesCommandOutput extends ListKeyPoliciesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListKeyPoliciesCommand_base: {
|
|
25
|
-
new (input: ListKeyPoliciesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListKeyPoliciesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListKeyPoliciesCommandInput): import("@smithy/core/client").CommandImpl<ListKeyPoliciesCommandInput, ListKeyPoliciesCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListKeyPoliciesCommandInput): import("@smithy/core/client").CommandImpl<ListKeyPoliciesCommandInput, ListKeyPoliciesCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets the names of the key policies that are attached to a KMS key. This operation is
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
|
|
4
4
|
import type { ListKeyRotationsRequest, ListKeyRotationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListKeyRotationsCommandInput extends ListKeyRotationsRequest {
|
|
|
22
22
|
export interface ListKeyRotationsCommandOutput extends ListKeyRotationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListKeyRotationsCommand_base: {
|
|
25
|
-
new (input: ListKeyRotationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListKeyRotationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListKeyRotationsCommandInput): import("@smithy/core/client").CommandImpl<ListKeyRotationsCommandInput, ListKeyRotationsCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListKeyRotationsCommandInput): import("@smithy/core/client").CommandImpl<ListKeyRotationsCommandInput, ListKeyRotationsCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about the key materials associated with the specified KMS key. You can
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
|
|
4
4
|
import type { ListKeysRequest, ListKeysResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListKeysCommandInput extends ListKeysRequest {
|
|
|
22
22
|
export interface ListKeysCommandOutput extends ListKeysResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListKeysCommand_base: {
|
|
25
|
-
new (input: ListKeysCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListKeysCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListKeysCommandInput): import("@smithy/core/client").CommandImpl<ListKeysCommandInput, ListKeysCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListKeysCommandInput]): import("@smithy/core/client").CommandImpl<ListKeysCommandInput, ListKeysCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets a list of all KMS keys in the caller's Amazon Web Services account and Region.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
|
|
4
4
|
import type { ListResourceTagsRequest, ListResourceTagsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListResourceTagsCommandInput extends ListResourceTagsRequest {
|
|
|
22
22
|
export interface ListResourceTagsCommandOutput extends ListResourceTagsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListResourceTagsCommand_base: {
|
|
25
|
-
new (input: ListResourceTagsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListResourceTagsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListResourceTagsCommandInput): import("@smithy/core/client").CommandImpl<ListResourceTagsCommandInput, ListResourceTagsCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListResourceTagsCommandInput): import("@smithy/core/client").CommandImpl<ListResourceTagsCommandInput, ListResourceTagsCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns all tags on the specified KMS key.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
|
|
4
4
|
import type { ListGrantsResponse, ListRetirableGrantsRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListRetirableGrantsCommandInput extends ListRetirableGrantsRequ
|
|
|
22
22
|
export interface ListRetirableGrantsCommandOutput extends ListGrantsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListRetirableGrantsCommand_base: {
|
|
25
|
-
new (input: ListRetirableGrantsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListRetirableGrantsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListRetirableGrantsCommandInput): import("@smithy/core/client").CommandImpl<ListRetirableGrantsCommandInput, ListRetirableGrantsCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListRetirableGrantsCommandInput): import("@smithy/core/client").CommandImpl<ListRetirableGrantsCommandInput, ListRetirableGrantsCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about all grants in the Amazon Web Services account and Region that have the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
|
|
4
4
|
import type { PutKeyPolicyRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutKeyPolicyCommandInput extends PutKeyPolicyRequest {
|
|
|
22
22
|
export interface PutKeyPolicyCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutKeyPolicyCommand_base: {
|
|
25
|
-
new (input: PutKeyPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutKeyPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutKeyPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutKeyPolicyCommandInput, PutKeyPolicyCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutKeyPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutKeyPolicyCommandInput, PutKeyPolicyCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Attaches a key policy to the specified KMS key. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
|
|
4
4
|
import type { ReEncryptRequest, ReEncryptResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ReEncryptCommandInput extends ReEncryptRequest {
|
|
|
22
22
|
export interface ReEncryptCommandOutput extends ReEncryptResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ReEncryptCommand_base: {
|
|
25
|
-
new (input: ReEncryptCommandInput): import("@smithy/
|
|
26
|
-
new (input: ReEncryptCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ReEncryptCommandInput): import("@smithy/core/client").CommandImpl<ReEncryptCommandInput, ReEncryptCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ReEncryptCommandInput): import("@smithy/core/client").CommandImpl<ReEncryptCommandInput, ReEncryptCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Decrypts ciphertext and then reencrypts it entirely within KMS. You can use this
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
|
|
4
4
|
import type { ReplicateKeyRequest, ReplicateKeyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ReplicateKeyCommandInput extends ReplicateKeyRequest {
|
|
|
22
22
|
export interface ReplicateKeyCommandOutput extends ReplicateKeyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ReplicateKeyCommand_base: {
|
|
25
|
-
new (input: ReplicateKeyCommandInput): import("@smithy/
|
|
26
|
-
new (input: ReplicateKeyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ReplicateKeyCommandInput): import("@smithy/core/client").CommandImpl<ReplicateKeyCommandInput, ReplicateKeyCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ReplicateKeyCommandInput): import("@smithy/core/client").CommandImpl<ReplicateKeyCommandInput, ReplicateKeyCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Replicates a multi-Region key into the specified Region. This operation creates a
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
|
|
4
4
|
import type { RetireGrantRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RetireGrantCommandInput extends RetireGrantRequest {
|
|
|
22
22
|
export interface RetireGrantCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RetireGrantCommand_base: {
|
|
25
|
-
new (input: RetireGrantCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [RetireGrantCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RetireGrantCommandInput): import("@smithy/core/client").CommandImpl<RetireGrantCommandInput, RetireGrantCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [RetireGrantCommandInput]): import("@smithy/core/client").CommandImpl<RetireGrantCommandInput, RetireGrantCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a grant. Typically, you retire a grant when you no longer need its permissions. To
|