@aws-sdk/client-payment-cryptography 3.927.0 → 3.929.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 (50) hide show
  1. package/dist-cjs/index.js +762 -1031
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/PaymentCryptographyClient.js +2 -0
  4. package/dist-es/commands/AddKeyReplicationRegionsCommand.js +3 -9
  5. package/dist-es/commands/CreateAliasCommand.js +3 -9
  6. package/dist-es/commands/CreateKeyCommand.js +3 -9
  7. package/dist-es/commands/DeleteAliasCommand.js +3 -9
  8. package/dist-es/commands/DeleteKeyCommand.js +3 -9
  9. package/dist-es/commands/DisableDefaultKeyReplicationRegionsCommand.js +3 -9
  10. package/dist-es/commands/EnableDefaultKeyReplicationRegionsCommand.js +3 -9
  11. package/dist-es/commands/ExportKeyCommand.js +3 -10
  12. package/dist-es/commands/GetAliasCommand.js +3 -9
  13. package/dist-es/commands/GetCertificateSigningRequestCommand.js +3 -10
  14. package/dist-es/commands/GetDefaultKeyReplicationRegionsCommand.js +3 -9
  15. package/dist-es/commands/GetKeyCommand.js +3 -9
  16. package/dist-es/commands/GetParametersForExportCommand.js +3 -9
  17. package/dist-es/commands/GetParametersForImportCommand.js +3 -9
  18. package/dist-es/commands/GetPublicKeyCertificateCommand.js +3 -9
  19. package/dist-es/commands/ImportKeyCommand.js +3 -10
  20. package/dist-es/commands/ListAliasesCommand.js +3 -9
  21. package/dist-es/commands/ListKeysCommand.js +3 -9
  22. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  23. package/dist-es/commands/RemoveKeyReplicationRegionsCommand.js +3 -9
  24. package/dist-es/commands/RestoreKeyCommand.js +3 -9
  25. package/dist-es/commands/StartKeyUsageCommand.js +3 -9
  26. package/dist-es/commands/StopKeyUsageCommand.js +3 -9
  27. package/dist-es/commands/TagResourceCommand.js +3 -9
  28. package/dist-es/commands/UntagResourceCommand.js +3 -9
  29. package/dist-es/commands/UpdateAliasCommand.js +3 -9
  30. package/dist-es/models/models_0.js +0 -87
  31. package/dist-es/runtimeConfig.shared.js +7 -0
  32. package/dist-es/schemas/schemas_0.js +687 -0
  33. package/dist-types/PaymentCryptographyClient.d.ts +10 -1
  34. package/dist-types/models/models_0.d.ts +0 -60
  35. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  36. package/dist-types/runtimeConfig.d.ts +1 -0
  37. package/dist-types/runtimeConfig.native.d.ts +1 -0
  38. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  39. package/dist-types/schemas/schemas_0.d.ts +128 -0
  40. package/dist-types/ts3.4/PaymentCryptographyClient.d.ts +4 -0
  41. package/dist-types/ts3.4/models/models_0.d.ts +0 -43
  42. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  43. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  44. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  45. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  46. package/dist-types/ts3.4/schemas/schemas_0.d.ts +135 -0
  47. package/package.json +5 -5
  48. package/dist-es/protocols/Aws_json1_0.js +0 -728
  49. package/dist-types/protocols/Aws_json1_0.d.ts +0 -236
  50. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -317
@@ -1,236 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AddKeyReplicationRegionsCommandInput, AddKeyReplicationRegionsCommandOutput } from "../commands/AddKeyReplicationRegionsCommand";
4
- import { CreateAliasCommandInput, CreateAliasCommandOutput } from "../commands/CreateAliasCommand";
5
- import { CreateKeyCommandInput, CreateKeyCommandOutput } from "../commands/CreateKeyCommand";
6
- import { DeleteAliasCommandInput, DeleteAliasCommandOutput } from "../commands/DeleteAliasCommand";
7
- import { DeleteKeyCommandInput, DeleteKeyCommandOutput } from "../commands/DeleteKeyCommand";
8
- import { DisableDefaultKeyReplicationRegionsCommandInput, DisableDefaultKeyReplicationRegionsCommandOutput } from "../commands/DisableDefaultKeyReplicationRegionsCommand";
9
- import { EnableDefaultKeyReplicationRegionsCommandInput, EnableDefaultKeyReplicationRegionsCommandOutput } from "../commands/EnableDefaultKeyReplicationRegionsCommand";
10
- import { ExportKeyCommandInput, ExportKeyCommandOutput } from "../commands/ExportKeyCommand";
11
- import { GetAliasCommandInput, GetAliasCommandOutput } from "../commands/GetAliasCommand";
12
- import { GetCertificateSigningRequestCommandInput, GetCertificateSigningRequestCommandOutput } from "../commands/GetCertificateSigningRequestCommand";
13
- import { GetDefaultKeyReplicationRegionsCommandInput, GetDefaultKeyReplicationRegionsCommandOutput } from "../commands/GetDefaultKeyReplicationRegionsCommand";
14
- import { GetKeyCommandInput, GetKeyCommandOutput } from "../commands/GetKeyCommand";
15
- import { GetParametersForExportCommandInput, GetParametersForExportCommandOutput } from "../commands/GetParametersForExportCommand";
16
- import { GetParametersForImportCommandInput, GetParametersForImportCommandOutput } from "../commands/GetParametersForImportCommand";
17
- import { GetPublicKeyCertificateCommandInput, GetPublicKeyCertificateCommandOutput } from "../commands/GetPublicKeyCertificateCommand";
18
- import { ImportKeyCommandInput, ImportKeyCommandOutput } from "../commands/ImportKeyCommand";
19
- import { ListAliasesCommandInput, ListAliasesCommandOutput } from "../commands/ListAliasesCommand";
20
- import { ListKeysCommandInput, ListKeysCommandOutput } from "../commands/ListKeysCommand";
21
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
22
- import { RemoveKeyReplicationRegionsCommandInput, RemoveKeyReplicationRegionsCommandOutput } from "../commands/RemoveKeyReplicationRegionsCommand";
23
- import { RestoreKeyCommandInput, RestoreKeyCommandOutput } from "../commands/RestoreKeyCommand";
24
- import { StartKeyUsageCommandInput, StartKeyUsageCommandOutput } from "../commands/StartKeyUsageCommand";
25
- import { StopKeyUsageCommandInput, StopKeyUsageCommandOutput } from "../commands/StopKeyUsageCommand";
26
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
27
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
28
- import { UpdateAliasCommandInput, UpdateAliasCommandOutput } from "../commands/UpdateAliasCommand";
29
- /**
30
- * serializeAws_json1_0AddKeyReplicationRegionsCommand
31
- */
32
- export declare const se_AddKeyReplicationRegionsCommand: (input: AddKeyReplicationRegionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- /**
34
- * serializeAws_json1_0CreateAliasCommand
35
- */
36
- export declare const se_CreateAliasCommand: (input: CreateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- /**
38
- * serializeAws_json1_0CreateKeyCommand
39
- */
40
- export declare const se_CreateKeyCommand: (input: CreateKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- /**
42
- * serializeAws_json1_0DeleteAliasCommand
43
- */
44
- export declare const se_DeleteAliasCommand: (input: DeleteAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- /**
46
- * serializeAws_json1_0DeleteKeyCommand
47
- */
48
- export declare const se_DeleteKeyCommand: (input: DeleteKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- /**
50
- * serializeAws_json1_0DisableDefaultKeyReplicationRegionsCommand
51
- */
52
- export declare const se_DisableDefaultKeyReplicationRegionsCommand: (input: DisableDefaultKeyReplicationRegionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- /**
54
- * serializeAws_json1_0EnableDefaultKeyReplicationRegionsCommand
55
- */
56
- export declare const se_EnableDefaultKeyReplicationRegionsCommand: (input: EnableDefaultKeyReplicationRegionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- /**
58
- * serializeAws_json1_0ExportKeyCommand
59
- */
60
- export declare const se_ExportKeyCommand: (input: ExportKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- /**
62
- * serializeAws_json1_0GetAliasCommand
63
- */
64
- export declare const se_GetAliasCommand: (input: GetAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- /**
66
- * serializeAws_json1_0GetCertificateSigningRequestCommand
67
- */
68
- export declare const se_GetCertificateSigningRequestCommand: (input: GetCertificateSigningRequestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- /**
70
- * serializeAws_json1_0GetDefaultKeyReplicationRegionsCommand
71
- */
72
- export declare const se_GetDefaultKeyReplicationRegionsCommand: (input: GetDefaultKeyReplicationRegionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- /**
74
- * serializeAws_json1_0GetKeyCommand
75
- */
76
- export declare const se_GetKeyCommand: (input: GetKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- /**
78
- * serializeAws_json1_0GetParametersForExportCommand
79
- */
80
- export declare const se_GetParametersForExportCommand: (input: GetParametersForExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- /**
82
- * serializeAws_json1_0GetParametersForImportCommand
83
- */
84
- export declare const se_GetParametersForImportCommand: (input: GetParametersForImportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- /**
86
- * serializeAws_json1_0GetPublicKeyCertificateCommand
87
- */
88
- export declare const se_GetPublicKeyCertificateCommand: (input: GetPublicKeyCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- /**
90
- * serializeAws_json1_0ImportKeyCommand
91
- */
92
- export declare const se_ImportKeyCommand: (input: ImportKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- /**
94
- * serializeAws_json1_0ListAliasesCommand
95
- */
96
- export declare const se_ListAliasesCommand: (input: ListAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- /**
98
- * serializeAws_json1_0ListKeysCommand
99
- */
100
- export declare const se_ListKeysCommand: (input: ListKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- /**
102
- * serializeAws_json1_0ListTagsForResourceCommand
103
- */
104
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- /**
106
- * serializeAws_json1_0RemoveKeyReplicationRegionsCommand
107
- */
108
- export declare const se_RemoveKeyReplicationRegionsCommand: (input: RemoveKeyReplicationRegionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- /**
110
- * serializeAws_json1_0RestoreKeyCommand
111
- */
112
- export declare const se_RestoreKeyCommand: (input: RestoreKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- /**
114
- * serializeAws_json1_0StartKeyUsageCommand
115
- */
116
- export declare const se_StartKeyUsageCommand: (input: StartKeyUsageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- /**
118
- * serializeAws_json1_0StopKeyUsageCommand
119
- */
120
- export declare const se_StopKeyUsageCommand: (input: StopKeyUsageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- /**
122
- * serializeAws_json1_0TagResourceCommand
123
- */
124
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- /**
126
- * serializeAws_json1_0UntagResourceCommand
127
- */
128
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- /**
130
- * serializeAws_json1_0UpdateAliasCommand
131
- */
132
- export declare const se_UpdateAliasCommand: (input: UpdateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- /**
134
- * deserializeAws_json1_0AddKeyReplicationRegionsCommand
135
- */
136
- export declare const de_AddKeyReplicationRegionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddKeyReplicationRegionsCommandOutput>;
137
- /**
138
- * deserializeAws_json1_0CreateAliasCommand
139
- */
140
- export declare const de_CreateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAliasCommandOutput>;
141
- /**
142
- * deserializeAws_json1_0CreateKeyCommand
143
- */
144
- export declare const de_CreateKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateKeyCommandOutput>;
145
- /**
146
- * deserializeAws_json1_0DeleteAliasCommand
147
- */
148
- export declare const de_DeleteAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAliasCommandOutput>;
149
- /**
150
- * deserializeAws_json1_0DeleteKeyCommand
151
- */
152
- export declare const de_DeleteKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteKeyCommandOutput>;
153
- /**
154
- * deserializeAws_json1_0DisableDefaultKeyReplicationRegionsCommand
155
- */
156
- export declare const de_DisableDefaultKeyReplicationRegionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableDefaultKeyReplicationRegionsCommandOutput>;
157
- /**
158
- * deserializeAws_json1_0EnableDefaultKeyReplicationRegionsCommand
159
- */
160
- export declare const de_EnableDefaultKeyReplicationRegionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableDefaultKeyReplicationRegionsCommandOutput>;
161
- /**
162
- * deserializeAws_json1_0ExportKeyCommand
163
- */
164
- export declare const de_ExportKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportKeyCommandOutput>;
165
- /**
166
- * deserializeAws_json1_0GetAliasCommand
167
- */
168
- export declare const de_GetAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAliasCommandOutput>;
169
- /**
170
- * deserializeAws_json1_0GetCertificateSigningRequestCommand
171
- */
172
- export declare const de_GetCertificateSigningRequestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCertificateSigningRequestCommandOutput>;
173
- /**
174
- * deserializeAws_json1_0GetDefaultKeyReplicationRegionsCommand
175
- */
176
- export declare const de_GetDefaultKeyReplicationRegionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDefaultKeyReplicationRegionsCommandOutput>;
177
- /**
178
- * deserializeAws_json1_0GetKeyCommand
179
- */
180
- export declare const de_GetKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetKeyCommandOutput>;
181
- /**
182
- * deserializeAws_json1_0GetParametersForExportCommand
183
- */
184
- export declare const de_GetParametersForExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetParametersForExportCommandOutput>;
185
- /**
186
- * deserializeAws_json1_0GetParametersForImportCommand
187
- */
188
- export declare const de_GetParametersForImportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetParametersForImportCommandOutput>;
189
- /**
190
- * deserializeAws_json1_0GetPublicKeyCertificateCommand
191
- */
192
- export declare const de_GetPublicKeyCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPublicKeyCertificateCommandOutput>;
193
- /**
194
- * deserializeAws_json1_0ImportKeyCommand
195
- */
196
- export declare const de_ImportKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportKeyCommandOutput>;
197
- /**
198
- * deserializeAws_json1_0ListAliasesCommand
199
- */
200
- export declare const de_ListAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAliasesCommandOutput>;
201
- /**
202
- * deserializeAws_json1_0ListKeysCommand
203
- */
204
- export declare const de_ListKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKeysCommandOutput>;
205
- /**
206
- * deserializeAws_json1_0ListTagsForResourceCommand
207
- */
208
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
209
- /**
210
- * deserializeAws_json1_0RemoveKeyReplicationRegionsCommand
211
- */
212
- export declare const de_RemoveKeyReplicationRegionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveKeyReplicationRegionsCommandOutput>;
213
- /**
214
- * deserializeAws_json1_0RestoreKeyCommand
215
- */
216
- export declare const de_RestoreKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreKeyCommandOutput>;
217
- /**
218
- * deserializeAws_json1_0StartKeyUsageCommand
219
- */
220
- export declare const de_StartKeyUsageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartKeyUsageCommandOutput>;
221
- /**
222
- * deserializeAws_json1_0StopKeyUsageCommand
223
- */
224
- export declare const de_StopKeyUsageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopKeyUsageCommandOutput>;
225
- /**
226
- * deserializeAws_json1_0TagResourceCommand
227
- */
228
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
229
- /**
230
- * deserializeAws_json1_0UntagResourceCommand
231
- */
232
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
233
- /**
234
- * deserializeAws_json1_0UpdateAliasCommand
235
- */
236
- export declare const de_UpdateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAliasCommandOutput>;
@@ -1,317 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AddKeyReplicationRegionsCommandInput,
8
- AddKeyReplicationRegionsCommandOutput,
9
- } from "../commands/AddKeyReplicationRegionsCommand";
10
- import {
11
- CreateAliasCommandInput,
12
- CreateAliasCommandOutput,
13
- } from "../commands/CreateAliasCommand";
14
- import {
15
- CreateKeyCommandInput,
16
- CreateKeyCommandOutput,
17
- } from "../commands/CreateKeyCommand";
18
- import {
19
- DeleteAliasCommandInput,
20
- DeleteAliasCommandOutput,
21
- } from "../commands/DeleteAliasCommand";
22
- import {
23
- DeleteKeyCommandInput,
24
- DeleteKeyCommandOutput,
25
- } from "../commands/DeleteKeyCommand";
26
- import {
27
- DisableDefaultKeyReplicationRegionsCommandInput,
28
- DisableDefaultKeyReplicationRegionsCommandOutput,
29
- } from "../commands/DisableDefaultKeyReplicationRegionsCommand";
30
- import {
31
- EnableDefaultKeyReplicationRegionsCommandInput,
32
- EnableDefaultKeyReplicationRegionsCommandOutput,
33
- } from "../commands/EnableDefaultKeyReplicationRegionsCommand";
34
- import {
35
- ExportKeyCommandInput,
36
- ExportKeyCommandOutput,
37
- } from "../commands/ExportKeyCommand";
38
- import {
39
- GetAliasCommandInput,
40
- GetAliasCommandOutput,
41
- } from "../commands/GetAliasCommand";
42
- import {
43
- GetCertificateSigningRequestCommandInput,
44
- GetCertificateSigningRequestCommandOutput,
45
- } from "../commands/GetCertificateSigningRequestCommand";
46
- import {
47
- GetDefaultKeyReplicationRegionsCommandInput,
48
- GetDefaultKeyReplicationRegionsCommandOutput,
49
- } from "../commands/GetDefaultKeyReplicationRegionsCommand";
50
- import {
51
- GetKeyCommandInput,
52
- GetKeyCommandOutput,
53
- } from "../commands/GetKeyCommand";
54
- import {
55
- GetParametersForExportCommandInput,
56
- GetParametersForExportCommandOutput,
57
- } from "../commands/GetParametersForExportCommand";
58
- import {
59
- GetParametersForImportCommandInput,
60
- GetParametersForImportCommandOutput,
61
- } from "../commands/GetParametersForImportCommand";
62
- import {
63
- GetPublicKeyCertificateCommandInput,
64
- GetPublicKeyCertificateCommandOutput,
65
- } from "../commands/GetPublicKeyCertificateCommand";
66
- import {
67
- ImportKeyCommandInput,
68
- ImportKeyCommandOutput,
69
- } from "../commands/ImportKeyCommand";
70
- import {
71
- ListAliasesCommandInput,
72
- ListAliasesCommandOutput,
73
- } from "../commands/ListAliasesCommand";
74
- import {
75
- ListKeysCommandInput,
76
- ListKeysCommandOutput,
77
- } from "../commands/ListKeysCommand";
78
- import {
79
- ListTagsForResourceCommandInput,
80
- ListTagsForResourceCommandOutput,
81
- } from "../commands/ListTagsForResourceCommand";
82
- import {
83
- RemoveKeyReplicationRegionsCommandInput,
84
- RemoveKeyReplicationRegionsCommandOutput,
85
- } from "../commands/RemoveKeyReplicationRegionsCommand";
86
- import {
87
- RestoreKeyCommandInput,
88
- RestoreKeyCommandOutput,
89
- } from "../commands/RestoreKeyCommand";
90
- import {
91
- StartKeyUsageCommandInput,
92
- StartKeyUsageCommandOutput,
93
- } from "../commands/StartKeyUsageCommand";
94
- import {
95
- StopKeyUsageCommandInput,
96
- StopKeyUsageCommandOutput,
97
- } from "../commands/StopKeyUsageCommand";
98
- import {
99
- TagResourceCommandInput,
100
- TagResourceCommandOutput,
101
- } from "../commands/TagResourceCommand";
102
- import {
103
- UntagResourceCommandInput,
104
- UntagResourceCommandOutput,
105
- } from "../commands/UntagResourceCommand";
106
- import {
107
- UpdateAliasCommandInput,
108
- UpdateAliasCommandOutput,
109
- } from "../commands/UpdateAliasCommand";
110
- export declare const se_AddKeyReplicationRegionsCommand: (
111
- input: AddKeyReplicationRegionsCommandInput,
112
- context: __SerdeContext
113
- ) => Promise<__HttpRequest>;
114
- export declare const se_CreateAliasCommand: (
115
- input: CreateAliasCommandInput,
116
- context: __SerdeContext
117
- ) => Promise<__HttpRequest>;
118
- export declare const se_CreateKeyCommand: (
119
- input: CreateKeyCommandInput,
120
- context: __SerdeContext
121
- ) => Promise<__HttpRequest>;
122
- export declare const se_DeleteAliasCommand: (
123
- input: DeleteAliasCommandInput,
124
- context: __SerdeContext
125
- ) => Promise<__HttpRequest>;
126
- export declare const se_DeleteKeyCommand: (
127
- input: DeleteKeyCommandInput,
128
- context: __SerdeContext
129
- ) => Promise<__HttpRequest>;
130
- export declare const se_DisableDefaultKeyReplicationRegionsCommand: (
131
- input: DisableDefaultKeyReplicationRegionsCommandInput,
132
- context: __SerdeContext
133
- ) => Promise<__HttpRequest>;
134
- export declare const se_EnableDefaultKeyReplicationRegionsCommand: (
135
- input: EnableDefaultKeyReplicationRegionsCommandInput,
136
- context: __SerdeContext
137
- ) => Promise<__HttpRequest>;
138
- export declare const se_ExportKeyCommand: (
139
- input: ExportKeyCommandInput,
140
- context: __SerdeContext
141
- ) => Promise<__HttpRequest>;
142
- export declare const se_GetAliasCommand: (
143
- input: GetAliasCommandInput,
144
- context: __SerdeContext
145
- ) => Promise<__HttpRequest>;
146
- export declare const se_GetCertificateSigningRequestCommand: (
147
- input: GetCertificateSigningRequestCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_GetDefaultKeyReplicationRegionsCommand: (
151
- input: GetDefaultKeyReplicationRegionsCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_GetKeyCommand: (
155
- input: GetKeyCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_GetParametersForExportCommand: (
159
- input: GetParametersForExportCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_GetParametersForImportCommand: (
163
- input: GetParametersForImportCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_GetPublicKeyCertificateCommand: (
167
- input: GetPublicKeyCertificateCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_ImportKeyCommand: (
171
- input: ImportKeyCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_ListAliasesCommand: (
175
- input: ListAliasesCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_ListKeysCommand: (
179
- input: ListKeysCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_ListTagsForResourceCommand: (
183
- input: ListTagsForResourceCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_RemoveKeyReplicationRegionsCommand: (
187
- input: RemoveKeyReplicationRegionsCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_RestoreKeyCommand: (
191
- input: RestoreKeyCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_StartKeyUsageCommand: (
195
- input: StartKeyUsageCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_StopKeyUsageCommand: (
199
- input: StopKeyUsageCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_TagResourceCommand: (
203
- input: TagResourceCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_UntagResourceCommand: (
207
- input: UntagResourceCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_UpdateAliasCommand: (
211
- input: UpdateAliasCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const de_AddKeyReplicationRegionsCommand: (
215
- output: __HttpResponse,
216
- context: __SerdeContext
217
- ) => Promise<AddKeyReplicationRegionsCommandOutput>;
218
- export declare const de_CreateAliasCommand: (
219
- output: __HttpResponse,
220
- context: __SerdeContext
221
- ) => Promise<CreateAliasCommandOutput>;
222
- export declare const de_CreateKeyCommand: (
223
- output: __HttpResponse,
224
- context: __SerdeContext
225
- ) => Promise<CreateKeyCommandOutput>;
226
- export declare const de_DeleteAliasCommand: (
227
- output: __HttpResponse,
228
- context: __SerdeContext
229
- ) => Promise<DeleteAliasCommandOutput>;
230
- export declare const de_DeleteKeyCommand: (
231
- output: __HttpResponse,
232
- context: __SerdeContext
233
- ) => Promise<DeleteKeyCommandOutput>;
234
- export declare const de_DisableDefaultKeyReplicationRegionsCommand: (
235
- output: __HttpResponse,
236
- context: __SerdeContext
237
- ) => Promise<DisableDefaultKeyReplicationRegionsCommandOutput>;
238
- export declare const de_EnableDefaultKeyReplicationRegionsCommand: (
239
- output: __HttpResponse,
240
- context: __SerdeContext
241
- ) => Promise<EnableDefaultKeyReplicationRegionsCommandOutput>;
242
- export declare const de_ExportKeyCommand: (
243
- output: __HttpResponse,
244
- context: __SerdeContext
245
- ) => Promise<ExportKeyCommandOutput>;
246
- export declare const de_GetAliasCommand: (
247
- output: __HttpResponse,
248
- context: __SerdeContext
249
- ) => Promise<GetAliasCommandOutput>;
250
- export declare const de_GetCertificateSigningRequestCommand: (
251
- output: __HttpResponse,
252
- context: __SerdeContext
253
- ) => Promise<GetCertificateSigningRequestCommandOutput>;
254
- export declare const de_GetDefaultKeyReplicationRegionsCommand: (
255
- output: __HttpResponse,
256
- context: __SerdeContext
257
- ) => Promise<GetDefaultKeyReplicationRegionsCommandOutput>;
258
- export declare const de_GetKeyCommand: (
259
- output: __HttpResponse,
260
- context: __SerdeContext
261
- ) => Promise<GetKeyCommandOutput>;
262
- export declare const de_GetParametersForExportCommand: (
263
- output: __HttpResponse,
264
- context: __SerdeContext
265
- ) => Promise<GetParametersForExportCommandOutput>;
266
- export declare const de_GetParametersForImportCommand: (
267
- output: __HttpResponse,
268
- context: __SerdeContext
269
- ) => Promise<GetParametersForImportCommandOutput>;
270
- export declare const de_GetPublicKeyCertificateCommand: (
271
- output: __HttpResponse,
272
- context: __SerdeContext
273
- ) => Promise<GetPublicKeyCertificateCommandOutput>;
274
- export declare const de_ImportKeyCommand: (
275
- output: __HttpResponse,
276
- context: __SerdeContext
277
- ) => Promise<ImportKeyCommandOutput>;
278
- export declare const de_ListAliasesCommand: (
279
- output: __HttpResponse,
280
- context: __SerdeContext
281
- ) => Promise<ListAliasesCommandOutput>;
282
- export declare const de_ListKeysCommand: (
283
- output: __HttpResponse,
284
- context: __SerdeContext
285
- ) => Promise<ListKeysCommandOutput>;
286
- export declare const de_ListTagsForResourceCommand: (
287
- output: __HttpResponse,
288
- context: __SerdeContext
289
- ) => Promise<ListTagsForResourceCommandOutput>;
290
- export declare const de_RemoveKeyReplicationRegionsCommand: (
291
- output: __HttpResponse,
292
- context: __SerdeContext
293
- ) => Promise<RemoveKeyReplicationRegionsCommandOutput>;
294
- export declare const de_RestoreKeyCommand: (
295
- output: __HttpResponse,
296
- context: __SerdeContext
297
- ) => Promise<RestoreKeyCommandOutput>;
298
- export declare const de_StartKeyUsageCommand: (
299
- output: __HttpResponse,
300
- context: __SerdeContext
301
- ) => Promise<StartKeyUsageCommandOutput>;
302
- export declare const de_StopKeyUsageCommand: (
303
- output: __HttpResponse,
304
- context: __SerdeContext
305
- ) => Promise<StopKeyUsageCommandOutput>;
306
- export declare const de_TagResourceCommand: (
307
- output: __HttpResponse,
308
- context: __SerdeContext
309
- ) => Promise<TagResourceCommandOutput>;
310
- export declare const de_UntagResourceCommand: (
311
- output: __HttpResponse,
312
- context: __SerdeContext
313
- ) => Promise<UntagResourceCommandOutput>;
314
- export declare const de_UpdateAliasCommand: (
315
- output: __HttpResponse,
316
- context: __SerdeContext
317
- ) => Promise<UpdateAliasCommandOutput>;