@aws-sdk/client-cloudhsm 3.926.0 → 3.928.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 (41) hide show
  1. package/dist-cjs/index.js +486 -614
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/CloudHSMClient.js +2 -0
  4. package/dist-es/commands/AddTagsToResourceCommand.js +3 -9
  5. package/dist-es/commands/CreateHapgCommand.js +3 -9
  6. package/dist-es/commands/CreateHsmCommand.js +3 -9
  7. package/dist-es/commands/CreateLunaClientCommand.js +3 -9
  8. package/dist-es/commands/DeleteHapgCommand.js +3 -9
  9. package/dist-es/commands/DeleteHsmCommand.js +3 -9
  10. package/dist-es/commands/DeleteLunaClientCommand.js +3 -9
  11. package/dist-es/commands/DescribeHapgCommand.js +3 -9
  12. package/dist-es/commands/DescribeHsmCommand.js +3 -9
  13. package/dist-es/commands/DescribeLunaClientCommand.js +3 -9
  14. package/dist-es/commands/GetConfigCommand.js +3 -9
  15. package/dist-es/commands/ListAvailableZonesCommand.js +3 -9
  16. package/dist-es/commands/ListHapgsCommand.js +3 -9
  17. package/dist-es/commands/ListHsmsCommand.js +3 -9
  18. package/dist-es/commands/ListLunaClientsCommand.js +3 -9
  19. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  20. package/dist-es/commands/ModifyHapgCommand.js +3 -9
  21. package/dist-es/commands/ModifyHsmCommand.js +3 -9
  22. package/dist-es/commands/ModifyLunaClientCommand.js +3 -9
  23. package/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -9
  24. package/dist-es/runtimeConfig.shared.js +7 -0
  25. package/dist-es/schemas/schemas_0.js +443 -0
  26. package/dist-types/CloudHSMClient.d.ts +10 -1
  27. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  28. package/dist-types/runtimeConfig.d.ts +1 -0
  29. package/dist-types/runtimeConfig.native.d.ts +1 -0
  30. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  31. package/dist-types/schemas/schemas_0.d.ts +75 -0
  32. package/dist-types/ts3.4/CloudHSMClient.d.ts +4 -0
  33. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  34. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  35. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  36. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  37. package/dist-types/ts3.4/schemas/schemas_0.d.ts +80 -0
  38. package/package.json +5 -5
  39. package/dist-es/protocols/Aws_json1_1.js +0 -469
  40. package/dist-types/protocols/Aws_json1_1.d.ts +0 -182
  41. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -245
@@ -1,182 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "../commands/AddTagsToResourceCommand";
4
- import { CreateHapgCommandInput, CreateHapgCommandOutput } from "../commands/CreateHapgCommand";
5
- import { CreateHsmCommandInput, CreateHsmCommandOutput } from "../commands/CreateHsmCommand";
6
- import { CreateLunaClientCommandInput, CreateLunaClientCommandOutput } from "../commands/CreateLunaClientCommand";
7
- import { DeleteHapgCommandInput, DeleteHapgCommandOutput } from "../commands/DeleteHapgCommand";
8
- import { DeleteHsmCommandInput, DeleteHsmCommandOutput } from "../commands/DeleteHsmCommand";
9
- import { DeleteLunaClientCommandInput, DeleteLunaClientCommandOutput } from "../commands/DeleteLunaClientCommand";
10
- import { DescribeHapgCommandInput, DescribeHapgCommandOutput } from "../commands/DescribeHapgCommand";
11
- import { DescribeHsmCommandInput, DescribeHsmCommandOutput } from "../commands/DescribeHsmCommand";
12
- import { DescribeLunaClientCommandInput, DescribeLunaClientCommandOutput } from "../commands/DescribeLunaClientCommand";
13
- import { GetConfigCommandInput, GetConfigCommandOutput } from "../commands/GetConfigCommand";
14
- import { ListAvailableZonesCommandInput, ListAvailableZonesCommandOutput } from "../commands/ListAvailableZonesCommand";
15
- import { ListHapgsCommandInput, ListHapgsCommandOutput } from "../commands/ListHapgsCommand";
16
- import { ListHsmsCommandInput, ListHsmsCommandOutput } from "../commands/ListHsmsCommand";
17
- import { ListLunaClientsCommandInput, ListLunaClientsCommandOutput } from "../commands/ListLunaClientsCommand";
18
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
19
- import { ModifyHapgCommandInput, ModifyHapgCommandOutput } from "../commands/ModifyHapgCommand";
20
- import { ModifyHsmCommandInput, ModifyHsmCommandOutput } from "../commands/ModifyHsmCommand";
21
- import { ModifyLunaClientCommandInput, ModifyLunaClientCommandOutput } from "../commands/ModifyLunaClientCommand";
22
- import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "../commands/RemoveTagsFromResourceCommand";
23
- /**
24
- * serializeAws_json1_1AddTagsToResourceCommand
25
- */
26
- export declare const se_AddTagsToResourceCommand: (input: AddTagsToResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
- /**
28
- * serializeAws_json1_1CreateHapgCommand
29
- */
30
- export declare const se_CreateHapgCommand: (input: CreateHapgCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- /**
32
- * serializeAws_json1_1CreateHsmCommand
33
- */
34
- export declare const se_CreateHsmCommand: (input: CreateHsmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- /**
36
- * serializeAws_json1_1CreateLunaClientCommand
37
- */
38
- export declare const se_CreateLunaClientCommand: (input: CreateLunaClientCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- /**
40
- * serializeAws_json1_1DeleteHapgCommand
41
- */
42
- export declare const se_DeleteHapgCommand: (input: DeleteHapgCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- /**
44
- * serializeAws_json1_1DeleteHsmCommand
45
- */
46
- export declare const se_DeleteHsmCommand: (input: DeleteHsmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- /**
48
- * serializeAws_json1_1DeleteLunaClientCommand
49
- */
50
- export declare const se_DeleteLunaClientCommand: (input: DeleteLunaClientCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- /**
52
- * serializeAws_json1_1DescribeHapgCommand
53
- */
54
- export declare const se_DescribeHapgCommand: (input: DescribeHapgCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- /**
56
- * serializeAws_json1_1DescribeHsmCommand
57
- */
58
- export declare const se_DescribeHsmCommand: (input: DescribeHsmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- /**
60
- * serializeAws_json1_1DescribeLunaClientCommand
61
- */
62
- export declare const se_DescribeLunaClientCommand: (input: DescribeLunaClientCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- /**
64
- * serializeAws_json1_1GetConfigCommand
65
- */
66
- export declare const se_GetConfigCommand: (input: GetConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- /**
68
- * serializeAws_json1_1ListAvailableZonesCommand
69
- */
70
- export declare const se_ListAvailableZonesCommand: (input: ListAvailableZonesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- /**
72
- * serializeAws_json1_1ListHapgsCommand
73
- */
74
- export declare const se_ListHapgsCommand: (input: ListHapgsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- /**
76
- * serializeAws_json1_1ListHsmsCommand
77
- */
78
- export declare const se_ListHsmsCommand: (input: ListHsmsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- /**
80
- * serializeAws_json1_1ListLunaClientsCommand
81
- */
82
- export declare const se_ListLunaClientsCommand: (input: ListLunaClientsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- /**
84
- * serializeAws_json1_1ListTagsForResourceCommand
85
- */
86
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- /**
88
- * serializeAws_json1_1ModifyHapgCommand
89
- */
90
- export declare const se_ModifyHapgCommand: (input: ModifyHapgCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- /**
92
- * serializeAws_json1_1ModifyHsmCommand
93
- */
94
- export declare const se_ModifyHsmCommand: (input: ModifyHsmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- /**
96
- * serializeAws_json1_1ModifyLunaClientCommand
97
- */
98
- export declare const se_ModifyLunaClientCommand: (input: ModifyLunaClientCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- /**
100
- * serializeAws_json1_1RemoveTagsFromResourceCommand
101
- */
102
- export declare const se_RemoveTagsFromResourceCommand: (input: RemoveTagsFromResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- /**
104
- * deserializeAws_json1_1AddTagsToResourceCommand
105
- */
106
- export declare const de_AddTagsToResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsToResourceCommandOutput>;
107
- /**
108
- * deserializeAws_json1_1CreateHapgCommand
109
- */
110
- export declare const de_CreateHapgCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHapgCommandOutput>;
111
- /**
112
- * deserializeAws_json1_1CreateHsmCommand
113
- */
114
- export declare const de_CreateHsmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHsmCommandOutput>;
115
- /**
116
- * deserializeAws_json1_1CreateLunaClientCommand
117
- */
118
- export declare const de_CreateLunaClientCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLunaClientCommandOutput>;
119
- /**
120
- * deserializeAws_json1_1DeleteHapgCommand
121
- */
122
- export declare const de_DeleteHapgCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHapgCommandOutput>;
123
- /**
124
- * deserializeAws_json1_1DeleteHsmCommand
125
- */
126
- export declare const de_DeleteHsmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHsmCommandOutput>;
127
- /**
128
- * deserializeAws_json1_1DeleteLunaClientCommand
129
- */
130
- export declare const de_DeleteLunaClientCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLunaClientCommandOutput>;
131
- /**
132
- * deserializeAws_json1_1DescribeHapgCommand
133
- */
134
- export declare const de_DescribeHapgCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHapgCommandOutput>;
135
- /**
136
- * deserializeAws_json1_1DescribeHsmCommand
137
- */
138
- export declare const de_DescribeHsmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHsmCommandOutput>;
139
- /**
140
- * deserializeAws_json1_1DescribeLunaClientCommand
141
- */
142
- export declare const de_DescribeLunaClientCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLunaClientCommandOutput>;
143
- /**
144
- * deserializeAws_json1_1GetConfigCommand
145
- */
146
- export declare const de_GetConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfigCommandOutput>;
147
- /**
148
- * deserializeAws_json1_1ListAvailableZonesCommand
149
- */
150
- export declare const de_ListAvailableZonesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAvailableZonesCommandOutput>;
151
- /**
152
- * deserializeAws_json1_1ListHapgsCommand
153
- */
154
- export declare const de_ListHapgsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHapgsCommandOutput>;
155
- /**
156
- * deserializeAws_json1_1ListHsmsCommand
157
- */
158
- export declare const de_ListHsmsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHsmsCommandOutput>;
159
- /**
160
- * deserializeAws_json1_1ListLunaClientsCommand
161
- */
162
- export declare const de_ListLunaClientsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLunaClientsCommandOutput>;
163
- /**
164
- * deserializeAws_json1_1ListTagsForResourceCommand
165
- */
166
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
167
- /**
168
- * deserializeAws_json1_1ModifyHapgCommand
169
- */
170
- export declare const de_ModifyHapgCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyHapgCommandOutput>;
171
- /**
172
- * deserializeAws_json1_1ModifyHsmCommand
173
- */
174
- export declare const de_ModifyHsmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyHsmCommandOutput>;
175
- /**
176
- * deserializeAws_json1_1ModifyLunaClientCommand
177
- */
178
- export declare const de_ModifyLunaClientCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyLunaClientCommandOutput>;
179
- /**
180
- * deserializeAws_json1_1RemoveTagsFromResourceCommand
181
- */
182
- export declare const de_RemoveTagsFromResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTagsFromResourceCommandOutput>;
@@ -1,245 +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
- AddTagsToResourceCommandInput,
8
- AddTagsToResourceCommandOutput,
9
- } from "../commands/AddTagsToResourceCommand";
10
- import {
11
- CreateHapgCommandInput,
12
- CreateHapgCommandOutput,
13
- } from "../commands/CreateHapgCommand";
14
- import {
15
- CreateHsmCommandInput,
16
- CreateHsmCommandOutput,
17
- } from "../commands/CreateHsmCommand";
18
- import {
19
- CreateLunaClientCommandInput,
20
- CreateLunaClientCommandOutput,
21
- } from "../commands/CreateLunaClientCommand";
22
- import {
23
- DeleteHapgCommandInput,
24
- DeleteHapgCommandOutput,
25
- } from "../commands/DeleteHapgCommand";
26
- import {
27
- DeleteHsmCommandInput,
28
- DeleteHsmCommandOutput,
29
- } from "../commands/DeleteHsmCommand";
30
- import {
31
- DeleteLunaClientCommandInput,
32
- DeleteLunaClientCommandOutput,
33
- } from "../commands/DeleteLunaClientCommand";
34
- import {
35
- DescribeHapgCommandInput,
36
- DescribeHapgCommandOutput,
37
- } from "../commands/DescribeHapgCommand";
38
- import {
39
- DescribeHsmCommandInput,
40
- DescribeHsmCommandOutput,
41
- } from "../commands/DescribeHsmCommand";
42
- import {
43
- DescribeLunaClientCommandInput,
44
- DescribeLunaClientCommandOutput,
45
- } from "../commands/DescribeLunaClientCommand";
46
- import {
47
- GetConfigCommandInput,
48
- GetConfigCommandOutput,
49
- } from "../commands/GetConfigCommand";
50
- import {
51
- ListAvailableZonesCommandInput,
52
- ListAvailableZonesCommandOutput,
53
- } from "../commands/ListAvailableZonesCommand";
54
- import {
55
- ListHapgsCommandInput,
56
- ListHapgsCommandOutput,
57
- } from "../commands/ListHapgsCommand";
58
- import {
59
- ListHsmsCommandInput,
60
- ListHsmsCommandOutput,
61
- } from "../commands/ListHsmsCommand";
62
- import {
63
- ListLunaClientsCommandInput,
64
- ListLunaClientsCommandOutput,
65
- } from "../commands/ListLunaClientsCommand";
66
- import {
67
- ListTagsForResourceCommandInput,
68
- ListTagsForResourceCommandOutput,
69
- } from "../commands/ListTagsForResourceCommand";
70
- import {
71
- ModifyHapgCommandInput,
72
- ModifyHapgCommandOutput,
73
- } from "../commands/ModifyHapgCommand";
74
- import {
75
- ModifyHsmCommandInput,
76
- ModifyHsmCommandOutput,
77
- } from "../commands/ModifyHsmCommand";
78
- import {
79
- ModifyLunaClientCommandInput,
80
- ModifyLunaClientCommandOutput,
81
- } from "../commands/ModifyLunaClientCommand";
82
- import {
83
- RemoveTagsFromResourceCommandInput,
84
- RemoveTagsFromResourceCommandOutput,
85
- } from "../commands/RemoveTagsFromResourceCommand";
86
- export declare const se_AddTagsToResourceCommand: (
87
- input: AddTagsToResourceCommandInput,
88
- context: __SerdeContext
89
- ) => Promise<__HttpRequest>;
90
- export declare const se_CreateHapgCommand: (
91
- input: CreateHapgCommandInput,
92
- context: __SerdeContext
93
- ) => Promise<__HttpRequest>;
94
- export declare const se_CreateHsmCommand: (
95
- input: CreateHsmCommandInput,
96
- context: __SerdeContext
97
- ) => Promise<__HttpRequest>;
98
- export declare const se_CreateLunaClientCommand: (
99
- input: CreateLunaClientCommandInput,
100
- context: __SerdeContext
101
- ) => Promise<__HttpRequest>;
102
- export declare const se_DeleteHapgCommand: (
103
- input: DeleteHapgCommandInput,
104
- context: __SerdeContext
105
- ) => Promise<__HttpRequest>;
106
- export declare const se_DeleteHsmCommand: (
107
- input: DeleteHsmCommandInput,
108
- context: __SerdeContext
109
- ) => Promise<__HttpRequest>;
110
- export declare const se_DeleteLunaClientCommand: (
111
- input: DeleteLunaClientCommandInput,
112
- context: __SerdeContext
113
- ) => Promise<__HttpRequest>;
114
- export declare const se_DescribeHapgCommand: (
115
- input: DescribeHapgCommandInput,
116
- context: __SerdeContext
117
- ) => Promise<__HttpRequest>;
118
- export declare const se_DescribeHsmCommand: (
119
- input: DescribeHsmCommandInput,
120
- context: __SerdeContext
121
- ) => Promise<__HttpRequest>;
122
- export declare const se_DescribeLunaClientCommand: (
123
- input: DescribeLunaClientCommandInput,
124
- context: __SerdeContext
125
- ) => Promise<__HttpRequest>;
126
- export declare const se_GetConfigCommand: (
127
- input: GetConfigCommandInput,
128
- context: __SerdeContext
129
- ) => Promise<__HttpRequest>;
130
- export declare const se_ListAvailableZonesCommand: (
131
- input: ListAvailableZonesCommandInput,
132
- context: __SerdeContext
133
- ) => Promise<__HttpRequest>;
134
- export declare const se_ListHapgsCommand: (
135
- input: ListHapgsCommandInput,
136
- context: __SerdeContext
137
- ) => Promise<__HttpRequest>;
138
- export declare const se_ListHsmsCommand: (
139
- input: ListHsmsCommandInput,
140
- context: __SerdeContext
141
- ) => Promise<__HttpRequest>;
142
- export declare const se_ListLunaClientsCommand: (
143
- input: ListLunaClientsCommandInput,
144
- context: __SerdeContext
145
- ) => Promise<__HttpRequest>;
146
- export declare const se_ListTagsForResourceCommand: (
147
- input: ListTagsForResourceCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_ModifyHapgCommand: (
151
- input: ModifyHapgCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_ModifyHsmCommand: (
155
- input: ModifyHsmCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_ModifyLunaClientCommand: (
159
- input: ModifyLunaClientCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_RemoveTagsFromResourceCommand: (
163
- input: RemoveTagsFromResourceCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const de_AddTagsToResourceCommand: (
167
- output: __HttpResponse,
168
- context: __SerdeContext
169
- ) => Promise<AddTagsToResourceCommandOutput>;
170
- export declare const de_CreateHapgCommand: (
171
- output: __HttpResponse,
172
- context: __SerdeContext
173
- ) => Promise<CreateHapgCommandOutput>;
174
- export declare const de_CreateHsmCommand: (
175
- output: __HttpResponse,
176
- context: __SerdeContext
177
- ) => Promise<CreateHsmCommandOutput>;
178
- export declare const de_CreateLunaClientCommand: (
179
- output: __HttpResponse,
180
- context: __SerdeContext
181
- ) => Promise<CreateLunaClientCommandOutput>;
182
- export declare const de_DeleteHapgCommand: (
183
- output: __HttpResponse,
184
- context: __SerdeContext
185
- ) => Promise<DeleteHapgCommandOutput>;
186
- export declare const de_DeleteHsmCommand: (
187
- output: __HttpResponse,
188
- context: __SerdeContext
189
- ) => Promise<DeleteHsmCommandOutput>;
190
- export declare const de_DeleteLunaClientCommand: (
191
- output: __HttpResponse,
192
- context: __SerdeContext
193
- ) => Promise<DeleteLunaClientCommandOutput>;
194
- export declare const de_DescribeHapgCommand: (
195
- output: __HttpResponse,
196
- context: __SerdeContext
197
- ) => Promise<DescribeHapgCommandOutput>;
198
- export declare const de_DescribeHsmCommand: (
199
- output: __HttpResponse,
200
- context: __SerdeContext
201
- ) => Promise<DescribeHsmCommandOutput>;
202
- export declare const de_DescribeLunaClientCommand: (
203
- output: __HttpResponse,
204
- context: __SerdeContext
205
- ) => Promise<DescribeLunaClientCommandOutput>;
206
- export declare const de_GetConfigCommand: (
207
- output: __HttpResponse,
208
- context: __SerdeContext
209
- ) => Promise<GetConfigCommandOutput>;
210
- export declare const de_ListAvailableZonesCommand: (
211
- output: __HttpResponse,
212
- context: __SerdeContext
213
- ) => Promise<ListAvailableZonesCommandOutput>;
214
- export declare const de_ListHapgsCommand: (
215
- output: __HttpResponse,
216
- context: __SerdeContext
217
- ) => Promise<ListHapgsCommandOutput>;
218
- export declare const de_ListHsmsCommand: (
219
- output: __HttpResponse,
220
- context: __SerdeContext
221
- ) => Promise<ListHsmsCommandOutput>;
222
- export declare const de_ListLunaClientsCommand: (
223
- output: __HttpResponse,
224
- context: __SerdeContext
225
- ) => Promise<ListLunaClientsCommandOutput>;
226
- export declare const de_ListTagsForResourceCommand: (
227
- output: __HttpResponse,
228
- context: __SerdeContext
229
- ) => Promise<ListTagsForResourceCommandOutput>;
230
- export declare const de_ModifyHapgCommand: (
231
- output: __HttpResponse,
232
- context: __SerdeContext
233
- ) => Promise<ModifyHapgCommandOutput>;
234
- export declare const de_ModifyHsmCommand: (
235
- output: __HttpResponse,
236
- context: __SerdeContext
237
- ) => Promise<ModifyHsmCommandOutput>;
238
- export declare const de_ModifyLunaClientCommand: (
239
- output: __HttpResponse,
240
- context: __SerdeContext
241
- ) => Promise<ModifyLunaClientCommandOutput>;
242
- export declare const de_RemoveTagsFromResourceCommand: (
243
- output: __HttpResponse,
244
- context: __SerdeContext
245
- ) => Promise<RemoveTagsFromResourceCommandOutput>;