@aws-sdk/client-kms 3.303.0 → 3.309.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/commands/CancelKeyDeletionCommand.js +2 -2
- package/dist-cjs/commands/ConnectCustomKeyStoreCommand.js +2 -2
- package/dist-cjs/commands/CreateAliasCommand.js +2 -2
- package/dist-cjs/commands/CreateCustomKeyStoreCommand.js +2 -2
- package/dist-cjs/commands/CreateGrantCommand.js +2 -2
- package/dist-cjs/commands/CreateKeyCommand.js +2 -2
- package/dist-cjs/commands/DecryptCommand.js +2 -2
- package/dist-cjs/commands/DeleteAliasCommand.js +2 -2
- package/dist-cjs/commands/DeleteCustomKeyStoreCommand.js +2 -2
- package/dist-cjs/commands/DeleteImportedKeyMaterialCommand.js +2 -2
- package/dist-cjs/commands/DescribeCustomKeyStoresCommand.js +2 -2
- package/dist-cjs/commands/DescribeKeyCommand.js +2 -2
- package/dist-cjs/commands/DisableKeyCommand.js +2 -2
- package/dist-cjs/commands/DisableKeyRotationCommand.js +2 -2
- package/dist-cjs/commands/DisconnectCustomKeyStoreCommand.js +2 -2
- package/dist-cjs/commands/EnableKeyCommand.js +2 -2
- package/dist-cjs/commands/EnableKeyRotationCommand.js +2 -2
- package/dist-cjs/commands/EncryptCommand.js +2 -2
- package/dist-cjs/commands/GenerateDataKeyCommand.js +2 -2
- package/dist-cjs/commands/GenerateDataKeyPairCommand.js +2 -2
- package/dist-cjs/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +2 -2
- package/dist-cjs/commands/GenerateDataKeyWithoutPlaintextCommand.js +2 -2
- package/dist-cjs/commands/GenerateMacCommand.js +2 -2
- package/dist-cjs/commands/GenerateRandomCommand.js +2 -2
- package/dist-cjs/commands/GetKeyPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetKeyRotationStatusCommand.js +2 -2
- package/dist-cjs/commands/GetParametersForImportCommand.js +2 -2
- package/dist-cjs/commands/GetPublicKeyCommand.js +2 -2
- package/dist-cjs/commands/ImportKeyMaterialCommand.js +2 -2
- package/dist-cjs/commands/ListAliasesCommand.js +2 -2
- package/dist-cjs/commands/ListGrantsCommand.js +2 -2
- package/dist-cjs/commands/ListKeyPoliciesCommand.js +2 -2
- package/dist-cjs/commands/ListKeysCommand.js +2 -2
- package/dist-cjs/commands/ListResourceTagsCommand.js +2 -2
- package/dist-cjs/commands/ListRetirableGrantsCommand.js +2 -2
- package/dist-cjs/commands/PutKeyPolicyCommand.js +2 -2
- package/dist-cjs/commands/ReEncryptCommand.js +2 -2
- package/dist-cjs/commands/ReplicateKeyCommand.js +2 -2
- package/dist-cjs/commands/RetireGrantCommand.js +2 -2
- package/dist-cjs/commands/RevokeGrantCommand.js +2 -2
- package/dist-cjs/commands/ScheduleKeyDeletionCommand.js +2 -2
- package/dist-cjs/commands/SignCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAliasCommand.js +2 -2
- package/dist-cjs/commands/UpdateCustomKeyStoreCommand.js +2 -2
- package/dist-cjs/commands/UpdateKeyDescriptionCommand.js +2 -2
- package/dist-cjs/commands/UpdatePrimaryRegionCommand.js +2 -2
- package/dist-cjs/commands/VerifyCommand.js +2 -2
- package/dist-cjs/commands/VerifyMacCommand.js +2 -2
- package/dist-cjs/protocols/Aws_json1_1.js +1052 -1064
- 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/protocols/Aws_json1_1.js +950 -962
- package/dist-types/protocols/Aws_json1_1.d.ts +400 -100
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +100 -100
- package/package.json +29 -29
|
@@ -50,103 +50,403 @@ import { UpdateKeyDescriptionCommandInput, UpdateKeyDescriptionCommandOutput } f
|
|
|
50
50
|
import { UpdatePrimaryRegionCommandInput, UpdatePrimaryRegionCommandOutput } from "../commands/UpdatePrimaryRegionCommand";
|
|
51
51
|
import { VerifyCommandInput, VerifyCommandOutput } from "../commands/VerifyCommand";
|
|
52
52
|
import { VerifyMacCommandInput, VerifyMacCommandOutput } from "../commands/VerifyMacCommand";
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
export declare const
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
export declare const
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
export declare const
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
export declare const
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
export declare const
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
export declare const
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
export declare const
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
export declare const
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
export declare const
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
export declare const
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
export declare const
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
export declare const
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
export declare const
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
export declare const
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
export declare const
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
export declare const
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
export declare const
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
export declare const
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
export declare const
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
export declare const
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
export declare const
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
export declare const
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
export declare const
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
export declare const
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
export declare const
|
|
53
|
+
/**
|
|
54
|
+
* serializeAws_json1_1CancelKeyDeletionCommand
|
|
55
|
+
*/
|
|
56
|
+
export declare const se_CancelKeyDeletionCommand: (input: CancelKeyDeletionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
+
/**
|
|
58
|
+
* serializeAws_json1_1ConnectCustomKeyStoreCommand
|
|
59
|
+
*/
|
|
60
|
+
export declare const se_ConnectCustomKeyStoreCommand: (input: ConnectCustomKeyStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
+
/**
|
|
62
|
+
* serializeAws_json1_1CreateAliasCommand
|
|
63
|
+
*/
|
|
64
|
+
export declare const se_CreateAliasCommand: (input: CreateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
+
/**
|
|
66
|
+
* serializeAws_json1_1CreateCustomKeyStoreCommand
|
|
67
|
+
*/
|
|
68
|
+
export declare const se_CreateCustomKeyStoreCommand: (input: CreateCustomKeyStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
+
/**
|
|
70
|
+
* serializeAws_json1_1CreateGrantCommand
|
|
71
|
+
*/
|
|
72
|
+
export declare const se_CreateGrantCommand: (input: CreateGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
+
/**
|
|
74
|
+
* serializeAws_json1_1CreateKeyCommand
|
|
75
|
+
*/
|
|
76
|
+
export declare const se_CreateKeyCommand: (input: CreateKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
+
/**
|
|
78
|
+
* serializeAws_json1_1DecryptCommand
|
|
79
|
+
*/
|
|
80
|
+
export declare const se_DecryptCommand: (input: DecryptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
+
/**
|
|
82
|
+
* serializeAws_json1_1DeleteAliasCommand
|
|
83
|
+
*/
|
|
84
|
+
export declare const se_DeleteAliasCommand: (input: DeleteAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
+
/**
|
|
86
|
+
* serializeAws_json1_1DeleteCustomKeyStoreCommand
|
|
87
|
+
*/
|
|
88
|
+
export declare const se_DeleteCustomKeyStoreCommand: (input: DeleteCustomKeyStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
+
/**
|
|
90
|
+
* serializeAws_json1_1DeleteImportedKeyMaterialCommand
|
|
91
|
+
*/
|
|
92
|
+
export declare const se_DeleteImportedKeyMaterialCommand: (input: DeleteImportedKeyMaterialCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
+
/**
|
|
94
|
+
* serializeAws_json1_1DescribeCustomKeyStoresCommand
|
|
95
|
+
*/
|
|
96
|
+
export declare const se_DescribeCustomKeyStoresCommand: (input: DescribeCustomKeyStoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
+
/**
|
|
98
|
+
* serializeAws_json1_1DescribeKeyCommand
|
|
99
|
+
*/
|
|
100
|
+
export declare const se_DescribeKeyCommand: (input: DescribeKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
+
/**
|
|
102
|
+
* serializeAws_json1_1DisableKeyCommand
|
|
103
|
+
*/
|
|
104
|
+
export declare const se_DisableKeyCommand: (input: DisableKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
+
/**
|
|
106
|
+
* serializeAws_json1_1DisableKeyRotationCommand
|
|
107
|
+
*/
|
|
108
|
+
export declare const se_DisableKeyRotationCommand: (input: DisableKeyRotationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
+
/**
|
|
110
|
+
* serializeAws_json1_1DisconnectCustomKeyStoreCommand
|
|
111
|
+
*/
|
|
112
|
+
export declare const se_DisconnectCustomKeyStoreCommand: (input: DisconnectCustomKeyStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
+
/**
|
|
114
|
+
* serializeAws_json1_1EnableKeyCommand
|
|
115
|
+
*/
|
|
116
|
+
export declare const se_EnableKeyCommand: (input: EnableKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
|
+
/**
|
|
118
|
+
* serializeAws_json1_1EnableKeyRotationCommand
|
|
119
|
+
*/
|
|
120
|
+
export declare const se_EnableKeyRotationCommand: (input: EnableKeyRotationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
|
+
/**
|
|
122
|
+
* serializeAws_json1_1EncryptCommand
|
|
123
|
+
*/
|
|
124
|
+
export declare const se_EncryptCommand: (input: EncryptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
+
/**
|
|
126
|
+
* serializeAws_json1_1GenerateDataKeyCommand
|
|
127
|
+
*/
|
|
128
|
+
export declare const se_GenerateDataKeyCommand: (input: GenerateDataKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
+
/**
|
|
130
|
+
* serializeAws_json1_1GenerateDataKeyPairCommand
|
|
131
|
+
*/
|
|
132
|
+
export declare const se_GenerateDataKeyPairCommand: (input: GenerateDataKeyPairCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
|
+
/**
|
|
134
|
+
* serializeAws_json1_1GenerateDataKeyPairWithoutPlaintextCommand
|
|
135
|
+
*/
|
|
136
|
+
export declare const se_GenerateDataKeyPairWithoutPlaintextCommand: (input: GenerateDataKeyPairWithoutPlaintextCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
|
+
/**
|
|
138
|
+
* serializeAws_json1_1GenerateDataKeyWithoutPlaintextCommand
|
|
139
|
+
*/
|
|
140
|
+
export declare const se_GenerateDataKeyWithoutPlaintextCommand: (input: GenerateDataKeyWithoutPlaintextCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
141
|
+
/**
|
|
142
|
+
* serializeAws_json1_1GenerateMacCommand
|
|
143
|
+
*/
|
|
144
|
+
export declare const se_GenerateMacCommand: (input: GenerateMacCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
|
+
/**
|
|
146
|
+
* serializeAws_json1_1GenerateRandomCommand
|
|
147
|
+
*/
|
|
148
|
+
export declare const se_GenerateRandomCommand: (input: GenerateRandomCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
149
|
+
/**
|
|
150
|
+
* serializeAws_json1_1GetKeyPolicyCommand
|
|
151
|
+
*/
|
|
152
|
+
export declare const se_GetKeyPolicyCommand: (input: GetKeyPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
153
|
+
/**
|
|
154
|
+
* serializeAws_json1_1GetKeyRotationStatusCommand
|
|
155
|
+
*/
|
|
156
|
+
export declare const se_GetKeyRotationStatusCommand: (input: GetKeyRotationStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
157
|
+
/**
|
|
158
|
+
* serializeAws_json1_1GetParametersForImportCommand
|
|
159
|
+
*/
|
|
160
|
+
export declare const se_GetParametersForImportCommand: (input: GetParametersForImportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
161
|
+
/**
|
|
162
|
+
* serializeAws_json1_1GetPublicKeyCommand
|
|
163
|
+
*/
|
|
164
|
+
export declare const se_GetPublicKeyCommand: (input: GetPublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
165
|
+
/**
|
|
166
|
+
* serializeAws_json1_1ImportKeyMaterialCommand
|
|
167
|
+
*/
|
|
168
|
+
export declare const se_ImportKeyMaterialCommand: (input: ImportKeyMaterialCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
169
|
+
/**
|
|
170
|
+
* serializeAws_json1_1ListAliasesCommand
|
|
171
|
+
*/
|
|
172
|
+
export declare const se_ListAliasesCommand: (input: ListAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
173
|
+
/**
|
|
174
|
+
* serializeAws_json1_1ListGrantsCommand
|
|
175
|
+
*/
|
|
176
|
+
export declare const se_ListGrantsCommand: (input: ListGrantsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
177
|
+
/**
|
|
178
|
+
* serializeAws_json1_1ListKeyPoliciesCommand
|
|
179
|
+
*/
|
|
180
|
+
export declare const se_ListKeyPoliciesCommand: (input: ListKeyPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
181
|
+
/**
|
|
182
|
+
* serializeAws_json1_1ListKeysCommand
|
|
183
|
+
*/
|
|
184
|
+
export declare const se_ListKeysCommand: (input: ListKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
185
|
+
/**
|
|
186
|
+
* serializeAws_json1_1ListResourceTagsCommand
|
|
187
|
+
*/
|
|
188
|
+
export declare const se_ListResourceTagsCommand: (input: ListResourceTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
189
|
+
/**
|
|
190
|
+
* serializeAws_json1_1ListRetirableGrantsCommand
|
|
191
|
+
*/
|
|
192
|
+
export declare const se_ListRetirableGrantsCommand: (input: ListRetirableGrantsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
193
|
+
/**
|
|
194
|
+
* serializeAws_json1_1PutKeyPolicyCommand
|
|
195
|
+
*/
|
|
196
|
+
export declare const se_PutKeyPolicyCommand: (input: PutKeyPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
197
|
+
/**
|
|
198
|
+
* serializeAws_json1_1ReEncryptCommand
|
|
199
|
+
*/
|
|
200
|
+
export declare const se_ReEncryptCommand: (input: ReEncryptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
201
|
+
/**
|
|
202
|
+
* serializeAws_json1_1ReplicateKeyCommand
|
|
203
|
+
*/
|
|
204
|
+
export declare const se_ReplicateKeyCommand: (input: ReplicateKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
205
|
+
/**
|
|
206
|
+
* serializeAws_json1_1RetireGrantCommand
|
|
207
|
+
*/
|
|
208
|
+
export declare const se_RetireGrantCommand: (input: RetireGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
209
|
+
/**
|
|
210
|
+
* serializeAws_json1_1RevokeGrantCommand
|
|
211
|
+
*/
|
|
212
|
+
export declare const se_RevokeGrantCommand: (input: RevokeGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
213
|
+
/**
|
|
214
|
+
* serializeAws_json1_1ScheduleKeyDeletionCommand
|
|
215
|
+
*/
|
|
216
|
+
export declare const se_ScheduleKeyDeletionCommand: (input: ScheduleKeyDeletionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
217
|
+
/**
|
|
218
|
+
* serializeAws_json1_1SignCommand
|
|
219
|
+
*/
|
|
220
|
+
export declare const se_SignCommand: (input: SignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
221
|
+
/**
|
|
222
|
+
* serializeAws_json1_1TagResourceCommand
|
|
223
|
+
*/
|
|
224
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
225
|
+
/**
|
|
226
|
+
* serializeAws_json1_1UntagResourceCommand
|
|
227
|
+
*/
|
|
228
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
229
|
+
/**
|
|
230
|
+
* serializeAws_json1_1UpdateAliasCommand
|
|
231
|
+
*/
|
|
232
|
+
export declare const se_UpdateAliasCommand: (input: UpdateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
233
|
+
/**
|
|
234
|
+
* serializeAws_json1_1UpdateCustomKeyStoreCommand
|
|
235
|
+
*/
|
|
236
|
+
export declare const se_UpdateCustomKeyStoreCommand: (input: UpdateCustomKeyStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
237
|
+
/**
|
|
238
|
+
* serializeAws_json1_1UpdateKeyDescriptionCommand
|
|
239
|
+
*/
|
|
240
|
+
export declare const se_UpdateKeyDescriptionCommand: (input: UpdateKeyDescriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
241
|
+
/**
|
|
242
|
+
* serializeAws_json1_1UpdatePrimaryRegionCommand
|
|
243
|
+
*/
|
|
244
|
+
export declare const se_UpdatePrimaryRegionCommand: (input: UpdatePrimaryRegionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
245
|
+
/**
|
|
246
|
+
* serializeAws_json1_1VerifyCommand
|
|
247
|
+
*/
|
|
248
|
+
export declare const se_VerifyCommand: (input: VerifyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
249
|
+
/**
|
|
250
|
+
* serializeAws_json1_1VerifyMacCommand
|
|
251
|
+
*/
|
|
252
|
+
export declare const se_VerifyMacCommand: (input: VerifyMacCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
253
|
+
/**
|
|
254
|
+
* deserializeAws_json1_1CancelKeyDeletionCommand
|
|
255
|
+
*/
|
|
256
|
+
export declare const de_CancelKeyDeletionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelKeyDeletionCommandOutput>;
|
|
257
|
+
/**
|
|
258
|
+
* deserializeAws_json1_1ConnectCustomKeyStoreCommand
|
|
259
|
+
*/
|
|
260
|
+
export declare const de_ConnectCustomKeyStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConnectCustomKeyStoreCommandOutput>;
|
|
261
|
+
/**
|
|
262
|
+
* deserializeAws_json1_1CreateAliasCommand
|
|
263
|
+
*/
|
|
264
|
+
export declare const de_CreateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAliasCommandOutput>;
|
|
265
|
+
/**
|
|
266
|
+
* deserializeAws_json1_1CreateCustomKeyStoreCommand
|
|
267
|
+
*/
|
|
268
|
+
export declare const de_CreateCustomKeyStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomKeyStoreCommandOutput>;
|
|
269
|
+
/**
|
|
270
|
+
* deserializeAws_json1_1CreateGrantCommand
|
|
271
|
+
*/
|
|
272
|
+
export declare const de_CreateGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGrantCommandOutput>;
|
|
273
|
+
/**
|
|
274
|
+
* deserializeAws_json1_1CreateKeyCommand
|
|
275
|
+
*/
|
|
276
|
+
export declare const de_CreateKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateKeyCommandOutput>;
|
|
277
|
+
/**
|
|
278
|
+
* deserializeAws_json1_1DecryptCommand
|
|
279
|
+
*/
|
|
280
|
+
export declare const de_DecryptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DecryptCommandOutput>;
|
|
281
|
+
/**
|
|
282
|
+
* deserializeAws_json1_1DeleteAliasCommand
|
|
283
|
+
*/
|
|
284
|
+
export declare const de_DeleteAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAliasCommandOutput>;
|
|
285
|
+
/**
|
|
286
|
+
* deserializeAws_json1_1DeleteCustomKeyStoreCommand
|
|
287
|
+
*/
|
|
288
|
+
export declare const de_DeleteCustomKeyStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomKeyStoreCommandOutput>;
|
|
289
|
+
/**
|
|
290
|
+
* deserializeAws_json1_1DeleteImportedKeyMaterialCommand
|
|
291
|
+
*/
|
|
292
|
+
export declare const de_DeleteImportedKeyMaterialCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImportedKeyMaterialCommandOutput>;
|
|
293
|
+
/**
|
|
294
|
+
* deserializeAws_json1_1DescribeCustomKeyStoresCommand
|
|
295
|
+
*/
|
|
296
|
+
export declare const de_DescribeCustomKeyStoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomKeyStoresCommandOutput>;
|
|
297
|
+
/**
|
|
298
|
+
* deserializeAws_json1_1DescribeKeyCommand
|
|
299
|
+
*/
|
|
300
|
+
export declare const de_DescribeKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeKeyCommandOutput>;
|
|
301
|
+
/**
|
|
302
|
+
* deserializeAws_json1_1DisableKeyCommand
|
|
303
|
+
*/
|
|
304
|
+
export declare const de_DisableKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableKeyCommandOutput>;
|
|
305
|
+
/**
|
|
306
|
+
* deserializeAws_json1_1DisableKeyRotationCommand
|
|
307
|
+
*/
|
|
308
|
+
export declare const de_DisableKeyRotationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableKeyRotationCommandOutput>;
|
|
309
|
+
/**
|
|
310
|
+
* deserializeAws_json1_1DisconnectCustomKeyStoreCommand
|
|
311
|
+
*/
|
|
312
|
+
export declare const de_DisconnectCustomKeyStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisconnectCustomKeyStoreCommandOutput>;
|
|
313
|
+
/**
|
|
314
|
+
* deserializeAws_json1_1EnableKeyCommand
|
|
315
|
+
*/
|
|
316
|
+
export declare const de_EnableKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableKeyCommandOutput>;
|
|
317
|
+
/**
|
|
318
|
+
* deserializeAws_json1_1EnableKeyRotationCommand
|
|
319
|
+
*/
|
|
320
|
+
export declare const de_EnableKeyRotationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableKeyRotationCommandOutput>;
|
|
321
|
+
/**
|
|
322
|
+
* deserializeAws_json1_1EncryptCommand
|
|
323
|
+
*/
|
|
324
|
+
export declare const de_EncryptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EncryptCommandOutput>;
|
|
325
|
+
/**
|
|
326
|
+
* deserializeAws_json1_1GenerateDataKeyCommand
|
|
327
|
+
*/
|
|
328
|
+
export declare const de_GenerateDataKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateDataKeyCommandOutput>;
|
|
329
|
+
/**
|
|
330
|
+
* deserializeAws_json1_1GenerateDataKeyPairCommand
|
|
331
|
+
*/
|
|
332
|
+
export declare const de_GenerateDataKeyPairCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateDataKeyPairCommandOutput>;
|
|
333
|
+
/**
|
|
334
|
+
* deserializeAws_json1_1GenerateDataKeyPairWithoutPlaintextCommand
|
|
335
|
+
*/
|
|
336
|
+
export declare const de_GenerateDataKeyPairWithoutPlaintextCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateDataKeyPairWithoutPlaintextCommandOutput>;
|
|
337
|
+
/**
|
|
338
|
+
* deserializeAws_json1_1GenerateDataKeyWithoutPlaintextCommand
|
|
339
|
+
*/
|
|
340
|
+
export declare const de_GenerateDataKeyWithoutPlaintextCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateDataKeyWithoutPlaintextCommandOutput>;
|
|
341
|
+
/**
|
|
342
|
+
* deserializeAws_json1_1GenerateMacCommand
|
|
343
|
+
*/
|
|
344
|
+
export declare const de_GenerateMacCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateMacCommandOutput>;
|
|
345
|
+
/**
|
|
346
|
+
* deserializeAws_json1_1GenerateRandomCommand
|
|
347
|
+
*/
|
|
348
|
+
export declare const de_GenerateRandomCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateRandomCommandOutput>;
|
|
349
|
+
/**
|
|
350
|
+
* deserializeAws_json1_1GetKeyPolicyCommand
|
|
351
|
+
*/
|
|
352
|
+
export declare const de_GetKeyPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetKeyPolicyCommandOutput>;
|
|
353
|
+
/**
|
|
354
|
+
* deserializeAws_json1_1GetKeyRotationStatusCommand
|
|
355
|
+
*/
|
|
356
|
+
export declare const de_GetKeyRotationStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetKeyRotationStatusCommandOutput>;
|
|
357
|
+
/**
|
|
358
|
+
* deserializeAws_json1_1GetParametersForImportCommand
|
|
359
|
+
*/
|
|
360
|
+
export declare const de_GetParametersForImportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetParametersForImportCommandOutput>;
|
|
361
|
+
/**
|
|
362
|
+
* deserializeAws_json1_1GetPublicKeyCommand
|
|
363
|
+
*/
|
|
364
|
+
export declare const de_GetPublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPublicKeyCommandOutput>;
|
|
365
|
+
/**
|
|
366
|
+
* deserializeAws_json1_1ImportKeyMaterialCommand
|
|
367
|
+
*/
|
|
368
|
+
export declare const de_ImportKeyMaterialCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportKeyMaterialCommandOutput>;
|
|
369
|
+
/**
|
|
370
|
+
* deserializeAws_json1_1ListAliasesCommand
|
|
371
|
+
*/
|
|
372
|
+
export declare const de_ListAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAliasesCommandOutput>;
|
|
373
|
+
/**
|
|
374
|
+
* deserializeAws_json1_1ListGrantsCommand
|
|
375
|
+
*/
|
|
376
|
+
export declare const de_ListGrantsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGrantsCommandOutput>;
|
|
377
|
+
/**
|
|
378
|
+
* deserializeAws_json1_1ListKeyPoliciesCommand
|
|
379
|
+
*/
|
|
380
|
+
export declare const de_ListKeyPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKeyPoliciesCommandOutput>;
|
|
381
|
+
/**
|
|
382
|
+
* deserializeAws_json1_1ListKeysCommand
|
|
383
|
+
*/
|
|
384
|
+
export declare const de_ListKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKeysCommandOutput>;
|
|
385
|
+
/**
|
|
386
|
+
* deserializeAws_json1_1ListResourceTagsCommand
|
|
387
|
+
*/
|
|
388
|
+
export declare const de_ListResourceTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceTagsCommandOutput>;
|
|
389
|
+
/**
|
|
390
|
+
* deserializeAws_json1_1ListRetirableGrantsCommand
|
|
391
|
+
*/
|
|
392
|
+
export declare const de_ListRetirableGrantsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRetirableGrantsCommandOutput>;
|
|
393
|
+
/**
|
|
394
|
+
* deserializeAws_json1_1PutKeyPolicyCommand
|
|
395
|
+
*/
|
|
396
|
+
export declare const de_PutKeyPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutKeyPolicyCommandOutput>;
|
|
397
|
+
/**
|
|
398
|
+
* deserializeAws_json1_1ReEncryptCommand
|
|
399
|
+
*/
|
|
400
|
+
export declare const de_ReEncryptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReEncryptCommandOutput>;
|
|
401
|
+
/**
|
|
402
|
+
* deserializeAws_json1_1ReplicateKeyCommand
|
|
403
|
+
*/
|
|
404
|
+
export declare const de_ReplicateKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReplicateKeyCommandOutput>;
|
|
405
|
+
/**
|
|
406
|
+
* deserializeAws_json1_1RetireGrantCommand
|
|
407
|
+
*/
|
|
408
|
+
export declare const de_RetireGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetireGrantCommandOutput>;
|
|
409
|
+
/**
|
|
410
|
+
* deserializeAws_json1_1RevokeGrantCommand
|
|
411
|
+
*/
|
|
412
|
+
export declare const de_RevokeGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RevokeGrantCommandOutput>;
|
|
413
|
+
/**
|
|
414
|
+
* deserializeAws_json1_1ScheduleKeyDeletionCommand
|
|
415
|
+
*/
|
|
416
|
+
export declare const de_ScheduleKeyDeletionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ScheduleKeyDeletionCommandOutput>;
|
|
417
|
+
/**
|
|
418
|
+
* deserializeAws_json1_1SignCommand
|
|
419
|
+
*/
|
|
420
|
+
export declare const de_SignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SignCommandOutput>;
|
|
421
|
+
/**
|
|
422
|
+
* deserializeAws_json1_1TagResourceCommand
|
|
423
|
+
*/
|
|
424
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
425
|
+
/**
|
|
426
|
+
* deserializeAws_json1_1UntagResourceCommand
|
|
427
|
+
*/
|
|
428
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
429
|
+
/**
|
|
430
|
+
* deserializeAws_json1_1UpdateAliasCommand
|
|
431
|
+
*/
|
|
432
|
+
export declare const de_UpdateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAliasCommandOutput>;
|
|
433
|
+
/**
|
|
434
|
+
* deserializeAws_json1_1UpdateCustomKeyStoreCommand
|
|
435
|
+
*/
|
|
436
|
+
export declare const de_UpdateCustomKeyStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCustomKeyStoreCommandOutput>;
|
|
437
|
+
/**
|
|
438
|
+
* deserializeAws_json1_1UpdateKeyDescriptionCommand
|
|
439
|
+
*/
|
|
440
|
+
export declare const de_UpdateKeyDescriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateKeyDescriptionCommandOutput>;
|
|
441
|
+
/**
|
|
442
|
+
* deserializeAws_json1_1UpdatePrimaryRegionCommand
|
|
443
|
+
*/
|
|
444
|
+
export declare const de_UpdatePrimaryRegionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePrimaryRegionCommandOutput>;
|
|
445
|
+
/**
|
|
446
|
+
* deserializeAws_json1_1VerifyCommand
|
|
447
|
+
*/
|
|
448
|
+
export declare const de_VerifyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<VerifyCommandOutput>;
|
|
449
|
+
/**
|
|
450
|
+
* deserializeAws_json1_1VerifyMacCommand
|
|
451
|
+
*/
|
|
452
|
+
export declare const de_VerifyMacCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<VerifyMacCommandOutput>;
|