@aws-sdk/client-kms 3.362.0 → 3.366.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/KMS.js +1 -1
- package/dist-cjs/KMSClient.js +5 -5
- package/dist-cjs/commands/CancelKeyDeletionCommand.js +3 -3
- package/dist-cjs/commands/ConnectCustomKeyStoreCommand.js +3 -3
- package/dist-cjs/commands/CreateAliasCommand.js +3 -3
- package/dist-cjs/commands/CreateCustomKeyStoreCommand.js +3 -3
- package/dist-cjs/commands/CreateGrantCommand.js +3 -3
- package/dist-cjs/commands/CreateKeyCommand.js +3 -3
- package/dist-cjs/commands/DecryptCommand.js +3 -3
- package/dist-cjs/commands/DeleteAliasCommand.js +3 -3
- package/dist-cjs/commands/DeleteCustomKeyStoreCommand.js +3 -3
- package/dist-cjs/commands/DeleteImportedKeyMaterialCommand.js +3 -3
- package/dist-cjs/commands/DescribeCustomKeyStoresCommand.js +3 -3
- package/dist-cjs/commands/DescribeKeyCommand.js +3 -3
- package/dist-cjs/commands/DisableKeyCommand.js +3 -3
- package/dist-cjs/commands/DisableKeyRotationCommand.js +3 -3
- package/dist-cjs/commands/DisconnectCustomKeyStoreCommand.js +3 -3
- package/dist-cjs/commands/EnableKeyCommand.js +3 -3
- package/dist-cjs/commands/EnableKeyRotationCommand.js +3 -3
- package/dist-cjs/commands/EncryptCommand.js +3 -3
- package/dist-cjs/commands/GenerateDataKeyCommand.js +3 -3
- package/dist-cjs/commands/GenerateDataKeyPairCommand.js +3 -3
- package/dist-cjs/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +3 -3
- package/dist-cjs/commands/GenerateDataKeyWithoutPlaintextCommand.js +3 -3
- package/dist-cjs/commands/GenerateMacCommand.js +3 -3
- package/dist-cjs/commands/GenerateRandomCommand.js +3 -3
- package/dist-cjs/commands/GetKeyPolicyCommand.js +3 -3
- package/dist-cjs/commands/GetKeyRotationStatusCommand.js +3 -3
- package/dist-cjs/commands/GetParametersForImportCommand.js +3 -3
- package/dist-cjs/commands/GetPublicKeyCommand.js +3 -3
- package/dist-cjs/commands/ImportKeyMaterialCommand.js +3 -3
- package/dist-cjs/commands/ListAliasesCommand.js +3 -3
- package/dist-cjs/commands/ListGrantsCommand.js +3 -3
- package/dist-cjs/commands/ListKeyPoliciesCommand.js +3 -3
- package/dist-cjs/commands/ListKeysCommand.js +3 -3
- package/dist-cjs/commands/ListResourceTagsCommand.js +3 -3
- package/dist-cjs/commands/ListRetirableGrantsCommand.js +3 -3
- package/dist-cjs/commands/PutKeyPolicyCommand.js +3 -3
- package/dist-cjs/commands/ReEncryptCommand.js +3 -3
- package/dist-cjs/commands/ReplicateKeyCommand.js +3 -3
- package/dist-cjs/commands/RetireGrantCommand.js +3 -3
- package/dist-cjs/commands/RevokeGrantCommand.js +3 -3
- package/dist-cjs/commands/ScheduleKeyDeletionCommand.js +3 -3
- package/dist-cjs/commands/SignCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateAliasCommand.js +3 -3
- package/dist-cjs/commands/UpdateCustomKeyStoreCommand.js +3 -3
- package/dist-cjs/commands/UpdateKeyDescriptionCommand.js +3 -3
- package/dist-cjs/commands/UpdatePrimaryRegionCommand.js +3 -3
- package/dist-cjs/commands/VerifyCommand.js +3 -3
- package/dist-cjs/commands/VerifyMacCommand.js +3 -3
- package/dist-cjs/models/KMSServiceException.js +1 -1
- package/dist-cjs/models/models_0.js +16 -3
- package/dist-cjs/protocols/Aws_json1_1.js +61 -1
- package/dist-cjs/runtimeConfig.browser.js +7 -7
- package/dist-cjs/runtimeConfig.js +10 -10
- package/dist-cjs/runtimeConfig.shared.js +4 -4
- package/dist-es/KMS.js +1 -1
- package/dist-es/KMSClient.js +5 -5
- package/dist-es/commands/CancelKeyDeletionCommand.js +3 -3
- package/dist-es/commands/ConnectCustomKeyStoreCommand.js +3 -3
- package/dist-es/commands/CreateAliasCommand.js +3 -3
- package/dist-es/commands/CreateCustomKeyStoreCommand.js +3 -3
- package/dist-es/commands/CreateGrantCommand.js +3 -3
- package/dist-es/commands/CreateKeyCommand.js +3 -3
- package/dist-es/commands/DecryptCommand.js +3 -3
- package/dist-es/commands/DeleteAliasCommand.js +3 -3
- package/dist-es/commands/DeleteCustomKeyStoreCommand.js +3 -3
- package/dist-es/commands/DeleteImportedKeyMaterialCommand.js +3 -3
- package/dist-es/commands/DescribeCustomKeyStoresCommand.js +3 -3
- package/dist-es/commands/DescribeKeyCommand.js +3 -3
- package/dist-es/commands/DisableKeyCommand.js +3 -3
- package/dist-es/commands/DisableKeyRotationCommand.js +3 -3
- package/dist-es/commands/DisconnectCustomKeyStoreCommand.js +3 -3
- package/dist-es/commands/EnableKeyCommand.js +3 -3
- package/dist-es/commands/EnableKeyRotationCommand.js +3 -3
- package/dist-es/commands/EncryptCommand.js +3 -3
- package/dist-es/commands/GenerateDataKeyCommand.js +3 -3
- package/dist-es/commands/GenerateDataKeyPairCommand.js +3 -3
- package/dist-es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +3 -3
- package/dist-es/commands/GenerateDataKeyWithoutPlaintextCommand.js +3 -3
- package/dist-es/commands/GenerateMacCommand.js +3 -3
- package/dist-es/commands/GenerateRandomCommand.js +3 -3
- package/dist-es/commands/GetKeyPolicyCommand.js +3 -3
- package/dist-es/commands/GetKeyRotationStatusCommand.js +3 -3
- package/dist-es/commands/GetParametersForImportCommand.js +3 -3
- package/dist-es/commands/GetPublicKeyCommand.js +3 -3
- package/dist-es/commands/ImportKeyMaterialCommand.js +3 -3
- package/dist-es/commands/ListAliasesCommand.js +3 -3
- package/dist-es/commands/ListGrantsCommand.js +3 -3
- package/dist-es/commands/ListKeyPoliciesCommand.js +3 -3
- package/dist-es/commands/ListKeysCommand.js +3 -3
- package/dist-es/commands/ListResourceTagsCommand.js +3 -3
- package/dist-es/commands/ListRetirableGrantsCommand.js +3 -3
- package/dist-es/commands/PutKeyPolicyCommand.js +3 -3
- package/dist-es/commands/ReEncryptCommand.js +3 -3
- package/dist-es/commands/ReplicateKeyCommand.js +3 -3
- package/dist-es/commands/RetireGrantCommand.js +3 -3
- package/dist-es/commands/RevokeGrantCommand.js +3 -3
- package/dist-es/commands/ScheduleKeyDeletionCommand.js +3 -3
- package/dist-es/commands/SignCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateAliasCommand.js +3 -3
- package/dist-es/commands/UpdateCustomKeyStoreCommand.js +3 -3
- package/dist-es/commands/UpdateKeyDescriptionCommand.js +3 -3
- package/dist-es/commands/UpdatePrimaryRegionCommand.js +3 -3
- package/dist-es/commands/VerifyCommand.js +3 -3
- package/dist-es/commands/VerifyMacCommand.js +3 -3
- package/dist-es/models/KMSServiceException.js +1 -1
- package/dist-es/models/models_0.js +13 -1
- package/dist-es/protocols/Aws_json1_1.js +62 -2
- package/dist-es/runtimeConfig.browser.js +7 -7
- package/dist-es/runtimeConfig.js +10 -10
- package/dist-es/runtimeConfig.shared.js +4 -4
- package/dist-types/KMS.d.ts +1 -1
- package/dist-types/KMSClient.d.ts +8 -8
- package/dist-types/commands/CancelKeyDeletionCommand.d.ts +6 -4
- package/dist-types/commands/ConnectCustomKeyStoreCommand.d.ts +3 -3
- package/dist-types/commands/CreateAliasCommand.d.ts +6 -4
- package/dist-types/commands/CreateCustomKeyStoreCommand.d.ts +14 -11
- package/dist-types/commands/CreateGrantCommand.d.ts +12 -4
- package/dist-types/commands/CreateKeyCommand.d.ts +19 -16
- package/dist-types/commands/DecryptCommand.d.ts +13 -5
- package/dist-types/commands/DeleteAliasCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCustomKeyStoreCommand.d.ts +3 -3
- package/dist-types/commands/DeleteImportedKeyMaterialCommand.d.ts +6 -4
- package/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +5 -5
- package/dist-types/commands/DescribeKeyCommand.d.ts +3 -3
- 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 +3 -3
- 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 +13 -6
- package/dist-types/commands/GenerateDataKeyCommand.d.ts +20 -11
- package/dist-types/commands/GenerateDataKeyPairCommand.d.ts +24 -14
- package/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +16 -7
- package/dist-types/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +16 -7
- package/dist-types/commands/GenerateMacCommand.d.ts +15 -6
- package/dist-types/commands/GenerateRandomCommand.d.ts +4 -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 +10 -7
- package/dist-types/commands/GetPublicKeyCommand.d.ts +11 -10
- package/dist-types/commands/ImportKeyMaterialCommand.d.ts +7 -6
- package/dist-types/commands/ListAliasesCommand.d.ts +3 -3
- package/dist-types/commands/ListGrantsCommand.d.ts +6 -4
- package/dist-types/commands/ListKeyPoliciesCommand.d.ts +6 -4
- package/dist-types/commands/ListKeysCommand.d.ts +3 -3
- package/dist-types/commands/ListResourceTagsCommand.d.ts +3 -3
- package/dist-types/commands/ListRetirableGrantsCommand.d.ts +3 -3
- package/dist-types/commands/PutKeyPolicyCommand.d.ts +6 -4
- package/dist-types/commands/ReEncryptCommand.d.ts +12 -4
- package/dist-types/commands/ReplicateKeyCommand.d.ts +6 -4
- package/dist-types/commands/RetireGrantCommand.d.ts +12 -4
- package/dist-types/commands/RevokeGrantCommand.d.ts +12 -4
- package/dist-types/commands/ScheduleKeyDeletionCommand.d.ts +9 -7
- package/dist-types/commands/SignCommand.d.ts +12 -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 +8 -6
- 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 +20 -13
- package/dist-types/commands/VerifyMacCommand.d.ts +12 -4
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
- package/dist-types/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/endpoint/ruleset.d.ts +1 -1
- package/dist-types/models/KMSServiceException.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +229 -127
- package/dist-types/pagination/DescribeCustomKeyStoresPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListAliasesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGrantsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListKeyPoliciesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListKeysPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResourceTagsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRetirableGrantsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +20 -20
- package/dist-types/runtimeConfig.d.ts +20 -20
- package/dist-types/runtimeConfig.native.d.ts +19 -19
- package/dist-types/runtimeConfig.shared.d.ts +4 -4
- package/dist-types/ts3.4/KMS.d.ts +1 -1
- package/dist-types/ts3.4/KMSClient.d.ts +19 -21
- package/dist-types/ts3.4/commands/CancelKeyDeletionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ConnectCustomKeyStoreCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateCustomKeyStoreCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DecryptCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteCustomKeyStoreCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteImportedKeyMaterialCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeCustomKeyStoresCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DisableKeyCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DisableKeyRotationCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DisconnectCustomKeyStoreCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/EnableKeyCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/EnableKeyRotationCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/EncryptCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GenerateDataKeyCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GenerateDataKeyPairCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GenerateMacCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GenerateRandomCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetKeyPolicyCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetKeyRotationStatusCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ImportKeyMaterialCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListGrantsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListKeyPoliciesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListResourceTagsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListRetirableGrantsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/PutKeyPolicyCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ReEncryptCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ReplicateKeyCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/RetireGrantCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/RevokeGrantCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ScheduleKeyDeletionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/SignCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateCustomKeyStoreCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateKeyDescriptionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdatePrimaryRegionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/VerifyCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/VerifyMacCommand.d.ts +3 -3
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
- package/dist-types/ts3.4/models/KMSServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +22 -1
- package/dist-types/ts3.4/pagination/DescribeCustomKeyStoresPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListGrantsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListKeyPoliciesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListKeysPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListResourceTagsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListRetirableGrantsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -40
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -37
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -38
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/package.json +31 -30
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { KMSServiceException as __BaseException } from "./KMSServiceException";
|
|
3
3
|
export declare const AlgorithmSpec: {
|
|
4
4
|
readonly RSAES_OAEP_SHA_1: "RSAES_OAEP_SHA_1";
|
|
@@ -348,6 +348,7 @@ export interface CreateGrantRequest {
|
|
|
348
348
|
Constraints?: GrantConstraints;
|
|
349
349
|
GrantTokens?: string[];
|
|
350
350
|
Name?: string;
|
|
351
|
+
DryRun?: boolean;
|
|
351
352
|
}
|
|
352
353
|
export interface CreateGrantResponse {
|
|
353
354
|
GrantToken?: string;
|
|
@@ -358,6 +359,13 @@ export declare class DisabledException extends __BaseException {
|
|
|
358
359
|
readonly $fault: "client";
|
|
359
360
|
constructor(opts: __ExceptionOptionType<DisabledException, __BaseException>);
|
|
360
361
|
}
|
|
362
|
+
export declare class DryRunOperationException extends __BaseException {
|
|
363
|
+
readonly name: "DryRunOperationException";
|
|
364
|
+
readonly $fault: "client";
|
|
365
|
+
constructor(
|
|
366
|
+
opts: __ExceptionOptionType<DryRunOperationException, __BaseException>
|
|
367
|
+
);
|
|
368
|
+
}
|
|
361
369
|
export declare class InvalidGrantTokenException extends __BaseException {
|
|
362
370
|
readonly name: "InvalidGrantTokenException";
|
|
363
371
|
readonly $fault: "client";
|
|
@@ -632,6 +640,7 @@ export interface DecryptRequest {
|
|
|
632
640
|
KeyId?: string;
|
|
633
641
|
EncryptionAlgorithm?: EncryptionAlgorithmSpec | string;
|
|
634
642
|
Recipient?: RecipientInfo;
|
|
643
|
+
DryRun?: boolean;
|
|
635
644
|
}
|
|
636
645
|
export interface DecryptResponse {
|
|
637
646
|
KeyId?: string;
|
|
@@ -724,6 +733,7 @@ export interface EncryptRequest {
|
|
|
724
733
|
EncryptionContext?: Record<string, string>;
|
|
725
734
|
GrantTokens?: string[];
|
|
726
735
|
EncryptionAlgorithm?: EncryptionAlgorithmSpec | string;
|
|
736
|
+
DryRun?: boolean;
|
|
727
737
|
}
|
|
728
738
|
export interface EncryptResponse {
|
|
729
739
|
CiphertextBlob?: Uint8Array;
|
|
@@ -744,6 +754,7 @@ export interface GenerateDataKeyRequest {
|
|
|
744
754
|
KeySpec?: DataKeySpec | string;
|
|
745
755
|
GrantTokens?: string[];
|
|
746
756
|
Recipient?: RecipientInfo;
|
|
757
|
+
DryRun?: boolean;
|
|
747
758
|
}
|
|
748
759
|
export interface GenerateDataKeyResponse {
|
|
749
760
|
CiphertextBlob?: Uint8Array;
|
|
@@ -757,6 +768,7 @@ export interface GenerateDataKeyPairRequest {
|
|
|
757
768
|
KeyPairSpec: DataKeyPairSpec | string | undefined;
|
|
758
769
|
GrantTokens?: string[];
|
|
759
770
|
Recipient?: RecipientInfo;
|
|
771
|
+
DryRun?: boolean;
|
|
760
772
|
}
|
|
761
773
|
export interface GenerateDataKeyPairResponse {
|
|
762
774
|
PrivateKeyCiphertextBlob?: Uint8Array;
|
|
@@ -771,6 +783,7 @@ export interface GenerateDataKeyPairWithoutPlaintextRequest {
|
|
|
771
783
|
KeyId: string | undefined;
|
|
772
784
|
KeyPairSpec: DataKeyPairSpec | string | undefined;
|
|
773
785
|
GrantTokens?: string[];
|
|
786
|
+
DryRun?: boolean;
|
|
774
787
|
}
|
|
775
788
|
export interface GenerateDataKeyPairWithoutPlaintextResponse {
|
|
776
789
|
PrivateKeyCiphertextBlob?: Uint8Array;
|
|
@@ -784,6 +797,7 @@ export interface GenerateDataKeyWithoutPlaintextRequest {
|
|
|
784
797
|
KeySpec?: DataKeySpec | string;
|
|
785
798
|
NumberOfBytes?: number;
|
|
786
799
|
GrantTokens?: string[];
|
|
800
|
+
DryRun?: boolean;
|
|
787
801
|
}
|
|
788
802
|
export interface GenerateDataKeyWithoutPlaintextResponse {
|
|
789
803
|
CiphertextBlob?: Uint8Array;
|
|
@@ -794,6 +808,7 @@ export interface GenerateMacRequest {
|
|
|
794
808
|
KeyId: string | undefined;
|
|
795
809
|
MacAlgorithm: MacAlgorithmSpec | string | undefined;
|
|
796
810
|
GrantTokens?: string[];
|
|
811
|
+
DryRun?: boolean;
|
|
797
812
|
}
|
|
798
813
|
export interface GenerateMacResponse {
|
|
799
814
|
Mac?: Uint8Array;
|
|
@@ -987,6 +1002,7 @@ export interface ReEncryptRequest {
|
|
|
987
1002
|
SourceEncryptionAlgorithm?: EncryptionAlgorithmSpec | string;
|
|
988
1003
|
DestinationEncryptionAlgorithm?: EncryptionAlgorithmSpec | string;
|
|
989
1004
|
GrantTokens?: string[];
|
|
1005
|
+
DryRun?: boolean;
|
|
990
1006
|
}
|
|
991
1007
|
export interface ReEncryptResponse {
|
|
992
1008
|
CiphertextBlob?: Uint8Array;
|
|
@@ -1012,10 +1028,12 @@ export interface RetireGrantRequest {
|
|
|
1012
1028
|
GrantToken?: string;
|
|
1013
1029
|
KeyId?: string;
|
|
1014
1030
|
GrantId?: string;
|
|
1031
|
+
DryRun?: boolean;
|
|
1015
1032
|
}
|
|
1016
1033
|
export interface RevokeGrantRequest {
|
|
1017
1034
|
KeyId: string | undefined;
|
|
1018
1035
|
GrantId: string | undefined;
|
|
1036
|
+
DryRun?: boolean;
|
|
1019
1037
|
}
|
|
1020
1038
|
export interface ScheduleKeyDeletionRequest {
|
|
1021
1039
|
KeyId: string | undefined;
|
|
@@ -1033,6 +1051,7 @@ export interface SignRequest {
|
|
|
1033
1051
|
MessageType?: MessageType | string;
|
|
1034
1052
|
GrantTokens?: string[];
|
|
1035
1053
|
SigningAlgorithm: SigningAlgorithmSpec | string | undefined;
|
|
1054
|
+
DryRun?: boolean;
|
|
1036
1055
|
}
|
|
1037
1056
|
export interface SignResponse {
|
|
1038
1057
|
KeyId?: string;
|
|
@@ -1078,6 +1097,7 @@ export interface VerifyRequest {
|
|
|
1078
1097
|
Signature: Uint8Array | undefined;
|
|
1079
1098
|
SigningAlgorithm: SigningAlgorithmSpec | string | undefined;
|
|
1080
1099
|
GrantTokens?: string[];
|
|
1100
|
+
DryRun?: boolean;
|
|
1081
1101
|
}
|
|
1082
1102
|
export interface VerifyResponse {
|
|
1083
1103
|
KeyId?: string;
|
|
@@ -1090,6 +1110,7 @@ export interface VerifyMacRequest {
|
|
|
1090
1110
|
MacAlgorithm: MacAlgorithmSpec | string | undefined;
|
|
1091
1111
|
Mac: Uint8Array | undefined;
|
|
1092
1112
|
GrantTokens?: string[];
|
|
1113
|
+
DryRun?: boolean;
|
|
1093
1114
|
}
|
|
1094
1115
|
export interface VerifyMacResponse {
|
|
1095
1116
|
KeyId?: string;
|
|
@@ -1,94 +1,89 @@
|
|
|
1
|
-
import { FetchHttpHandler as RequestHandler } from "@
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
|
|
2
2
|
import { KMSClientConfig } from "./KMSClient";
|
|
3
3
|
export declare const getRuntimeConfig: (config: KMSClientConfig) => {
|
|
4
4
|
runtime: string;
|
|
5
|
-
defaultsMode: import("@
|
|
6
|
-
import("@
|
|
5
|
+
defaultsMode: import("@smithy/types").Provider<
|
|
6
|
+
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
|
-
bodyLengthChecker: import("@
|
|
8
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
credentialDefaultProvider: (
|
|
10
10
|
input: any
|
|
11
11
|
) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
|
-
defaultUserAgentProvider: import("@
|
|
13
|
-
import("@
|
|
12
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
13
|
+
import("@smithy/types").UserAgent
|
|
14
14
|
>;
|
|
15
|
-
maxAttempts:
|
|
16
|
-
|
|
17
|
-
region: string | import("@aws-sdk/types").Provider<any>;
|
|
15
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
16
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
18
17
|
requestHandler:
|
|
19
|
-
| (import("@
|
|
18
|
+
| (import("@smithy/types").RequestHandler<
|
|
20
19
|
any,
|
|
21
20
|
any,
|
|
22
|
-
import("@
|
|
21
|
+
import("@smithy/types").HttpHandlerOptions
|
|
23
22
|
> &
|
|
24
23
|
import("@smithy/protocol-http").HttpHandler)
|
|
25
24
|
| RequestHandler;
|
|
26
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
27
|
-
sha256: import("@
|
|
26
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
28
27
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
29
|
-
useDualstackEndpoint:
|
|
30
|
-
|
|
31
|
-
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
32
|
-
(boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
28
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
29
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
33
30
|
apiVersion: string;
|
|
34
|
-
urlParser: import("@
|
|
31
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
35
32
|
base64Decoder: import("@smithy/types").Decoder;
|
|
36
33
|
base64Encoder: import("@smithy/types").Encoder;
|
|
37
34
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
38
35
|
utf8Encoder: import("@smithy/types").Encoder;
|
|
39
36
|
disableHostPrefix: boolean;
|
|
40
37
|
serviceId: string;
|
|
41
|
-
logger: import("@
|
|
38
|
+
logger: import("@smithy/types").Logger;
|
|
42
39
|
endpoint?:
|
|
43
40
|
| ((
|
|
44
41
|
| string
|
|
45
|
-
| import("@
|
|
46
|
-
| import("@
|
|
47
|
-
| import("@
|
|
48
|
-
| import("@
|
|
42
|
+
| import("@smithy/types").Endpoint
|
|
43
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
44
|
+
| import("@smithy/types").EndpointV2
|
|
45
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
49
46
|
) &
|
|
50
47
|
(
|
|
51
48
|
| string
|
|
52
49
|
| import("@smithy/types").Provider<string>
|
|
53
50
|
| import("@smithy/types").Endpoint
|
|
54
51
|
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
55
|
-
| import("@
|
|
56
|
-
| import("@smithy/types").Provider<
|
|
57
|
-
import("@aws-sdk/types").EndpointV2
|
|
58
|
-
>
|
|
52
|
+
| import("@smithy/types").EndpointV2
|
|
53
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
59
54
|
))
|
|
60
55
|
| undefined;
|
|
61
56
|
endpointProvider: (
|
|
62
57
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
63
58
|
context?: {
|
|
64
|
-
logger?: import("@
|
|
59
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
65
60
|
}
|
|
66
|
-
) => import("@
|
|
61
|
+
) => import("@smithy/types").EndpointV2;
|
|
67
62
|
tls?: boolean | undefined;
|
|
68
63
|
retryStrategy?:
|
|
69
|
-
| import("@
|
|
70
|
-
| import("@
|
|
64
|
+
| import("@smithy/types").RetryStrategy
|
|
65
|
+
| import("@smithy/types").RetryStrategyV2
|
|
71
66
|
| undefined;
|
|
72
67
|
credentials?:
|
|
73
|
-
| import("@
|
|
74
|
-
| import("@
|
|
75
|
-
import("@
|
|
68
|
+
| import("@smithy/types").AwsCredentialIdentity
|
|
69
|
+
| import("@smithy/types").Provider<
|
|
70
|
+
import("@smithy/types").AwsCredentialIdentity
|
|
76
71
|
>
|
|
77
72
|
| undefined;
|
|
78
73
|
signer?:
|
|
79
|
-
| import("@
|
|
74
|
+
| import("@smithy/types").RequestSigner
|
|
80
75
|
| ((
|
|
81
|
-
authScheme?: import("@
|
|
82
|
-
) => Promise<import("@
|
|
76
|
+
authScheme?: import("@smithy/types").AuthScheme | undefined
|
|
77
|
+
) => Promise<import("@smithy/types").RequestSigner>)
|
|
83
78
|
| undefined;
|
|
84
79
|
signingEscapePath?: boolean | undefined;
|
|
85
80
|
systemClockOffset?: number | undefined;
|
|
86
81
|
signingRegion?: string | undefined;
|
|
87
82
|
signerConstructor?:
|
|
88
83
|
| (new (
|
|
89
|
-
options: import("@
|
|
90
|
-
import("@
|
|
91
|
-
) => import("@
|
|
84
|
+
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
85
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
86
|
+
) => import("@smithy/types").RequestSigner)
|
|
92
87
|
| undefined;
|
|
93
|
-
customUserAgent?: string | import("@
|
|
88
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
94
89
|
};
|
|
@@ -1,91 +1,89 @@
|
|
|
1
|
-
import { NodeHttpHandler as RequestHandler } from "@
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
|
|
2
2
|
import { KMSClientConfig } from "./KMSClient";
|
|
3
3
|
export declare const getRuntimeConfig: (config: KMSClientConfig) => {
|
|
4
4
|
runtime: string;
|
|
5
|
-
defaultsMode: import("@
|
|
6
|
-
import("@
|
|
5
|
+
defaultsMode: import("@smithy/types").Provider<
|
|
6
|
+
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
|
-
bodyLengthChecker: import("@
|
|
8
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
credentialDefaultProvider: (
|
|
10
10
|
input: any
|
|
11
11
|
) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
|
-
defaultUserAgentProvider: import("@
|
|
13
|
-
import("@
|
|
12
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
13
|
+
import("@smithy/types").UserAgent
|
|
14
14
|
>;
|
|
15
|
-
maxAttempts: number | import("@
|
|
16
|
-
region: string | import("@
|
|
15
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
16
|
+
region: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
requestHandler:
|
|
18
|
-
| (import("@
|
|
18
|
+
| (import("@smithy/types").RequestHandler<
|
|
19
19
|
any,
|
|
20
20
|
any,
|
|
21
|
-
import("@
|
|
21
|
+
import("@smithy/types").HttpHandlerOptions
|
|
22
22
|
> &
|
|
23
23
|
import("@smithy/protocol-http").HttpHandler)
|
|
24
24
|
| RequestHandler;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
26
|
-
sha256: import("@
|
|
26
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
27
27
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
28
|
-
useDualstackEndpoint: boolean | import("@
|
|
29
|
-
useFipsEndpoint: boolean | import("@
|
|
28
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
29
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
30
30
|
apiVersion: string;
|
|
31
|
-
urlParser: import("@
|
|
31
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
32
32
|
base64Decoder: import("@smithy/types").Decoder;
|
|
33
33
|
base64Encoder: import("@smithy/types").Encoder;
|
|
34
34
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
35
35
|
utf8Encoder: import("@smithy/types").Encoder;
|
|
36
36
|
disableHostPrefix: boolean;
|
|
37
37
|
serviceId: string;
|
|
38
|
-
logger: import("@
|
|
38
|
+
logger: import("@smithy/types").Logger;
|
|
39
39
|
endpoint?:
|
|
40
40
|
| ((
|
|
41
41
|
| string
|
|
42
|
-
| import("@
|
|
43
|
-
| import("@
|
|
44
|
-
| import("@
|
|
45
|
-
| import("@
|
|
42
|
+
| import("@smithy/types").Endpoint
|
|
43
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
44
|
+
| import("@smithy/types").EndpointV2
|
|
45
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
46
46
|
) &
|
|
47
47
|
(
|
|
48
48
|
| string
|
|
49
49
|
| import("@smithy/types").Provider<string>
|
|
50
50
|
| import("@smithy/types").Endpoint
|
|
51
51
|
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
52
|
-
| import("@
|
|
53
|
-
| import("@smithy/types").Provider<
|
|
54
|
-
import("@aws-sdk/types").EndpointV2
|
|
55
|
-
>
|
|
52
|
+
| import("@smithy/types").EndpointV2
|
|
53
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
56
54
|
))
|
|
57
55
|
| undefined;
|
|
58
56
|
endpointProvider: (
|
|
59
57
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
60
58
|
context?: {
|
|
61
|
-
logger?: import("@
|
|
59
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
62
60
|
}
|
|
63
|
-
) => import("@
|
|
61
|
+
) => import("@smithy/types").EndpointV2;
|
|
64
62
|
tls?: boolean | undefined;
|
|
65
63
|
retryStrategy?:
|
|
66
|
-
| import("@
|
|
67
|
-
| import("@
|
|
64
|
+
| import("@smithy/types").RetryStrategy
|
|
65
|
+
| import("@smithy/types").RetryStrategyV2
|
|
68
66
|
| undefined;
|
|
69
67
|
credentials?:
|
|
70
|
-
| import("@
|
|
71
|
-
| import("@
|
|
72
|
-
import("@
|
|
68
|
+
| import("@smithy/types").AwsCredentialIdentity
|
|
69
|
+
| import("@smithy/types").Provider<
|
|
70
|
+
import("@smithy/types").AwsCredentialIdentity
|
|
73
71
|
>
|
|
74
72
|
| undefined;
|
|
75
73
|
signer?:
|
|
76
|
-
| import("@
|
|
74
|
+
| import("@smithy/types").RequestSigner
|
|
77
75
|
| ((
|
|
78
|
-
authScheme?: import("@
|
|
79
|
-
) => Promise<import("@
|
|
76
|
+
authScheme?: import("@smithy/types").AuthScheme | undefined
|
|
77
|
+
) => Promise<import("@smithy/types").RequestSigner>)
|
|
80
78
|
| undefined;
|
|
81
79
|
signingEscapePath?: boolean | undefined;
|
|
82
80
|
systemClockOffset?: number | undefined;
|
|
83
81
|
signingRegion?: string | undefined;
|
|
84
82
|
signerConstructor?:
|
|
85
83
|
| (new (
|
|
86
|
-
options: import("@
|
|
87
|
-
import("@
|
|
88
|
-
) => import("@
|
|
84
|
+
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
85
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
86
|
+
) => import("@smithy/types").RequestSigner)
|
|
89
87
|
| undefined;
|
|
90
|
-
customUserAgent?: string | import("@
|
|
88
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
91
89
|
};
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { KMSClientConfig } from "./KMSClient";
|
|
2
2
|
export declare const getRuntimeConfig: (config: KMSClientConfig) => {
|
|
3
3
|
runtime: string;
|
|
4
|
-
sha256: import("@
|
|
4
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
5
5
|
requestHandler:
|
|
6
|
-
| (import("@
|
|
6
|
+
| (import("@smithy/types").RequestHandler<
|
|
7
7
|
any,
|
|
8
8
|
any,
|
|
9
|
-
import("@
|
|
9
|
+
import("@smithy/types").HttpHandlerOptions
|
|
10
10
|
> &
|
|
11
11
|
import("@smithy/protocol-http").HttpHandler)
|
|
12
|
-
| import("@
|
|
12
|
+
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
13
13
|
apiVersion: string;
|
|
14
|
-
urlParser: import("@
|
|
15
|
-
bodyLengthChecker: import("@
|
|
14
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
15
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
16
16
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
17
17
|
base64Decoder: import("@smithy/types").Decoder;
|
|
18
18
|
base64Encoder: import("@smithy/types").Encoder;
|
|
@@ -20,66 +20,61 @@ export declare const getRuntimeConfig: (config: KMSClientConfig) => {
|
|
|
20
20
|
utf8Encoder: import("@smithy/types").Encoder;
|
|
21
21
|
disableHostPrefix: boolean;
|
|
22
22
|
serviceId: string;
|
|
23
|
-
useDualstackEndpoint:
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
(boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
27
|
-
region: string | import("@aws-sdk/types").Provider<any>;
|
|
23
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
24
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
25
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
28
26
|
credentialDefaultProvider: (
|
|
29
27
|
input: any
|
|
30
28
|
) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
31
|
-
defaultUserAgentProvider: import("@
|
|
32
|
-
import("@
|
|
29
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
30
|
+
import("@smithy/types").UserAgent
|
|
33
31
|
>;
|
|
34
|
-
maxAttempts:
|
|
35
|
-
(number | import("@aws-sdk/types").Provider<number>);
|
|
32
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
36
33
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
37
|
-
logger: import("@
|
|
34
|
+
logger: import("@smithy/types").Logger;
|
|
38
35
|
defaultsMode:
|
|
39
|
-
| import("@
|
|
36
|
+
| import("@smithy/smithy-client").DefaultsMode
|
|
40
37
|
| import("@smithy/types").Provider<
|
|
41
|
-
import("@
|
|
38
|
+
import("@smithy/smithy-client").DefaultsMode
|
|
42
39
|
>;
|
|
43
40
|
endpoint?:
|
|
44
41
|
| string
|
|
45
|
-
| import("@
|
|
46
|
-
|
|
|
47
|
-
|
|
48
|
-
|
|
|
49
|
-
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> &
|
|
50
|
-
import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>)
|
|
42
|
+
| import("@smithy/types").Endpoint
|
|
43
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
44
|
+
| import("@smithy/types").EndpointV2
|
|
45
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
51
46
|
| undefined;
|
|
52
47
|
endpointProvider: (
|
|
53
48
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
54
49
|
context?: {
|
|
55
|
-
logger?: import("@
|
|
50
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
56
51
|
}
|
|
57
|
-
) => import("@
|
|
52
|
+
) => import("@smithy/types").EndpointV2;
|
|
58
53
|
tls?: boolean | undefined;
|
|
59
54
|
retryStrategy?:
|
|
60
|
-
| import("@
|
|
61
|
-
| import("@
|
|
55
|
+
| import("@smithy/types").RetryStrategy
|
|
56
|
+
| import("@smithy/types").RetryStrategyV2
|
|
62
57
|
| undefined;
|
|
63
58
|
credentials?:
|
|
64
|
-
| import("@
|
|
65
|
-
| import("@
|
|
66
|
-
import("@
|
|
59
|
+
| import("@smithy/types").AwsCredentialIdentity
|
|
60
|
+
| import("@smithy/types").Provider<
|
|
61
|
+
import("@smithy/types").AwsCredentialIdentity
|
|
67
62
|
>
|
|
68
63
|
| undefined;
|
|
69
64
|
signer?:
|
|
70
|
-
| import("@
|
|
65
|
+
| import("@smithy/types").RequestSigner
|
|
71
66
|
| ((
|
|
72
|
-
authScheme?: import("@
|
|
73
|
-
) => Promise<import("@
|
|
67
|
+
authScheme?: import("@smithy/types").AuthScheme | undefined
|
|
68
|
+
) => Promise<import("@smithy/types").RequestSigner>)
|
|
74
69
|
| undefined;
|
|
75
70
|
signingEscapePath?: boolean | undefined;
|
|
76
71
|
systemClockOffset?: number | undefined;
|
|
77
72
|
signingRegion?: string | undefined;
|
|
78
73
|
signerConstructor?:
|
|
79
74
|
| (new (
|
|
80
|
-
options: import("@
|
|
81
|
-
import("@
|
|
82
|
-
) => import("@
|
|
75
|
+
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
76
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
77
|
+
) => import("@smithy/types").RequestSigner)
|
|
83
78
|
| undefined;
|
|
84
|
-
customUserAgent?: string | import("@
|
|
79
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
85
80
|
};
|
|
@@ -7,12 +7,12 @@ export declare const getRuntimeConfig: (config: KMSClientConfig) => {
|
|
|
7
7
|
endpointProvider: (
|
|
8
8
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
9
9
|
context?: {
|
|
10
|
-
logger?: import("@
|
|
10
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
11
11
|
}
|
|
12
|
-
) => import("@
|
|
13
|
-
logger: import("@
|
|
12
|
+
) => import("@smithy/types").EndpointV2;
|
|
13
|
+
logger: import("@smithy/types").Logger;
|
|
14
14
|
serviceId: string;
|
|
15
|
-
urlParser: import("@
|
|
15
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
16
16
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
17
17
|
utf8Encoder: import("@smithy/types").Encoder;
|
|
18
18
|
};
|