@aws-sdk/client-kms 3.169.0 → 3.170.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.
Files changed (74) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/KMS.d.ts +907 -255
  3. package/dist-types/ts3.4/KMSClient.d.ts +425 -123
  4. package/dist-types/ts3.4/commands/CancelKeyDeletionCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/ConnectCustomKeyStoreCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/CreateCustomKeyStoreCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/DecryptCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/DeleteCustomKeyStoreCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DeleteImportedKeyMaterialCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DescribeCustomKeyStoresCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/DisableKeyCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/DisableKeyRotationCommand.d.ts +33 -17
  18. package/dist-types/ts3.4/commands/DisconnectCustomKeyStoreCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/EnableKeyCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/EnableKeyRotationCommand.d.ts +33 -17
  21. package/dist-types/ts3.4/commands/EncryptCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/GenerateDataKeyCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/GenerateDataKeyPairCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/GenerateMacCommand.d.ts +34 -17
  27. package/dist-types/ts3.4/commands/GenerateRandomCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/GetKeyPolicyCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/GetKeyRotationStatusCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/ImportKeyMaterialCommand.d.ts +38 -17
  33. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/ListGrantsCommand.d.ts +34 -17
  35. package/dist-types/ts3.4/commands/ListKeyPoliciesCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/ListResourceTagsCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/ListRetirableGrantsCommand.d.ts +38 -17
  39. package/dist-types/ts3.4/commands/PutKeyPolicyCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/ReEncryptCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/ReplicateKeyCommand.d.ts +34 -17
  42. package/dist-types/ts3.4/commands/RetireGrantCommand.d.ts +32 -17
  43. package/dist-types/ts3.4/commands/RevokeGrantCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/ScheduleKeyDeletionCommand.d.ts +38 -17
  45. package/dist-types/ts3.4/commands/SignCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +32 -17
  49. package/dist-types/ts3.4/commands/UpdateCustomKeyStoreCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/UpdateKeyDescriptionCommand.d.ts +36 -17
  51. package/dist-types/ts3.4/commands/UpdatePrimaryRegionCommand.d.ts +33 -17
  52. package/dist-types/ts3.4/commands/VerifyCommand.d.ts +32 -17
  53. package/dist-types/ts3.4/commands/VerifyMacCommand.d.ts +34 -17
  54. package/dist-types/ts3.4/commands/index.d.ts +50 -50
  55. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  56. package/dist-types/ts3.4/index.d.ts +6 -6
  57. package/dist-types/ts3.4/models/KMSServiceException.d.ts +8 -6
  58. package/dist-types/ts3.4/models/index.d.ts +1 -1
  59. package/dist-types/ts3.4/models/models_0.d.ts +1533 -1364
  60. package/dist-types/ts3.4/pagination/DescribeCustomKeyStoresPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  62. package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/ListGrantsPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/ListKeyPoliciesPaginator.d.ts +11 -4
  65. package/dist-types/ts3.4/pagination/ListKeysPaginator.d.ts +11 -4
  66. package/dist-types/ts3.4/pagination/ListResourceTagsPaginator.d.ts +11 -4
  67. package/dist-types/ts3.4/pagination/ListRetirableGrantsPaginator.d.ts +11 -4
  68. package/dist-types/ts3.4/pagination/index.d.ts +8 -8
  69. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +602 -152
  70. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  71. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  72. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  73. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  74. package/package.json +34 -34
@@ -1,152 +1,602 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { CancelKeyDeletionCommandInput, CancelKeyDeletionCommandOutput } from "../commands/CancelKeyDeletionCommand";
4
- import { ConnectCustomKeyStoreCommandInput, ConnectCustomKeyStoreCommandOutput } from "../commands/ConnectCustomKeyStoreCommand";
5
- import { CreateAliasCommandInput, CreateAliasCommandOutput } from "../commands/CreateAliasCommand";
6
- import { CreateCustomKeyStoreCommandInput, CreateCustomKeyStoreCommandOutput } from "../commands/CreateCustomKeyStoreCommand";
7
- import { CreateGrantCommandInput, CreateGrantCommandOutput } from "../commands/CreateGrantCommand";
8
- import { CreateKeyCommandInput, CreateKeyCommandOutput } from "../commands/CreateKeyCommand";
9
- import { DecryptCommandInput, DecryptCommandOutput } from "../commands/DecryptCommand";
10
- import { DeleteAliasCommandInput, DeleteAliasCommandOutput } from "../commands/DeleteAliasCommand";
11
- import { DeleteCustomKeyStoreCommandInput, DeleteCustomKeyStoreCommandOutput } from "../commands/DeleteCustomKeyStoreCommand";
12
- import { DeleteImportedKeyMaterialCommandInput, DeleteImportedKeyMaterialCommandOutput } from "../commands/DeleteImportedKeyMaterialCommand";
13
- import { DescribeCustomKeyStoresCommandInput, DescribeCustomKeyStoresCommandOutput } from "../commands/DescribeCustomKeyStoresCommand";
14
- import { DescribeKeyCommandInput, DescribeKeyCommandOutput } from "../commands/DescribeKeyCommand";
15
- import { DisableKeyCommandInput, DisableKeyCommandOutput } from "../commands/DisableKeyCommand";
16
- import { DisableKeyRotationCommandInput, DisableKeyRotationCommandOutput } from "../commands/DisableKeyRotationCommand";
17
- import { DisconnectCustomKeyStoreCommandInput, DisconnectCustomKeyStoreCommandOutput } from "../commands/DisconnectCustomKeyStoreCommand";
18
- import { EnableKeyCommandInput, EnableKeyCommandOutput } from "../commands/EnableKeyCommand";
19
- import { EnableKeyRotationCommandInput, EnableKeyRotationCommandOutput } from "../commands/EnableKeyRotationCommand";
20
- import { EncryptCommandInput, EncryptCommandOutput } from "../commands/EncryptCommand";
21
- import { GenerateDataKeyCommandInput, GenerateDataKeyCommandOutput } from "../commands/GenerateDataKeyCommand";
22
- import { GenerateDataKeyPairCommandInput, GenerateDataKeyPairCommandOutput } from "../commands/GenerateDataKeyPairCommand";
23
- import { GenerateDataKeyPairWithoutPlaintextCommandInput, GenerateDataKeyPairWithoutPlaintextCommandOutput } from "../commands/GenerateDataKeyPairWithoutPlaintextCommand";
24
- import { GenerateDataKeyWithoutPlaintextCommandInput, GenerateDataKeyWithoutPlaintextCommandOutput } from "../commands/GenerateDataKeyWithoutPlaintextCommand";
25
- import { GenerateMacCommandInput, GenerateMacCommandOutput } from "../commands/GenerateMacCommand";
26
- import { GenerateRandomCommandInput, GenerateRandomCommandOutput } from "../commands/GenerateRandomCommand";
27
- import { GetKeyPolicyCommandInput, GetKeyPolicyCommandOutput } from "../commands/GetKeyPolicyCommand";
28
- import { GetKeyRotationStatusCommandInput, GetKeyRotationStatusCommandOutput } from "../commands/GetKeyRotationStatusCommand";
29
- import { GetParametersForImportCommandInput, GetParametersForImportCommandOutput } from "../commands/GetParametersForImportCommand";
30
- import { GetPublicKeyCommandInput, GetPublicKeyCommandOutput } from "../commands/GetPublicKeyCommand";
31
- import { ImportKeyMaterialCommandInput, ImportKeyMaterialCommandOutput } from "../commands/ImportKeyMaterialCommand";
32
- import { ListAliasesCommandInput, ListAliasesCommandOutput } from "../commands/ListAliasesCommand";
33
- import { ListGrantsCommandInput, ListGrantsCommandOutput } from "../commands/ListGrantsCommand";
34
- import { ListKeyPoliciesCommandInput, ListKeyPoliciesCommandOutput } from "../commands/ListKeyPoliciesCommand";
35
- import { ListKeysCommandInput, ListKeysCommandOutput } from "../commands/ListKeysCommand";
36
- import { ListResourceTagsCommandInput, ListResourceTagsCommandOutput } from "../commands/ListResourceTagsCommand";
37
- import { ListRetirableGrantsCommandInput, ListRetirableGrantsCommandOutput } from "../commands/ListRetirableGrantsCommand";
38
- import { PutKeyPolicyCommandInput, PutKeyPolicyCommandOutput } from "../commands/PutKeyPolicyCommand";
39
- import { ReEncryptCommandInput, ReEncryptCommandOutput } from "../commands/ReEncryptCommand";
40
- import { ReplicateKeyCommandInput, ReplicateKeyCommandOutput } from "../commands/ReplicateKeyCommand";
41
- import { RetireGrantCommandInput, RetireGrantCommandOutput } from "../commands/RetireGrantCommand";
42
- import { RevokeGrantCommandInput, RevokeGrantCommandOutput } from "../commands/RevokeGrantCommand";
43
- import { ScheduleKeyDeletionCommandInput, ScheduleKeyDeletionCommandOutput } from "../commands/ScheduleKeyDeletionCommand";
44
- import { SignCommandInput, SignCommandOutput } from "../commands/SignCommand";
45
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
46
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
47
- import { UpdateAliasCommandInput, UpdateAliasCommandOutput } from "../commands/UpdateAliasCommand";
48
- import { UpdateCustomKeyStoreCommandInput, UpdateCustomKeyStoreCommandOutput } from "../commands/UpdateCustomKeyStoreCommand";
49
- import { UpdateKeyDescriptionCommandInput, UpdateKeyDescriptionCommandOutput } from "../commands/UpdateKeyDescriptionCommand";
50
- import { UpdatePrimaryRegionCommandInput, UpdatePrimaryRegionCommandOutput } from "../commands/UpdatePrimaryRegionCommand";
51
- import { VerifyCommandInput, VerifyCommandOutput } from "../commands/VerifyCommand";
52
- import { VerifyMacCommandInput, VerifyMacCommandOutput } from "../commands/VerifyMacCommand";
53
- export declare const serializeAws_json1_1CancelKeyDeletionCommand: (input: CancelKeyDeletionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_json1_1ConnectCustomKeyStoreCommand: (input: ConnectCustomKeyStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_json1_1CreateAliasCommand: (input: CreateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_json1_1CreateCustomKeyStoreCommand: (input: CreateCustomKeyStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_json1_1CreateGrantCommand: (input: CreateGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_json1_1CreateKeyCommand: (input: CreateKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_json1_1DecryptCommand: (input: DecryptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_json1_1DeleteAliasCommand: (input: DeleteAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_json1_1DeleteCustomKeyStoreCommand: (input: DeleteCustomKeyStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_json1_1DeleteImportedKeyMaterialCommand: (input: DeleteImportedKeyMaterialCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_json1_1DescribeCustomKeyStoresCommand: (input: DescribeCustomKeyStoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_json1_1DescribeKeyCommand: (input: DescribeKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_json1_1DisableKeyCommand: (input: DisableKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_json1_1DisableKeyRotationCommand: (input: DisableKeyRotationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_1DisconnectCustomKeyStoreCommand: (input: DisconnectCustomKeyStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_1EnableKeyCommand: (input: EnableKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_1EnableKeyRotationCommand: (input: EnableKeyRotationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1EncryptCommand: (input: EncryptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_1GenerateDataKeyCommand: (input: GenerateDataKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_1GenerateDataKeyPairCommand: (input: GenerateDataKeyPairCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_1GenerateDataKeyPairWithoutPlaintextCommand: (input: GenerateDataKeyPairWithoutPlaintextCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_1GenerateDataKeyWithoutPlaintextCommand: (input: GenerateDataKeyWithoutPlaintextCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_1GenerateMacCommand: (input: GenerateMacCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_1GenerateRandomCommand: (input: GenerateRandomCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_json1_1GetKeyPolicyCommand: (input: GetKeyPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_json1_1GetKeyRotationStatusCommand: (input: GetKeyRotationStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_json1_1GetParametersForImportCommand: (input: GetParametersForImportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_json1_1GetPublicKeyCommand: (input: GetPublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_json1_1ImportKeyMaterialCommand: (input: ImportKeyMaterialCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_json1_1ListAliasesCommand: (input: ListAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_json1_1ListGrantsCommand: (input: ListGrantsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_json1_1ListKeyPoliciesCommand: (input: ListKeyPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_json1_1ListKeysCommand: (input: ListKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_json1_1ListResourceTagsCommand: (input: ListResourceTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_json1_1ListRetirableGrantsCommand: (input: ListRetirableGrantsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_json1_1PutKeyPolicyCommand: (input: PutKeyPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_json1_1ReEncryptCommand: (input: ReEncryptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_json1_1ReplicateKeyCommand: (input: ReplicateKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_json1_1RetireGrantCommand: (input: RetireGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_json1_1RevokeGrantCommand: (input: RevokeGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_json1_1ScheduleKeyDeletionCommand: (input: ScheduleKeyDeletionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_json1_1SignCommand: (input: SignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_json1_1UpdateAliasCommand: (input: UpdateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_json1_1UpdateCustomKeyStoreCommand: (input: UpdateCustomKeyStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_json1_1UpdateKeyDescriptionCommand: (input: UpdateKeyDescriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_json1_1UpdatePrimaryRegionCommand: (input: UpdatePrimaryRegionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_json1_1VerifyCommand: (input: VerifyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_json1_1VerifyMacCommand: (input: VerifyMacCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const deserializeAws_json1_1CancelKeyDeletionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelKeyDeletionCommandOutput>;
104
- export declare const deserializeAws_json1_1ConnectCustomKeyStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConnectCustomKeyStoreCommandOutput>;
105
- export declare const deserializeAws_json1_1CreateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAliasCommandOutput>;
106
- export declare const deserializeAws_json1_1CreateCustomKeyStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomKeyStoreCommandOutput>;
107
- export declare const deserializeAws_json1_1CreateGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGrantCommandOutput>;
108
- export declare const deserializeAws_json1_1CreateKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateKeyCommandOutput>;
109
- export declare const deserializeAws_json1_1DecryptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DecryptCommandOutput>;
110
- export declare const deserializeAws_json1_1DeleteAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAliasCommandOutput>;
111
- export declare const deserializeAws_json1_1DeleteCustomKeyStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomKeyStoreCommandOutput>;
112
- export declare const deserializeAws_json1_1DeleteImportedKeyMaterialCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImportedKeyMaterialCommandOutput>;
113
- export declare const deserializeAws_json1_1DescribeCustomKeyStoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomKeyStoresCommandOutput>;
114
- export declare const deserializeAws_json1_1DescribeKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeKeyCommandOutput>;
115
- export declare const deserializeAws_json1_1DisableKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableKeyCommandOutput>;
116
- export declare const deserializeAws_json1_1DisableKeyRotationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableKeyRotationCommandOutput>;
117
- export declare const deserializeAws_json1_1DisconnectCustomKeyStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisconnectCustomKeyStoreCommandOutput>;
118
- export declare const deserializeAws_json1_1EnableKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableKeyCommandOutput>;
119
- export declare const deserializeAws_json1_1EnableKeyRotationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableKeyRotationCommandOutput>;
120
- export declare const deserializeAws_json1_1EncryptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EncryptCommandOutput>;
121
- export declare const deserializeAws_json1_1GenerateDataKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateDataKeyCommandOutput>;
122
- export declare const deserializeAws_json1_1GenerateDataKeyPairCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateDataKeyPairCommandOutput>;
123
- export declare const deserializeAws_json1_1GenerateDataKeyPairWithoutPlaintextCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateDataKeyPairWithoutPlaintextCommandOutput>;
124
- export declare const deserializeAws_json1_1GenerateDataKeyWithoutPlaintextCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateDataKeyWithoutPlaintextCommandOutput>;
125
- export declare const deserializeAws_json1_1GenerateMacCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateMacCommandOutput>;
126
- export declare const deserializeAws_json1_1GenerateRandomCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateRandomCommandOutput>;
127
- export declare const deserializeAws_json1_1GetKeyPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetKeyPolicyCommandOutput>;
128
- export declare const deserializeAws_json1_1GetKeyRotationStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetKeyRotationStatusCommandOutput>;
129
- export declare const deserializeAws_json1_1GetParametersForImportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetParametersForImportCommandOutput>;
130
- export declare const deserializeAws_json1_1GetPublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPublicKeyCommandOutput>;
131
- export declare const deserializeAws_json1_1ImportKeyMaterialCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportKeyMaterialCommandOutput>;
132
- export declare const deserializeAws_json1_1ListAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAliasesCommandOutput>;
133
- export declare const deserializeAws_json1_1ListGrantsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGrantsCommandOutput>;
134
- export declare const deserializeAws_json1_1ListKeyPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKeyPoliciesCommandOutput>;
135
- export declare const deserializeAws_json1_1ListKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKeysCommandOutput>;
136
- export declare const deserializeAws_json1_1ListResourceTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceTagsCommandOutput>;
137
- export declare const deserializeAws_json1_1ListRetirableGrantsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRetirableGrantsCommandOutput>;
138
- export declare const deserializeAws_json1_1PutKeyPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutKeyPolicyCommandOutput>;
139
- export declare const deserializeAws_json1_1ReEncryptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReEncryptCommandOutput>;
140
- export declare const deserializeAws_json1_1ReplicateKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReplicateKeyCommandOutput>;
141
- export declare const deserializeAws_json1_1RetireGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetireGrantCommandOutput>;
142
- export declare const deserializeAws_json1_1RevokeGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RevokeGrantCommandOutput>;
143
- export declare const deserializeAws_json1_1ScheduleKeyDeletionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ScheduleKeyDeletionCommandOutput>;
144
- export declare const deserializeAws_json1_1SignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SignCommandOutput>;
145
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
146
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
147
- export declare const deserializeAws_json1_1UpdateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAliasCommandOutput>;
148
- export declare const deserializeAws_json1_1UpdateCustomKeyStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCustomKeyStoreCommandOutput>;
149
- export declare const deserializeAws_json1_1UpdateKeyDescriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateKeyDescriptionCommandOutput>;
150
- export declare const deserializeAws_json1_1UpdatePrimaryRegionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePrimaryRegionCommandOutput>;
151
- export declare const deserializeAws_json1_1VerifyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<VerifyCommandOutput>;
152
- export declare const deserializeAws_json1_1VerifyMacCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<VerifyMacCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ CancelKeyDeletionCommandInput,
8
+ CancelKeyDeletionCommandOutput,
9
+ } from "../commands/CancelKeyDeletionCommand";
10
+ import {
11
+ ConnectCustomKeyStoreCommandInput,
12
+ ConnectCustomKeyStoreCommandOutput,
13
+ } from "../commands/ConnectCustomKeyStoreCommand";
14
+ import {
15
+ CreateAliasCommandInput,
16
+ CreateAliasCommandOutput,
17
+ } from "../commands/CreateAliasCommand";
18
+ import {
19
+ CreateCustomKeyStoreCommandInput,
20
+ CreateCustomKeyStoreCommandOutput,
21
+ } from "../commands/CreateCustomKeyStoreCommand";
22
+ import {
23
+ CreateGrantCommandInput,
24
+ CreateGrantCommandOutput,
25
+ } from "../commands/CreateGrantCommand";
26
+ import {
27
+ CreateKeyCommandInput,
28
+ CreateKeyCommandOutput,
29
+ } from "../commands/CreateKeyCommand";
30
+ import {
31
+ DecryptCommandInput,
32
+ DecryptCommandOutput,
33
+ } from "../commands/DecryptCommand";
34
+ import {
35
+ DeleteAliasCommandInput,
36
+ DeleteAliasCommandOutput,
37
+ } from "../commands/DeleteAliasCommand";
38
+ import {
39
+ DeleteCustomKeyStoreCommandInput,
40
+ DeleteCustomKeyStoreCommandOutput,
41
+ } from "../commands/DeleteCustomKeyStoreCommand";
42
+ import {
43
+ DeleteImportedKeyMaterialCommandInput,
44
+ DeleteImportedKeyMaterialCommandOutput,
45
+ } from "../commands/DeleteImportedKeyMaterialCommand";
46
+ import {
47
+ DescribeCustomKeyStoresCommandInput,
48
+ DescribeCustomKeyStoresCommandOutput,
49
+ } from "../commands/DescribeCustomKeyStoresCommand";
50
+ import {
51
+ DescribeKeyCommandInput,
52
+ DescribeKeyCommandOutput,
53
+ } from "../commands/DescribeKeyCommand";
54
+ import {
55
+ DisableKeyCommandInput,
56
+ DisableKeyCommandOutput,
57
+ } from "../commands/DisableKeyCommand";
58
+ import {
59
+ DisableKeyRotationCommandInput,
60
+ DisableKeyRotationCommandOutput,
61
+ } from "../commands/DisableKeyRotationCommand";
62
+ import {
63
+ DisconnectCustomKeyStoreCommandInput,
64
+ DisconnectCustomKeyStoreCommandOutput,
65
+ } from "../commands/DisconnectCustomKeyStoreCommand";
66
+ import {
67
+ EnableKeyCommandInput,
68
+ EnableKeyCommandOutput,
69
+ } from "../commands/EnableKeyCommand";
70
+ import {
71
+ EnableKeyRotationCommandInput,
72
+ EnableKeyRotationCommandOutput,
73
+ } from "../commands/EnableKeyRotationCommand";
74
+ import {
75
+ EncryptCommandInput,
76
+ EncryptCommandOutput,
77
+ } from "../commands/EncryptCommand";
78
+ import {
79
+ GenerateDataKeyCommandInput,
80
+ GenerateDataKeyCommandOutput,
81
+ } from "../commands/GenerateDataKeyCommand";
82
+ import {
83
+ GenerateDataKeyPairCommandInput,
84
+ GenerateDataKeyPairCommandOutput,
85
+ } from "../commands/GenerateDataKeyPairCommand";
86
+ import {
87
+ GenerateDataKeyPairWithoutPlaintextCommandInput,
88
+ GenerateDataKeyPairWithoutPlaintextCommandOutput,
89
+ } from "../commands/GenerateDataKeyPairWithoutPlaintextCommand";
90
+ import {
91
+ GenerateDataKeyWithoutPlaintextCommandInput,
92
+ GenerateDataKeyWithoutPlaintextCommandOutput,
93
+ } from "../commands/GenerateDataKeyWithoutPlaintextCommand";
94
+ import {
95
+ GenerateMacCommandInput,
96
+ GenerateMacCommandOutput,
97
+ } from "../commands/GenerateMacCommand";
98
+ import {
99
+ GenerateRandomCommandInput,
100
+ GenerateRandomCommandOutput,
101
+ } from "../commands/GenerateRandomCommand";
102
+ import {
103
+ GetKeyPolicyCommandInput,
104
+ GetKeyPolicyCommandOutput,
105
+ } from "../commands/GetKeyPolicyCommand";
106
+ import {
107
+ GetKeyRotationStatusCommandInput,
108
+ GetKeyRotationStatusCommandOutput,
109
+ } from "../commands/GetKeyRotationStatusCommand";
110
+ import {
111
+ GetParametersForImportCommandInput,
112
+ GetParametersForImportCommandOutput,
113
+ } from "../commands/GetParametersForImportCommand";
114
+ import {
115
+ GetPublicKeyCommandInput,
116
+ GetPublicKeyCommandOutput,
117
+ } from "../commands/GetPublicKeyCommand";
118
+ import {
119
+ ImportKeyMaterialCommandInput,
120
+ ImportKeyMaterialCommandOutput,
121
+ } from "../commands/ImportKeyMaterialCommand";
122
+ import {
123
+ ListAliasesCommandInput,
124
+ ListAliasesCommandOutput,
125
+ } from "../commands/ListAliasesCommand";
126
+ import {
127
+ ListGrantsCommandInput,
128
+ ListGrantsCommandOutput,
129
+ } from "../commands/ListGrantsCommand";
130
+ import {
131
+ ListKeyPoliciesCommandInput,
132
+ ListKeyPoliciesCommandOutput,
133
+ } from "../commands/ListKeyPoliciesCommand";
134
+ import {
135
+ ListKeysCommandInput,
136
+ ListKeysCommandOutput,
137
+ } from "../commands/ListKeysCommand";
138
+ import {
139
+ ListResourceTagsCommandInput,
140
+ ListResourceTagsCommandOutput,
141
+ } from "../commands/ListResourceTagsCommand";
142
+ import {
143
+ ListRetirableGrantsCommandInput,
144
+ ListRetirableGrantsCommandOutput,
145
+ } from "../commands/ListRetirableGrantsCommand";
146
+ import {
147
+ PutKeyPolicyCommandInput,
148
+ PutKeyPolicyCommandOutput,
149
+ } from "../commands/PutKeyPolicyCommand";
150
+ import {
151
+ ReEncryptCommandInput,
152
+ ReEncryptCommandOutput,
153
+ } from "../commands/ReEncryptCommand";
154
+ import {
155
+ ReplicateKeyCommandInput,
156
+ ReplicateKeyCommandOutput,
157
+ } from "../commands/ReplicateKeyCommand";
158
+ import {
159
+ RetireGrantCommandInput,
160
+ RetireGrantCommandOutput,
161
+ } from "../commands/RetireGrantCommand";
162
+ import {
163
+ RevokeGrantCommandInput,
164
+ RevokeGrantCommandOutput,
165
+ } from "../commands/RevokeGrantCommand";
166
+ import {
167
+ ScheduleKeyDeletionCommandInput,
168
+ ScheduleKeyDeletionCommandOutput,
169
+ } from "../commands/ScheduleKeyDeletionCommand";
170
+ import { SignCommandInput, SignCommandOutput } from "../commands/SignCommand";
171
+ import {
172
+ TagResourceCommandInput,
173
+ TagResourceCommandOutput,
174
+ } from "../commands/TagResourceCommand";
175
+ import {
176
+ UntagResourceCommandInput,
177
+ UntagResourceCommandOutput,
178
+ } from "../commands/UntagResourceCommand";
179
+ import {
180
+ UpdateAliasCommandInput,
181
+ UpdateAliasCommandOutput,
182
+ } from "../commands/UpdateAliasCommand";
183
+ import {
184
+ UpdateCustomKeyStoreCommandInput,
185
+ UpdateCustomKeyStoreCommandOutput,
186
+ } from "../commands/UpdateCustomKeyStoreCommand";
187
+ import {
188
+ UpdateKeyDescriptionCommandInput,
189
+ UpdateKeyDescriptionCommandOutput,
190
+ } from "../commands/UpdateKeyDescriptionCommand";
191
+ import {
192
+ UpdatePrimaryRegionCommandInput,
193
+ UpdatePrimaryRegionCommandOutput,
194
+ } from "../commands/UpdatePrimaryRegionCommand";
195
+ import {
196
+ VerifyCommandInput,
197
+ VerifyCommandOutput,
198
+ } from "../commands/VerifyCommand";
199
+ import {
200
+ VerifyMacCommandInput,
201
+ VerifyMacCommandOutput,
202
+ } from "../commands/VerifyMacCommand";
203
+ export declare const serializeAws_json1_1CancelKeyDeletionCommand: (
204
+ input: CancelKeyDeletionCommandInput,
205
+ context: __SerdeContext
206
+ ) => Promise<__HttpRequest>;
207
+ export declare const serializeAws_json1_1ConnectCustomKeyStoreCommand: (
208
+ input: ConnectCustomKeyStoreCommandInput,
209
+ context: __SerdeContext
210
+ ) => Promise<__HttpRequest>;
211
+ export declare const serializeAws_json1_1CreateAliasCommand: (
212
+ input: CreateAliasCommandInput,
213
+ context: __SerdeContext
214
+ ) => Promise<__HttpRequest>;
215
+ export declare const serializeAws_json1_1CreateCustomKeyStoreCommand: (
216
+ input: CreateCustomKeyStoreCommandInput,
217
+ context: __SerdeContext
218
+ ) => Promise<__HttpRequest>;
219
+ export declare const serializeAws_json1_1CreateGrantCommand: (
220
+ input: CreateGrantCommandInput,
221
+ context: __SerdeContext
222
+ ) => Promise<__HttpRequest>;
223
+ export declare const serializeAws_json1_1CreateKeyCommand: (
224
+ input: CreateKeyCommandInput,
225
+ context: __SerdeContext
226
+ ) => Promise<__HttpRequest>;
227
+ export declare const serializeAws_json1_1DecryptCommand: (
228
+ input: DecryptCommandInput,
229
+ context: __SerdeContext
230
+ ) => Promise<__HttpRequest>;
231
+ export declare const serializeAws_json1_1DeleteAliasCommand: (
232
+ input: DeleteAliasCommandInput,
233
+ context: __SerdeContext
234
+ ) => Promise<__HttpRequest>;
235
+ export declare const serializeAws_json1_1DeleteCustomKeyStoreCommand: (
236
+ input: DeleteCustomKeyStoreCommandInput,
237
+ context: __SerdeContext
238
+ ) => Promise<__HttpRequest>;
239
+ export declare const serializeAws_json1_1DeleteImportedKeyMaterialCommand: (
240
+ input: DeleteImportedKeyMaterialCommandInput,
241
+ context: __SerdeContext
242
+ ) => Promise<__HttpRequest>;
243
+ export declare const serializeAws_json1_1DescribeCustomKeyStoresCommand: (
244
+ input: DescribeCustomKeyStoresCommandInput,
245
+ context: __SerdeContext
246
+ ) => Promise<__HttpRequest>;
247
+ export declare const serializeAws_json1_1DescribeKeyCommand: (
248
+ input: DescribeKeyCommandInput,
249
+ context: __SerdeContext
250
+ ) => Promise<__HttpRequest>;
251
+ export declare const serializeAws_json1_1DisableKeyCommand: (
252
+ input: DisableKeyCommandInput,
253
+ context: __SerdeContext
254
+ ) => Promise<__HttpRequest>;
255
+ export declare const serializeAws_json1_1DisableKeyRotationCommand: (
256
+ input: DisableKeyRotationCommandInput,
257
+ context: __SerdeContext
258
+ ) => Promise<__HttpRequest>;
259
+ export declare const serializeAws_json1_1DisconnectCustomKeyStoreCommand: (
260
+ input: DisconnectCustomKeyStoreCommandInput,
261
+ context: __SerdeContext
262
+ ) => Promise<__HttpRequest>;
263
+ export declare const serializeAws_json1_1EnableKeyCommand: (
264
+ input: EnableKeyCommandInput,
265
+ context: __SerdeContext
266
+ ) => Promise<__HttpRequest>;
267
+ export declare const serializeAws_json1_1EnableKeyRotationCommand: (
268
+ input: EnableKeyRotationCommandInput,
269
+ context: __SerdeContext
270
+ ) => Promise<__HttpRequest>;
271
+ export declare const serializeAws_json1_1EncryptCommand: (
272
+ input: EncryptCommandInput,
273
+ context: __SerdeContext
274
+ ) => Promise<__HttpRequest>;
275
+ export declare const serializeAws_json1_1GenerateDataKeyCommand: (
276
+ input: GenerateDataKeyCommandInput,
277
+ context: __SerdeContext
278
+ ) => Promise<__HttpRequest>;
279
+ export declare const serializeAws_json1_1GenerateDataKeyPairCommand: (
280
+ input: GenerateDataKeyPairCommandInput,
281
+ context: __SerdeContext
282
+ ) => Promise<__HttpRequest>;
283
+ export declare const serializeAws_json1_1GenerateDataKeyPairWithoutPlaintextCommand: (
284
+ input: GenerateDataKeyPairWithoutPlaintextCommandInput,
285
+ context: __SerdeContext
286
+ ) => Promise<__HttpRequest>;
287
+ export declare const serializeAws_json1_1GenerateDataKeyWithoutPlaintextCommand: (
288
+ input: GenerateDataKeyWithoutPlaintextCommandInput,
289
+ context: __SerdeContext
290
+ ) => Promise<__HttpRequest>;
291
+ export declare const serializeAws_json1_1GenerateMacCommand: (
292
+ input: GenerateMacCommandInput,
293
+ context: __SerdeContext
294
+ ) => Promise<__HttpRequest>;
295
+ export declare const serializeAws_json1_1GenerateRandomCommand: (
296
+ input: GenerateRandomCommandInput,
297
+ context: __SerdeContext
298
+ ) => Promise<__HttpRequest>;
299
+ export declare const serializeAws_json1_1GetKeyPolicyCommand: (
300
+ input: GetKeyPolicyCommandInput,
301
+ context: __SerdeContext
302
+ ) => Promise<__HttpRequest>;
303
+ export declare const serializeAws_json1_1GetKeyRotationStatusCommand: (
304
+ input: GetKeyRotationStatusCommandInput,
305
+ context: __SerdeContext
306
+ ) => Promise<__HttpRequest>;
307
+ export declare const serializeAws_json1_1GetParametersForImportCommand: (
308
+ input: GetParametersForImportCommandInput,
309
+ context: __SerdeContext
310
+ ) => Promise<__HttpRequest>;
311
+ export declare const serializeAws_json1_1GetPublicKeyCommand: (
312
+ input: GetPublicKeyCommandInput,
313
+ context: __SerdeContext
314
+ ) => Promise<__HttpRequest>;
315
+ export declare const serializeAws_json1_1ImportKeyMaterialCommand: (
316
+ input: ImportKeyMaterialCommandInput,
317
+ context: __SerdeContext
318
+ ) => Promise<__HttpRequest>;
319
+ export declare const serializeAws_json1_1ListAliasesCommand: (
320
+ input: ListAliasesCommandInput,
321
+ context: __SerdeContext
322
+ ) => Promise<__HttpRequest>;
323
+ export declare const serializeAws_json1_1ListGrantsCommand: (
324
+ input: ListGrantsCommandInput,
325
+ context: __SerdeContext
326
+ ) => Promise<__HttpRequest>;
327
+ export declare const serializeAws_json1_1ListKeyPoliciesCommand: (
328
+ input: ListKeyPoliciesCommandInput,
329
+ context: __SerdeContext
330
+ ) => Promise<__HttpRequest>;
331
+ export declare const serializeAws_json1_1ListKeysCommand: (
332
+ input: ListKeysCommandInput,
333
+ context: __SerdeContext
334
+ ) => Promise<__HttpRequest>;
335
+ export declare const serializeAws_json1_1ListResourceTagsCommand: (
336
+ input: ListResourceTagsCommandInput,
337
+ context: __SerdeContext
338
+ ) => Promise<__HttpRequest>;
339
+ export declare const serializeAws_json1_1ListRetirableGrantsCommand: (
340
+ input: ListRetirableGrantsCommandInput,
341
+ context: __SerdeContext
342
+ ) => Promise<__HttpRequest>;
343
+ export declare const serializeAws_json1_1PutKeyPolicyCommand: (
344
+ input: PutKeyPolicyCommandInput,
345
+ context: __SerdeContext
346
+ ) => Promise<__HttpRequest>;
347
+ export declare const serializeAws_json1_1ReEncryptCommand: (
348
+ input: ReEncryptCommandInput,
349
+ context: __SerdeContext
350
+ ) => Promise<__HttpRequest>;
351
+ export declare const serializeAws_json1_1ReplicateKeyCommand: (
352
+ input: ReplicateKeyCommandInput,
353
+ context: __SerdeContext
354
+ ) => Promise<__HttpRequest>;
355
+ export declare const serializeAws_json1_1RetireGrantCommand: (
356
+ input: RetireGrantCommandInput,
357
+ context: __SerdeContext
358
+ ) => Promise<__HttpRequest>;
359
+ export declare const serializeAws_json1_1RevokeGrantCommand: (
360
+ input: RevokeGrantCommandInput,
361
+ context: __SerdeContext
362
+ ) => Promise<__HttpRequest>;
363
+ export declare const serializeAws_json1_1ScheduleKeyDeletionCommand: (
364
+ input: ScheduleKeyDeletionCommandInput,
365
+ context: __SerdeContext
366
+ ) => Promise<__HttpRequest>;
367
+ export declare const serializeAws_json1_1SignCommand: (
368
+ input: SignCommandInput,
369
+ context: __SerdeContext
370
+ ) => Promise<__HttpRequest>;
371
+ export declare const serializeAws_json1_1TagResourceCommand: (
372
+ input: TagResourceCommandInput,
373
+ context: __SerdeContext
374
+ ) => Promise<__HttpRequest>;
375
+ export declare const serializeAws_json1_1UntagResourceCommand: (
376
+ input: UntagResourceCommandInput,
377
+ context: __SerdeContext
378
+ ) => Promise<__HttpRequest>;
379
+ export declare const serializeAws_json1_1UpdateAliasCommand: (
380
+ input: UpdateAliasCommandInput,
381
+ context: __SerdeContext
382
+ ) => Promise<__HttpRequest>;
383
+ export declare const serializeAws_json1_1UpdateCustomKeyStoreCommand: (
384
+ input: UpdateCustomKeyStoreCommandInput,
385
+ context: __SerdeContext
386
+ ) => Promise<__HttpRequest>;
387
+ export declare const serializeAws_json1_1UpdateKeyDescriptionCommand: (
388
+ input: UpdateKeyDescriptionCommandInput,
389
+ context: __SerdeContext
390
+ ) => Promise<__HttpRequest>;
391
+ export declare const serializeAws_json1_1UpdatePrimaryRegionCommand: (
392
+ input: UpdatePrimaryRegionCommandInput,
393
+ context: __SerdeContext
394
+ ) => Promise<__HttpRequest>;
395
+ export declare const serializeAws_json1_1VerifyCommand: (
396
+ input: VerifyCommandInput,
397
+ context: __SerdeContext
398
+ ) => Promise<__HttpRequest>;
399
+ export declare const serializeAws_json1_1VerifyMacCommand: (
400
+ input: VerifyMacCommandInput,
401
+ context: __SerdeContext
402
+ ) => Promise<__HttpRequest>;
403
+ export declare const deserializeAws_json1_1CancelKeyDeletionCommand: (
404
+ output: __HttpResponse,
405
+ context: __SerdeContext
406
+ ) => Promise<CancelKeyDeletionCommandOutput>;
407
+ export declare const deserializeAws_json1_1ConnectCustomKeyStoreCommand: (
408
+ output: __HttpResponse,
409
+ context: __SerdeContext
410
+ ) => Promise<ConnectCustomKeyStoreCommandOutput>;
411
+ export declare const deserializeAws_json1_1CreateAliasCommand: (
412
+ output: __HttpResponse,
413
+ context: __SerdeContext
414
+ ) => Promise<CreateAliasCommandOutput>;
415
+ export declare const deserializeAws_json1_1CreateCustomKeyStoreCommand: (
416
+ output: __HttpResponse,
417
+ context: __SerdeContext
418
+ ) => Promise<CreateCustomKeyStoreCommandOutput>;
419
+ export declare const deserializeAws_json1_1CreateGrantCommand: (
420
+ output: __HttpResponse,
421
+ context: __SerdeContext
422
+ ) => Promise<CreateGrantCommandOutput>;
423
+ export declare const deserializeAws_json1_1CreateKeyCommand: (
424
+ output: __HttpResponse,
425
+ context: __SerdeContext
426
+ ) => Promise<CreateKeyCommandOutput>;
427
+ export declare const deserializeAws_json1_1DecryptCommand: (
428
+ output: __HttpResponse,
429
+ context: __SerdeContext
430
+ ) => Promise<DecryptCommandOutput>;
431
+ export declare const deserializeAws_json1_1DeleteAliasCommand: (
432
+ output: __HttpResponse,
433
+ context: __SerdeContext
434
+ ) => Promise<DeleteAliasCommandOutput>;
435
+ export declare const deserializeAws_json1_1DeleteCustomKeyStoreCommand: (
436
+ output: __HttpResponse,
437
+ context: __SerdeContext
438
+ ) => Promise<DeleteCustomKeyStoreCommandOutput>;
439
+ export declare const deserializeAws_json1_1DeleteImportedKeyMaterialCommand: (
440
+ output: __HttpResponse,
441
+ context: __SerdeContext
442
+ ) => Promise<DeleteImportedKeyMaterialCommandOutput>;
443
+ export declare const deserializeAws_json1_1DescribeCustomKeyStoresCommand: (
444
+ output: __HttpResponse,
445
+ context: __SerdeContext
446
+ ) => Promise<DescribeCustomKeyStoresCommandOutput>;
447
+ export declare const deserializeAws_json1_1DescribeKeyCommand: (
448
+ output: __HttpResponse,
449
+ context: __SerdeContext
450
+ ) => Promise<DescribeKeyCommandOutput>;
451
+ export declare const deserializeAws_json1_1DisableKeyCommand: (
452
+ output: __HttpResponse,
453
+ context: __SerdeContext
454
+ ) => Promise<DisableKeyCommandOutput>;
455
+ export declare const deserializeAws_json1_1DisableKeyRotationCommand: (
456
+ output: __HttpResponse,
457
+ context: __SerdeContext
458
+ ) => Promise<DisableKeyRotationCommandOutput>;
459
+ export declare const deserializeAws_json1_1DisconnectCustomKeyStoreCommand: (
460
+ output: __HttpResponse,
461
+ context: __SerdeContext
462
+ ) => Promise<DisconnectCustomKeyStoreCommandOutput>;
463
+ export declare const deserializeAws_json1_1EnableKeyCommand: (
464
+ output: __HttpResponse,
465
+ context: __SerdeContext
466
+ ) => Promise<EnableKeyCommandOutput>;
467
+ export declare const deserializeAws_json1_1EnableKeyRotationCommand: (
468
+ output: __HttpResponse,
469
+ context: __SerdeContext
470
+ ) => Promise<EnableKeyRotationCommandOutput>;
471
+ export declare const deserializeAws_json1_1EncryptCommand: (
472
+ output: __HttpResponse,
473
+ context: __SerdeContext
474
+ ) => Promise<EncryptCommandOutput>;
475
+ export declare const deserializeAws_json1_1GenerateDataKeyCommand: (
476
+ output: __HttpResponse,
477
+ context: __SerdeContext
478
+ ) => Promise<GenerateDataKeyCommandOutput>;
479
+ export declare const deserializeAws_json1_1GenerateDataKeyPairCommand: (
480
+ output: __HttpResponse,
481
+ context: __SerdeContext
482
+ ) => Promise<GenerateDataKeyPairCommandOutput>;
483
+ export declare const deserializeAws_json1_1GenerateDataKeyPairWithoutPlaintextCommand: (
484
+ output: __HttpResponse,
485
+ context: __SerdeContext
486
+ ) => Promise<GenerateDataKeyPairWithoutPlaintextCommandOutput>;
487
+ export declare const deserializeAws_json1_1GenerateDataKeyWithoutPlaintextCommand: (
488
+ output: __HttpResponse,
489
+ context: __SerdeContext
490
+ ) => Promise<GenerateDataKeyWithoutPlaintextCommandOutput>;
491
+ export declare const deserializeAws_json1_1GenerateMacCommand: (
492
+ output: __HttpResponse,
493
+ context: __SerdeContext
494
+ ) => Promise<GenerateMacCommandOutput>;
495
+ export declare const deserializeAws_json1_1GenerateRandomCommand: (
496
+ output: __HttpResponse,
497
+ context: __SerdeContext
498
+ ) => Promise<GenerateRandomCommandOutput>;
499
+ export declare const deserializeAws_json1_1GetKeyPolicyCommand: (
500
+ output: __HttpResponse,
501
+ context: __SerdeContext
502
+ ) => Promise<GetKeyPolicyCommandOutput>;
503
+ export declare const deserializeAws_json1_1GetKeyRotationStatusCommand: (
504
+ output: __HttpResponse,
505
+ context: __SerdeContext
506
+ ) => Promise<GetKeyRotationStatusCommandOutput>;
507
+ export declare const deserializeAws_json1_1GetParametersForImportCommand: (
508
+ output: __HttpResponse,
509
+ context: __SerdeContext
510
+ ) => Promise<GetParametersForImportCommandOutput>;
511
+ export declare const deserializeAws_json1_1GetPublicKeyCommand: (
512
+ output: __HttpResponse,
513
+ context: __SerdeContext
514
+ ) => Promise<GetPublicKeyCommandOutput>;
515
+ export declare const deserializeAws_json1_1ImportKeyMaterialCommand: (
516
+ output: __HttpResponse,
517
+ context: __SerdeContext
518
+ ) => Promise<ImportKeyMaterialCommandOutput>;
519
+ export declare const deserializeAws_json1_1ListAliasesCommand: (
520
+ output: __HttpResponse,
521
+ context: __SerdeContext
522
+ ) => Promise<ListAliasesCommandOutput>;
523
+ export declare const deserializeAws_json1_1ListGrantsCommand: (
524
+ output: __HttpResponse,
525
+ context: __SerdeContext
526
+ ) => Promise<ListGrantsCommandOutput>;
527
+ export declare const deserializeAws_json1_1ListKeyPoliciesCommand: (
528
+ output: __HttpResponse,
529
+ context: __SerdeContext
530
+ ) => Promise<ListKeyPoliciesCommandOutput>;
531
+ export declare const deserializeAws_json1_1ListKeysCommand: (
532
+ output: __HttpResponse,
533
+ context: __SerdeContext
534
+ ) => Promise<ListKeysCommandOutput>;
535
+ export declare const deserializeAws_json1_1ListResourceTagsCommand: (
536
+ output: __HttpResponse,
537
+ context: __SerdeContext
538
+ ) => Promise<ListResourceTagsCommandOutput>;
539
+ export declare const deserializeAws_json1_1ListRetirableGrantsCommand: (
540
+ output: __HttpResponse,
541
+ context: __SerdeContext
542
+ ) => Promise<ListRetirableGrantsCommandOutput>;
543
+ export declare const deserializeAws_json1_1PutKeyPolicyCommand: (
544
+ output: __HttpResponse,
545
+ context: __SerdeContext
546
+ ) => Promise<PutKeyPolicyCommandOutput>;
547
+ export declare const deserializeAws_json1_1ReEncryptCommand: (
548
+ output: __HttpResponse,
549
+ context: __SerdeContext
550
+ ) => Promise<ReEncryptCommandOutput>;
551
+ export declare const deserializeAws_json1_1ReplicateKeyCommand: (
552
+ output: __HttpResponse,
553
+ context: __SerdeContext
554
+ ) => Promise<ReplicateKeyCommandOutput>;
555
+ export declare const deserializeAws_json1_1RetireGrantCommand: (
556
+ output: __HttpResponse,
557
+ context: __SerdeContext
558
+ ) => Promise<RetireGrantCommandOutput>;
559
+ export declare const deserializeAws_json1_1RevokeGrantCommand: (
560
+ output: __HttpResponse,
561
+ context: __SerdeContext
562
+ ) => Promise<RevokeGrantCommandOutput>;
563
+ export declare const deserializeAws_json1_1ScheduleKeyDeletionCommand: (
564
+ output: __HttpResponse,
565
+ context: __SerdeContext
566
+ ) => Promise<ScheduleKeyDeletionCommandOutput>;
567
+ export declare const deserializeAws_json1_1SignCommand: (
568
+ output: __HttpResponse,
569
+ context: __SerdeContext
570
+ ) => Promise<SignCommandOutput>;
571
+ export declare const deserializeAws_json1_1TagResourceCommand: (
572
+ output: __HttpResponse,
573
+ context: __SerdeContext
574
+ ) => Promise<TagResourceCommandOutput>;
575
+ export declare const deserializeAws_json1_1UntagResourceCommand: (
576
+ output: __HttpResponse,
577
+ context: __SerdeContext
578
+ ) => Promise<UntagResourceCommandOutput>;
579
+ export declare const deserializeAws_json1_1UpdateAliasCommand: (
580
+ output: __HttpResponse,
581
+ context: __SerdeContext
582
+ ) => Promise<UpdateAliasCommandOutput>;
583
+ export declare const deserializeAws_json1_1UpdateCustomKeyStoreCommand: (
584
+ output: __HttpResponse,
585
+ context: __SerdeContext
586
+ ) => Promise<UpdateCustomKeyStoreCommandOutput>;
587
+ export declare const deserializeAws_json1_1UpdateKeyDescriptionCommand: (
588
+ output: __HttpResponse,
589
+ context: __SerdeContext
590
+ ) => Promise<UpdateKeyDescriptionCommandOutput>;
591
+ export declare const deserializeAws_json1_1UpdatePrimaryRegionCommand: (
592
+ output: __HttpResponse,
593
+ context: __SerdeContext
594
+ ) => Promise<UpdatePrimaryRegionCommandOutput>;
595
+ export declare const deserializeAws_json1_1VerifyCommand: (
596
+ output: __HttpResponse,
597
+ context: __SerdeContext
598
+ ) => Promise<VerifyCommandOutput>;
599
+ export declare const deserializeAws_json1_1VerifyMacCommand: (
600
+ output: __HttpResponse,
601
+ context: __SerdeContext
602
+ ) => Promise<VerifyMacCommandOutput>;